Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbna_types.h765 struct list_head ucast_active_q; member
Dbna_tx_rx.c755 INIT_LIST_HEAD(&rxf->ucast_active_q); in bna_rxf_init()
940 while (!list_empty(&rxf->ucast_active_q)) { in bna_rx_ucast_listset()
941 bfa_q_deq(&rxf->ucast_active_q, &qe); in bna_rx_ucast_listset()
1165 list_add_tail(&mac->qe, &rxf->ucast_active_q); in bna_rxf_ucast_cfg_apply()
1197 while (!list_empty(&rxf->ucast_active_q)) { in bna_rxf_ucast_cfg_reset()
1198 bfa_q_deq(&rxf->ucast_active_q, &qe); in bna_rxf_ucast_cfg_reset()