Home
last modified time | relevance | path

Searched refs:ucast_pending_del_q (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/net/bna/
Dbna_ctrl.c2152 if (!list_empty(&rxf->ucast_pending_del_q)) { in rxf_process_packet_filter_ucast()
2153 bfa_q_deq(&rxf->ucast_pending_del_q, &qe); in rxf_process_packet_filter_ucast()
2236 if (!list_empty(&rxf->ucast_pending_del_q)) { in rxf_clear_packet_filter_ucast()
2237 bfa_q_deq(&rxf->ucast_pending_del_q, &qe); in rxf_clear_packet_filter_ucast()
2339 while (!list_empty(&rxf->ucast_pending_del_q)) { in rxf_reset_packet_filter_ucast()
2340 bfa_q_deq(&rxf->ucast_pending_del_q, &qe); in rxf_reset_packet_filter_ucast()
Dbna_types.h916 struct list_head ucast_pending_del_q; member
Dbna_txrx.c1400 INIT_LIST_HEAD(&rxf->ucast_pending_del_q); in bna_rxf_init()