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

/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c615 INIT_LIST_HEAD(&rxf->ucast_pending_add_q);
658 while (!list_empty(&rxf->ucast_pending_add_q)) {
659 mac = list_first_entry(&rxf->ucast_pending_add_q,
785 while (!list_empty(&rxf->ucast_pending_add_q)) {
786 mac = list_first_entry(&rxf->ucast_pending_add_q,
816 list_move_tail(&mac->qe, &rxf->ucast_pending_add_q);
979 if (!list_empty(&rxf->ucast_pending_add_q)) {
980 mac = list_first_entry(&rxf->ucast_pending_add_q,
1015 list_move_tail(&mac->qe, &rxf->ucast_pending_add_q);
H A Dbna_types.h746 struct list_head ucast_pending_add_q; member in struct:bna_rxf

Completed in 127 milliseconds