Searched refs:mcast_active_q (Results 1 – 2 of 2) sorted by relevance
360 list_for_each_entry(mac, &rxf->mcast_active_q, qe) in bna_rxf_mcmac_get()446 list_move_tail(&mac->qe, &rxf->mcast_active_q); in bna_rxf_mcast_cfg_apply()491 while (!list_empty(&rxf->mcast_active_q)) { in bna_rxf_mcast_cfg_reset()492 mac = list_first_entry(&rxf->mcast_active_q, in bna_rxf_mcast_cfg_reset()632 INIT_LIST_HEAD(&rxf->mcast_active_q); in bna_rxf_init()761 if (bna_mac_find(&rxf->mcast_active_q, addr) || in bna_rx_mcast_add()858 while (!list_empty(&rxf->mcast_active_q)) { in bna_rx_mcast_listset()859 mac = list_first_entry(&rxf->mcast_active_q, in bna_rx_mcast_listset()915 while (!list_empty(&rxf->mcast_active_q)) { in bna_rx_mcast_delall()916 mac = list_first_entry(&rxf->mcast_active_q, in bna_rx_mcast_delall()
755 struct list_head mcast_active_q; member