Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbna_types.h864 struct list_head rxp_free_q; member
Dbna_tx_rx.c1984 bfa_q_deq(&rx_mod->rxp_free_q, &qe); in bna_rxp_get()
1996 list_add_tail(&rxp->qe, &rx_mod->rxp_free_q); in bna_rxp_put()
2277 INIT_LIST_HEAD(&rx_mod->rxp_free_q); in bna_rx_mod_init()
2300 list_add_tail(&rxp_ptr->qe, &rx_mod->rxp_free_q); in bna_rx_mod_init()
2324 list_for_each(qe, &rx_mod->rxp_free_q) in bna_rx_mod_uninit()