Searched refs:mcast_pending_del_q (Results 1 – 2 of 2) sorted by relevance
458 list_for_each(qe, &rxf->mcast_pending_del_q) { in bna_rxf_mcmac_get()534 while (!list_empty(&rxf->mcast_pending_del_q)) { in bna_rxf_mcast_cfg_apply()535 bfa_q_deq(&rxf->mcast_pending_del_q, &qe); in bna_rxf_mcast_cfg_apply()585 while (!list_empty(&rxf->mcast_pending_del_q)) { in bna_rxf_mcast_cfg_reset()586 bfa_q_deq(&rxf->mcast_pending_del_q, &qe); in bna_rxf_mcast_cfg_reset()759 INIT_LIST_HEAD(&rxf->mcast_pending_del_q); in bna_rxf_init()1017 list_add_tail(&del_mac->qe, &rxf->mcast_pending_del_q); in bna_rx_mcast_listset()1086 list_add_tail(&del_mac->qe, &rxf->mcast_pending_del_q); in bna_rx_mcast_delall()
771 struct list_head mcast_pending_del_q; member