LCOV - code coverage report
Current view: top level - drivers/common/cnxk - roc_ree_priv.h (source / functions) Hit Total Coverage
Test: Code coverage Lines: 0 1 0.0 %
Date: 2025-01-02 22:41:34 Functions: 0 0 -
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : /* SPDX-License-Identifier: BSD-3-Clause
       2                 :            :  * Copyright(C) 2021 Marvell.
       3                 :            :  */
       4                 :            : 
       5                 :            : #ifndef _ROC_REE_PRIV_H_
       6                 :            : #define _ROC_REE_PRIV_H_
       7                 :            : 
       8                 :            : struct ree {
       9                 :            :         struct dev dev;
      10                 :            : } __plt_cache_aligned;
      11                 :            : 
      12                 :            : static inline struct ree *
      13                 :            : roc_ree_to_ree_priv(struct roc_ree_vf *roc_ree)
      14                 :            : {
      15                 :          0 :         return (struct ree *)&roc_ree->reserved[0];
      16                 :            : }
      17                 :            : 
      18                 :            : #endif /* _ROC_REE_PRIV_H_ */

Generated by: LCOV version 1.14