Searched refs:mcast_pending_add_q (Results 1 – 2 of 2) sorted by relevance
435 if (!list_empty(&rxf->mcast_pending_add_q)) { in bna_rxf_mcast_cfg_apply() 436 mac = list_first_entry(&rxf->mcast_pending_add_q, in bna_rxf_mcast_cfg_apply() 486 list_move_tail(&mac->qe, &rxf->mcast_pending_add_q); in bna_rxf_mcast_cfg_reset() 622 INIT_LIST_HEAD(&rxf->mcast_pending_add_q); in bna_rxf_init() 670 while (!list_empty(&rxf->mcast_pending_add_q)) { in bna_rxf_uninit() 671 mac = list_first_entry(&rxf->mcast_pending_add_q, in bna_rxf_uninit() 754 bna_mac_find(&rxf->mcast_pending_add_q, addr)) { in bna_rx_mcast_add() 764 list_add_tail(&mac->qe, &rxf->mcast_pending_add_q); in bna_rx_mcast_add() 843 while (!list_empty(&rxf->mcast_pending_add_q)) { in bna_rx_mcast_listset() 844 mac = list_first_entry(&rxf->mcast_pending_add_q, in bna_rx_mcast_listset() [all...]
756 struct list_head mcast_pending_add_q; member