Searched refs:mcast_pending_add_q (Results 1 – 2 of 2) sorted by relevance
443 if (!list_empty(&rxf->mcast_pending_add_q)) { in bna_rxf_mcast_cfg_apply()444 mac = list_first_entry(&rxf->mcast_pending_add_q, in bna_rxf_mcast_cfg_apply()494 list_move_tail(&mac->qe, &rxf->mcast_pending_add_q); in bna_rxf_mcast_cfg_reset()630 INIT_LIST_HEAD(&rxf->mcast_pending_add_q); in bna_rxf_init()678 while (!list_empty(&rxf->mcast_pending_add_q)) { in bna_rxf_uninit()679 mac = list_first_entry(&rxf->mcast_pending_add_q, in bna_rxf_uninit()762 bna_mac_find(&rxf->mcast_pending_add_q, addr)) { in bna_rx_mcast_add()772 list_add_tail(&mac->qe, &rxf->mcast_pending_add_q); in bna_rx_mcast_add()851 while (!list_empty(&rxf->mcast_pending_add_q)) { in bna_rx_mcast_listset()852 mac = list_first_entry(&rxf->mcast_pending_add_q, in bna_rx_mcast_listset()[all …]
752 struct list_head mcast_pending_add_q; member