Home
last modified time | relevance | path

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

/linux/drivers/ntb/
H A Dntb_transport.c173 struct list_head rx_free_q; member
631 &qp->rx_free_q); in ntb_transport_setup_qp_mw()
1224 INIT_LIST_HEAD(&qp->rx_free_q); in ntb_transport_init_queue()
1452 list_move_tail(&entry->entry, &qp->rx_free_q); in ntb_complete_rxc()
2118 &qp->rx_free_q); in ntb_transport_create_queue()
2144 while ((entry = ntb_list_rm(&qp->ntb_rx_q_lock, &qp->rx_free_q))) in ntb_transport_create_queue()
2231 while ((entry = ntb_list_rm(&qp->ntb_rx_q_lock, &qp->rx_free_q))) in ntb_transport_free_queue()
2281 ntb_list_add(&qp->ntb_rx_q_lock, &entry->entry, &qp->rx_free_q); in ntb_transport_rx_remove()
2307 entry = ntb_list_rm(&qp->ntb_rx_q_lock, &qp->rx_free_q); in ntb_transport_rx_enqueue()
/linux/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c1804 BUG_ON(list_empty(&rx_mod->rx_free_q)); in bna_rx_get()
1806 rx = list_first_entry(&rx_mod->rx_free_q, struct bna_rx, qe); in bna_rx_get()
1808 rx = list_last_entry(&rx_mod->rx_free_q, struct bna_rx, qe); in bna_rx_get()
1822 list_for_each_prev(qe, &rx_mod->rx_free_q) in bna_rx_put()
2042 INIT_LIST_HEAD(&rx_mod->rx_free_q); in bna_rx_mod_init()
2060 list_add_tail(&rx_ptr->qe, &rx_mod->rx_free_q); in bna_rx_mod_init()
H A Dbna_types.h849 struct list_head rx_free_q; member