Searched refs:mcast_pending_add_q (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c435 if (!list_empty(&rxf->mcast_pending_add_q)) {
436 mac = list_first_entry(&rxf->mcast_pending_add_q,
486 list_move_tail(&mac->qe, &rxf->mcast_pending_add_q);
622 INIT_LIST_HEAD(&rxf->mcast_pending_add_q);
670 while (!list_empty(&rxf->mcast_pending_add_q)) {
671 mac = list_first_entry(&rxf->mcast_pending_add_q,
754 bna_mac_find(&rxf->mcast_pending_add_q, addr)) {
764 list_add_tail(&mac->qe, &rxf->mcast_pending_add_q);
843 while (!list_empty(&rxf->mcast_pending_add_q)) {
844 mac = list_first_entry(&rxf->mcast_pending_add_q,
[all...]
H A Dbna_types.h756 struct list_head mcast_pending_add_q; member in struct:bna_rxf

Completed in 148 milliseconds