Searched refs:rx_active_q (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bna.h | 228 list_for_each_entry(__rx, &__rx_mod->rx_active_q, qe) { \
|
D | bna_types.h | 843 struct list_head rx_active_q; member
|
D | bna_tx_rx.c | 1819 list_move_tail(&rx->qe, &rx_mod->rx_active_q); in bna_rx_get() 1993 list_for_each_entry(rx, &rx_mod->rx_active_q, qe) in bna_rx_mod_start() 2010 list_for_each_entry(rx, &rx_mod->rx_active_q, qe) in bna_rx_mod_stop() 2027 list_for_each_entry(rx, &rx_mod->rx_active_q, qe) in bna_rx_mod_fail() 2056 INIT_LIST_HEAD(&rx_mod->rx_active_q); in bna_rx_mod_init() 2530 list_for_each(qe, &rx_mod->rx_active_q) in bna_rx_destroy()
|