Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_fp.c186 (struct eth_tx_1st_bd *)ecore_chain_consume( in qede_process_tx_completions()
193 ecore_chain_consume(&tx_ring->tx_bd_ring); in qede_process_tx_completions()
278 ecore_chain_consume(&rx_ring->rx_bd_ring); in qede_get_next_rx_buffer()
719 ecore_chain_consume(&rx_ring->rx_cqe_ring); in qede_process_rx_ring()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_chain.h512 static OSAL_INLINE void *ecore_chain_consume(struct ecore_chain *p_chain) in ecore_chain_consume() function
H A Decore_spq.c439 struct event_ring_entry *p_eqe = ecore_chain_consume(p_chain); in ecore_eq_completion()