Searched refs:ucast_pending_add_q (Results 1 – 2 of 2) sorted by relevance
623 INIT_LIST_HEAD(&rxf->ucast_pending_add_q); in bna_rxf_init()666 while (!list_empty(&rxf->ucast_pending_add_q)) { in bna_rxf_uninit()667 mac = list_first_entry(&rxf->ucast_pending_add_q, in bna_rxf_uninit()793 while (!list_empty(&rxf->ucast_pending_add_q)) { in bna_rx_ucast_listset()794 mac = list_first_entry(&rxf->ucast_pending_add_q, in bna_rx_ucast_listset()824 list_move_tail(&mac->qe, &rxf->ucast_pending_add_q); in bna_rx_ucast_listset()987 if (!list_empty(&rxf->ucast_pending_add_q)) { in bna_rxf_ucast_cfg_apply()988 mac = list_first_entry(&rxf->ucast_pending_add_q, in bna_rxf_ucast_cfg_apply()1023 list_move_tail(&mac->qe, &rxf->ucast_pending_add_q); in bna_rxf_ucast_cfg_reset()
742 struct list_head ucast_pending_add_q; member