Searched refs:mcast_active_q (Results 1 – 3 of 3) sorted by relevance
1206 list_add_tail(&mac->qe, &rxf->mcast_active_q); in rxf_process_packet_filter_mcast()1304 if (!list_empty(&rxf->mcast_active_q)) { in rxf_clear_packet_filter_mcast()1305 bfa_q_deq(&rxf->mcast_active_q, &qe); in rxf_clear_packet_filter_mcast()1352 while (!list_empty(&rxf->mcast_active_q)) { in rxf_reset_packet_filter_mcast()1353 bfa_q_deq(&rxf->mcast_active_q, &qe); in rxf_reset_packet_filter_mcast()1407 INIT_LIST_HEAD(&rxf->mcast_active_q); in bna_rxf_init()1582 list_for_each(qe, &rxf->mcast_active_q) { in bna_rx_mcast_add()1654 list_for_each(qe, &rxf->mcast_active_q) { in bna_rx_mcast_listset()1716 while (!list_empty(&rxf->mcast_active_q)) { in bna_rx_mcast_listset()1717 bfa_q_deq(&rxf->mcast_active_q, &qe); in bna_rx_mcast_listset()[all …]
926 struct list_head mcast_active_q; member
1960 list_for_each(mac_qe, &rx->rxf.mcast_active_q) in bna_sw_stats_get()