Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c364 list_for_each_entry(mac, &rxf->mcast_pending_del_q, qe) in bna_rxf_mcmac_get()
433 while (!list_empty(&rxf->mcast_pending_del_q)) { in bna_rxf_mcast_cfg_apply()
434 mac = list_first_entry(&rxf->mcast_pending_del_q, in bna_rxf_mcast_cfg_apply()
481 while (!list_empty(&rxf->mcast_pending_del_q)) { in bna_rxf_mcast_cfg_reset()
482 mac = list_first_entry(&rxf->mcast_pending_del_q, in bna_rxf_mcast_cfg_reset()
631 INIT_LIST_HEAD(&rxf->mcast_pending_del_q); in bna_rxf_init()
864 list_add_tail(&del_mac->qe, &rxf->mcast_pending_del_q); in bna_rx_mcast_listset()
921 list_add_tail(&del_mac->qe, &rxf->mcast_pending_del_q); in bna_rx_mcast_delall()
Dbna_types.h753 struct list_head mcast_pending_del_q; member