Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c452 list_for_each(qe, &rxf->mcast_active_q) { in bna_rxf_mcmac_get()
549 list_add_tail(&mac->qe, &rxf->mcast_active_q); in bna_rxf_mcast_cfg_apply()
596 while (!list_empty(&rxf->mcast_active_q)) { in bna_rxf_mcast_cfg_reset()
597 bfa_q_deq(&rxf->mcast_active_q, &qe); in bna_rxf_mcast_cfg_reset()
760 INIT_LIST_HEAD(&rxf->mcast_active_q); in bna_rxf_init()
897 if (bna_mac_find(&rxf->mcast_active_q, addr) || in bna_rx_mcast_add()
1009 while (!list_empty(&rxf->mcast_active_q)) { in bna_rx_mcast_listset()
1010 bfa_q_deq(&rxf->mcast_active_q, &qe); in bna_rx_mcast_listset()
1078 while (!list_empty(&rxf->mcast_active_q)) { in bna_rx_mcast_delall()
1079 bfa_q_deq(&rxf->mcast_active_q, &qe); in bna_rx_mcast_delall()
Dbna_types.h773 struct list_head mcast_active_q; member