Searched refs:rx_free_q (Results 1 – 2 of 2) sorted by relevance
1804 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()
849 struct list_head rx_free_q; member