Home
last modified time | relevance | path

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

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