Searched refs:rxp_free_q (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h853 struct list_head rxp_free_q; member in struct:bna_rx_mod
H A Dbna_tx_rx.c1785 rxp = list_first_entry(&rx_mod->rxp_free_q, struct bna_rxp, qe);
1795 list_add_tail(&rxp->qe, &rx_mod->rxp_free_q);
2046 INIT_LIST_HEAD(&rx_mod->rxp_free_q);
2067 list_add_tail(&rxp_ptr->qe, &rx_mod->rxp_free_q);

Completed in 136 milliseconds