Searched refs:mcast_pending_add_q (Results 1 – 2 of 2) sorted by relevance
545 if (!list_empty(&rxf->mcast_pending_add_q)) { in bna_rxf_mcast_cfg_apply()546 bfa_q_deq(&rxf->mcast_pending_add_q, &qe); in bna_rxf_mcast_cfg_apply()599 list_add_tail(qe, &rxf->mcast_pending_add_q); in bna_rxf_mcast_cfg_reset()758 INIT_LIST_HEAD(&rxf->mcast_pending_add_q); in bna_rxf_init()810 while (!list_empty(&rxf->mcast_pending_add_q)) { in bna_rxf_uninit()811 bfa_q_deq(&rxf->mcast_pending_add_q, &mac); in bna_rxf_uninit()898 bna_mac_find(&rxf->mcast_pending_add_q, addr)) { in bna_rx_mcast_add()909 list_add_tail(&mac->qe, &rxf->mcast_pending_add_q); in bna_rx_mcast_add()1001 while (!list_empty(&rxf->mcast_pending_add_q)) { in bna_rx_mcast_listset()1002 bfa_q_deq(&rxf->mcast_pending_add_q, &qe); in bna_rx_mcast_listset()[all …]
770 struct list_head mcast_pending_add_q; member