Searched refs:ucast_pending_del_q (Results 1 – 2 of 2) sorted by relevance
616 INIT_LIST_HEAD(&rxf->ucast_pending_del_q); in bna_rxf_init()798 list_add_tail(&del_mac->qe, &rxf->ucast_pending_del_q); in bna_rx_ucast_listset()959 if (!list_empty(&rxf->ucast_pending_del_q)) { in bna_rxf_ucast_cfg_apply()960 mac = list_first_entry(&rxf->ucast_pending_del_q, in bna_rxf_ucast_cfg_apply()996 while (!list_empty(&rxf->ucast_pending_del_q)) { in bna_rxf_ucast_cfg_reset()997 mac = list_first_entry(&rxf->ucast_pending_del_q, in bna_rxf_ucast_cfg_reset()
747 struct list_head ucast_pending_del_q; member