Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c443 if (!list_empty(&rxf->mcast_pending_add_q)) { in bna_rxf_mcast_cfg_apply()
444 mac = list_first_entry(&rxf->mcast_pending_add_q, in bna_rxf_mcast_cfg_apply()
494 list_move_tail(&mac->qe, &rxf->mcast_pending_add_q); in bna_rxf_mcast_cfg_reset()
630 INIT_LIST_HEAD(&rxf->mcast_pending_add_q); in bna_rxf_init()
678 while (!list_empty(&rxf->mcast_pending_add_q)) { in bna_rxf_uninit()
679 mac = list_first_entry(&rxf->mcast_pending_add_q, in bna_rxf_uninit()
762 bna_mac_find(&rxf->mcast_pending_add_q, addr)) { in bna_rx_mcast_add()
772 list_add_tail(&mac->qe, &rxf->mcast_pending_add_q); in bna_rx_mcast_add()
851 while (!list_empty(&rxf->mcast_pending_add_q)) { in bna_rx_mcast_listset()
852 mac = list_first_entry(&rxf->mcast_pending_add_q, in bna_rx_mcast_listset()
[all …]
Dbna_types.h752 struct list_head mcast_pending_add_q; member