Home
last modified time | relevance | path

Searched refs:cnt_type (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_chain.h141 u8 cnt_type; member
187 #define is_chain_u16(p) ((p)->cnt_type == ECORE_CHAIN_CNT_TYPE_U16)
188 #define is_chain_u32(p) ((p)->cnt_type == ECORE_CHAIN_CNT_TYPE_U32)
612 enum ecore_chain_cnt_type cnt_type, void *dp_ctx) in ecore_chain_init_params() argument
620 p_chain->cnt_type = (u8)cnt_type; in ecore_chain_init_params()
H A Decore_dev_api.h564 enum ecore_chain_cnt_type cnt_type,
H A Decore_dev.c6175 enum ecore_chain_cnt_type cnt_type, in ecore_chain_alloc_sanity_check() argument
6186 if ((cnt_type == ECORE_CHAIN_CNT_TYPE_U16 && in ecore_chain_alloc_sanity_check()
6188 (cnt_type == ECORE_CHAIN_CNT_TYPE_U32 && in ecore_chain_alloc_sanity_check()
6323 enum ecore_chain_cnt_type cnt_type, in ecore_chain_alloc() argument
6336 rc = ecore_chain_alloc_sanity_check(p_dev, cnt_type, elem_size, in ecore_chain_alloc()
6342 intended_use, mode, cnt_type, num_elems, elem_size); in ecore_chain_alloc()
6347 mode, cnt_type, p_dev->dp_ctx); in ecore_chain_alloc()