Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c352 list_for_each_entry(mac, &rxf->mcast_active_q, qe) in bna_rxf_mcmac_get()
438 list_move_tail(&mac->qe, &rxf->mcast_active_q); in bna_rxf_mcast_cfg_apply()
483 while (!list_empty(&rxf->mcast_active_q)) { in bna_rxf_mcast_cfg_reset()
484 mac = list_first_entry(&rxf->mcast_active_q, in bna_rxf_mcast_cfg_reset()
624 INIT_LIST_HEAD(&rxf->mcast_active_q); in bna_rxf_init()
753 if (bna_mac_find(&rxf->mcast_active_q, addr) || in bna_rx_mcast_add()
850 while (!list_empty(&rxf->mcast_active_q)) { in bna_rx_mcast_listset()
851 mac = list_first_entry(&rxf->mcast_active_q, in bna_rx_mcast_listset()
907 while (!list_empty(&rxf->mcast_active_q)) { in bna_rx_mcast_delall()
908 mac = list_first_entry(&rxf->mcast_active_q, in bna_rx_mcast_delall()
Dbna_types.h759 struct list_head mcast_active_q; member