Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbna_types.h861 struct list_head rx_active_q; member
Dbna_tx_rx.c2014 list_add_tail(&rx->qe, &rx_mod->rx_active_q); in bna_rx_get()
2208 list_for_each(qe, &rx_mod->rx_active_q) { in bna_rx_mod_start()
2228 list_for_each(qe, &rx_mod->rx_active_q) { in bna_rx_mod_stop()
2248 list_for_each(qe, &rx_mod->rx_active_q) { in bna_rx_mod_fail()
2279 INIT_LIST_HEAD(&rx_mod->rx_active_q); in bna_rx_mod_init()
2772 list_for_each(qe, &rx_mod->rx_active_q) { in bna_rx_destroy()
Dbna.h349 list_for_each(qe, &__rx_mod->rx_active_q) { \