Home
last modified time | relevance | path

Searched refs:ecore_chain (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
HDecore_chain.h98 struct ecore_chain struct
193 static OSAL_INLINE u16 ecore_chain_get_prod_idx(struct ecore_chain *p_chain) in ecore_chain_get_prod_idx() argument
200 static OSAL_INLINE u32 ecore_chain_get_prod_idx_u32(struct ecore_chain *p_chain) in ecore_chain_get_prod_idx_u32()
207 static OSAL_INLINE u16 ecore_chain_get_cons_idx(struct ecore_chain *p_chain) in ecore_chain_get_cons_idx()
213 static OSAL_INLINE u32 ecore_chain_get_cons_idx_u32(struct ecore_chain *p_chain) in ecore_chain_get_cons_idx_u32()
227 static OSAL_INLINE u16 ecore_chain_get_elem_left(struct ecore_chain *p_chain) in ecore_chain_get_elem_left()
246 ecore_chain_get_elem_left_u32(struct ecore_chain *p_chain) in ecore_chain_get_elem_left_u32()
265 static OSAL_INLINE u8 ecore_chain_is_full(struct ecore_chain *p_chain) in ecore_chain_is_full()
275 static OSAL_INLINE u8 ecore_chain_is_empty(struct ecore_chain *p_chain) in ecore_chain_is_empty()
284 u16 ecore_chain_get_elem_per_page(struct ecore_chain *p_chain) in ecore_chain_get_elem_per_page()
[all …]
HDecore_ll2.h80 struct ecore_chain rxq_chain;
81 struct ecore_chain rcq_chain;
94 struct ecore_chain txq_chain;
HDecore_spq.h150 struct ecore_chain chain;
156 struct ecore_chain chain;
183 struct ecore_chain chain;
HDecore_iscsi_api.h103 struct ecore_chain r2tq;
104 struct ecore_chain xhq;
105 struct ecore_chain uhq;
HDqlnx_def.h118 struct ecore_chain rx_bd_ring;
119 struct ecore_chain rx_comp_ring;
161 struct ecore_chain tx_pbl;
HDecore_dev_api.h569 struct ecore_chain *p_chain,
579 struct ecore_chain *p_chain);
HDecore_spq.c323 struct ecore_chain *p_chain = &p_hwfn->p_spq->chain; in ecore_spq_hw_post()
426 struct ecore_chain *p_chain = &p_eq->chain; in ecore_eq_completion()
HDecore_dev.c6088 struct ecore_chain *p_chain) in ecore_chain_free_next_ptr()
6117 struct ecore_chain *p_chain) in ecore_chain_free_single()
6127 struct ecore_chain *p_chain) in ecore_chain_free_pbl()
6162 struct ecore_chain *p_chain) in ecore_chain_free()
6204 ecore_chain_alloc_next_ptr(struct ecore_dev *p_dev, struct ecore_chain *p_chain) in ecore_chain_alloc_next_ptr()
6240 ecore_chain_alloc_single(struct ecore_dev *p_dev, struct ecore_chain *p_chain) in ecore_chain_alloc_single()
6259 struct ecore_chain *p_chain, in ecore_chain_alloc_pbl()
6329 struct ecore_chain *p_chain, in ecore_chain_alloc()