Lines Matching refs:tpacket_kbdq_core

197 static int prb_curr_blk_in_use(struct tpacket_kbdq_core *,
199 static void *prb_dispatch_next_block(struct tpacket_kbdq_core *,
201 static void prb_retire_current_block(struct tpacket_kbdq_core *,
203 static int prb_queue_frozen(struct tpacket_kbdq_core *);
204 static void prb_open_block(struct tpacket_kbdq_core *,
207 static void _prb_refresh_rx_retire_blk_timer(struct tpacket_kbdq_core *);
209 struct tpacket_kbdq_core *,
211 static void prb_fill_rxhash(struct tpacket_kbdq_core *, struct tpacket3_hdr *);
212 static void prb_clear_rxhash(struct tpacket_kbdq_core *,
214 static void prb_fill_vlan_info(struct tpacket_kbdq_core *,
234 #define GET_PBDQC_FROM_RB(x) ((struct tpacket_kbdq_core *)(&(x)->prb_bdqc))
515 static void prb_del_retire_blk_timer(struct tpacket_kbdq_core *pkc) in prb_del_retire_blk_timer()
524 struct tpacket_kbdq_core *pkc; in prb_shutdown_retire_blk_timer()
537 struct tpacket_kbdq_core *pkc, in prb_init_blk_timer()
548 struct tpacket_kbdq_core *pkc; in prb_setup_retire_blk_timer()
601 static void prb_init_ft_ops(struct tpacket_kbdq_core *p1, in prb_init_ft_ops()
612 struct tpacket_kbdq_core *p1 = GET_PBDQC_FROM_RB(rb); in init_prb_bdqc()
644 static void _prb_refresh_rx_retire_blk_timer(struct tpacket_kbdq_core *pkc) in _prb_refresh_rx_retire_blk_timer()
677 struct tpacket_kbdq_core *pkc = GET_PBDQC_FROM_RB(&po->rx_ring); in prb_retire_rx_blk_timer_expired()
747 static void prb_flush_block(struct tpacket_kbdq_core *pkc1, in prb_flush_block()
790 static void prb_close_block(struct tpacket_kbdq_core *pkc1, in prb_close_block()
832 static void prb_thaw_queue(struct tpacket_kbdq_core *pkc) in prb_thaw_queue()
844 static void prb_open_block(struct tpacket_kbdq_core *pkc1, in prb_open_block()
904 static void prb_freeze_queue(struct tpacket_kbdq_core *pkc, in prb_freeze_queue()
919 static void *prb_dispatch_next_block(struct tpacket_kbdq_core *pkc, in prb_dispatch_next_block()
944 static void prb_retire_current_block(struct tpacket_kbdq_core *pkc, in prb_retire_current_block()
971 static int prb_curr_blk_in_use(struct tpacket_kbdq_core *pkc, in prb_curr_blk_in_use()
977 static int prb_queue_frozen(struct tpacket_kbdq_core *pkc) in prb_queue_frozen()
984 struct tpacket_kbdq_core *pkc = GET_PBDQC_FROM_RB(rb); in prb_clear_blk_fill_status()
988 static void prb_fill_rxhash(struct tpacket_kbdq_core *pkc, in prb_fill_rxhash()
994 static void prb_clear_rxhash(struct tpacket_kbdq_core *pkc, in prb_clear_rxhash()
1000 static void prb_fill_vlan_info(struct tpacket_kbdq_core *pkc, in prb_fill_vlan_info()
1014 static void prb_run_all_ft_ops(struct tpacket_kbdq_core *pkc, in prb_run_all_ft_ops()
1027 struct tpacket_kbdq_core *pkc, in prb_fill_curr_block()
1050 struct tpacket_kbdq_core *pkc; in __packet_lookup_frame_in_block()
1131 struct tpacket_kbdq_core *pkc = GET_PBDQC_FROM_RB(rb); in prb_lookup_block()