Searched refs:ucast_pending_del_q (Results 1 – 3 of 3) sorted by relevance
2152 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()
916 struct list_head ucast_pending_del_q; member
1400 INIT_LIST_HEAD(&rxf->ucast_pending_del_q); in bna_rxf_init()