Searched refs:rxq_chain_common (Results 1 – 1 of 1) sorted by relevance
97 lm_rx_chain_common_t* rxq_chain_common = NULL; in lm_post_buffers() local119 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()