Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_chain.h148 u8 cnt_type; member
194 #define is_chain_u16(p) ((p)->cnt_type == ECORE_CHAIN_CNT_TYPE_U16)
195 #define is_chain_u32(p) ((p)->cnt_type == ECORE_CHAIN_CNT_TYPE_U32)
615 enum ecore_chain_cnt_type cnt_type, void *dp_ctx) in ecore_chain_init_params() argument
623 p_chain->cnt_type = (u8)cnt_type; in ecore_chain_init_params()
H A Decore_dev_api.h526 enum ecore_chain_cnt_type cnt_type,
H A Decore_dev.c4265 enum ecore_chain_cnt_type cnt_type, in ecore_chain_alloc_sanity_check() argument
4276 if ((cnt_type == ECORE_CHAIN_CNT_TYPE_U16 && in ecore_chain_alloc_sanity_check()
4278 (cnt_type == ECORE_CHAIN_CNT_TYPE_U32 && in ecore_chain_alloc_sanity_check()
4413 enum ecore_chain_cnt_type cnt_type, in ecore_chain_alloc() argument
4426 rc = ecore_chain_alloc_sanity_check(p_dev, cnt_type, elem_size, in ecore_chain_alloc()
4432 intended_use, mode, cnt_type, num_elems, elem_size); in ecore_chain_alloc()
4437 mode, cnt_type, p_dev->dp_ctx); in ecore_chain_alloc()