Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_recv.c97 lm_rx_chain_common_t* rxq_chain_common = NULL; in lm_post_buffers() local
119 rxq_chain_common = &LM_RXQ_COMMON(pdev, chain_idx); in lm_post_buffers()
130 rxq_chain_common = &LM_TPA_COMMON(pdev, chain_idx); in lm_post_buffers()
146 s_list_push_tail(&rxq_chain_common->free_descq, &packet->link); in lm_post_buffers()
152 packet = (lm_packet_t *) s_list_pop_head(&rxq_chain_common->free_descq); in lm_post_buffers()
154 prod_bseq = rxq_chain_common->prod_bseq; in lm_post_buffers()
164 rxq_chain_common->bd_prod_without_next++; in lm_post_buffers()
217 packet = (lm_packet_t *) s_list_pop_head(&rxq_chain_common->free_descq); in lm_post_buffers()
220 rxq_chain_common->prod_bseq = prod_bseq; in lm_post_buffers()