Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c751 INIT_LIST_HEAD(&rxf->ucast_pending_add_q); in bna_rxf_init()
797 while (!list_empty(&rxf->ucast_pending_add_q)) { in bna_rxf_uninit()
798 bfa_q_deq(&rxf->ucast_pending_add_q, &mac); in bna_rxf_uninit()
932 while (!list_empty(&rxf->ucast_pending_add_q)) { in bna_rx_ucast_listset()
933 bfa_q_deq(&rxf->ucast_pending_add_q, &qe); in bna_rx_ucast_listset()
968 list_add_tail(&mac->qe, &rxf->ucast_pending_add_q); in bna_rx_ucast_listset()
1161 if (!list_empty(&rxf->ucast_pending_add_q)) { in bna_rxf_ucast_cfg_apply()
1162 bfa_q_deq(&rxf->ucast_pending_add_q, &qe); in bna_rxf_ucast_cfg_apply()
1200 list_add_tail(qe, &rxf->ucast_pending_add_q); in bna_rxf_ucast_cfg_reset()
Dbna_types.h760 struct list_head ucast_pending_add_q; member