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

/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna.h220 list_for_each_entry(__rx, &__rx_mod->rx_active_q, qe) { \
H A Dbna_types.h850 struct list_head rx_active_q; member in struct:bna_rx_mod
H A Dbna_tx_rx.c1811 list_move_tail(&rx->qe, &rx_mod->rx_active_q);
1985 list_for_each_entry(rx, &rx_mod->rx_active_q, qe)
2002 list_for_each_entry(rx, &rx_mod->rx_active_q, qe)
2019 list_for_each_entry(rx, &rx_mod->rx_active_q, qe)
2048 INIT_LIST_HEAD(&rx_mod->rx_active_q);
2522 list_for_each(qe, &rx_mod->rx_active_q)

Completed in 134 milliseconds