Home
last modified time | relevance | path

Searched defs:rx_queue (Results 1 – 25 of 85) sorted by relevance

1234

/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/
A Drx.c106 static struct page *ef4_reuse_page(struct ef4_rx_queue *rx_queue) in ef4_reuse_page()
227 static void ef4_free_rx_buffers(struct ef4_rx_queue *rx_queue, in ef4_free_rx_buffers()
276 static void ef4_fini_rx_buffer(struct ef4_rx_queue *rx_queue, in ef4_fini_rx_buffer()
439 struct ef4_rx_queue *rx_queue; in ef4_rx_packet_gro() local
626 struct ef4_rx_queue *rx_queue; in ef4_rx_deliver() local
666 struct ef4_rx_queue *rx_queue; in __ef4_rx_packet() local
686 int ef4_probe_rx_queue(struct ef4_rx_queue *rx_queue) in ef4_probe_rx_queue()
718 struct ef4_rx_queue *rx_queue) in ef4_init_rx_recycle_ring()
744 void ef4_init_rx_queue(struct ef4_rx_queue *rx_queue) in ef4_init_rx_queue()
785 void ef4_fini_rx_queue(struct ef4_rx_queue *rx_queue) in ef4_fini_rx_queue()
[all …]
A Dfarch.c489 void ef4_farch_rx_write(struct ef4_rx_queue *rx_queue) in ef4_farch_rx_write()
509 int ef4_farch_rx_probe(struct ef4_rx_queue *rx_queue) in ef4_farch_rx_probe()
519 void ef4_farch_rx_init(struct ef4_rx_queue *rx_queue) in ef4_farch_rx_init()
575 void ef4_farch_rx_fini(struct ef4_rx_queue *rx_queue) in ef4_farch_rx_fini()
590 void ef4_farch_rx_remove(struct ef4_rx_queue *rx_queue) in ef4_farch_rx_remove()
662 struct ef4_rx_queue *rx_queue; in ef4_farch_do_flush() local
721 struct ef4_rx_queue *rx_queue; in ef4_farch_fini_dmaq() local
986 struct ef4_rx_queue *rx_queue; in ef4_farch_handle_rx_event() local
1114 struct ef4_rx_queue *rx_queue; in ef4_farch_handle_rx_flush_done() local
1156 struct ef4_rx_queue *rx_queue = in ef4_farch_handle_generated_event() local
[all …]
A Dnic.h110 ef4_rx_desc(struct ef4_rx_queue *rx_queue, unsigned int index) in ef4_rx_desc()
333 static inline int ef4_nic_probe_rx(struct ef4_rx_queue *rx_queue) in ef4_nic_probe_rx()
337 static inline void ef4_nic_init_rx(struct ef4_rx_queue *rx_queue) in ef4_nic_init_rx()
341 static inline void ef4_nic_remove_rx(struct ef4_rx_queue *rx_queue) in ef4_nic_remove_rx()
345 static inline void ef4_nic_notify_rx_desc(struct ef4_rx_queue *rx_queue) in ef4_nic_notify_rx_desc()
349 static inline void ef4_nic_generate_fill_event(struct ef4_rx_queue *rx_queue) in ef4_nic_generate_fill_event()
A Defx.c248 struct ef4_rx_queue *rx_queue = in ef4_process_channel() local
423 struct ef4_rx_queue *rx_queue; in ef4_alloc_channel() local
456 struct ef4_rx_queue *rx_queue; in ef4_copy_channel() local
491 struct ef4_rx_queue *rx_queue; in ef4_probe_channel() local
593 struct ef4_rx_queue *rx_queue; in ef4_start_datapath() local
684 struct ef4_rx_queue *rx_queue; in ef4_stop_datapath() local
737 struct ef4_rx_queue *rx_queue; in ef4_remove_channel() local
774 struct ef4_rx_queue *rx_queue; in ef4_realloc_channels() local
864 void ef4_schedule_slow_fill(struct ef4_rx_queue *rx_queue) in ef4_schedule_slow_fill()
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Drx_common.c34 static struct page *efx_reuse_page(struct efx_rx_queue *rx_queue) in efx_reuse_page()
76 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_recycle_rx_page() local
110 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_recycle_rx_pages() local
174 static void efx_fini_rx_buffer(struct efx_rx_queue *rx_queue, in efx_fini_rx_buffer()
189 int efx_probe_rx_queue(struct efx_rx_queue *rx_queue) in efx_probe_rx_queue()
220 void efx_init_rx_queue(struct efx_rx_queue *rx_queue) in efx_init_rx_queue()
276 void efx_fini_rx_queue(struct efx_rx_queue *rx_queue) in efx_fini_rx_queue()
307 void efx_remove_rx_queue(struct efx_rx_queue *rx_queue) in efx_remove_rx_queue()
336 void efx_free_rx_buffers(struct efx_rx_queue *rx_queue, in efx_free_rx_buffers()
358 void efx_schedule_slow_fill(struct efx_rx_queue *rx_queue) in efx_schedule_slow_fill()
[all …]
A Drx.c43 static void efx_rx_packet__check_len(struct efx_rx_queue *rx_queue, in efx_rx_packet__check_len()
121 void efx_rx_packet(struct efx_rx_queue *rx_queue, unsigned int index, in efx_rx_packet()
217 struct efx_rx_queue *rx_queue; in efx_rx_deliver() local
255 struct efx_rx_queue *rx_queue; in efx_do_xdp() local
378 struct efx_rx_queue *rx_queue; in __efx_rx_packet() local
A Dnic_common.h100 efx_rx_desc(struct efx_rx_queue *rx_queue, unsigned int index) in efx_rx_desc()
140 static inline int efx_nic_probe_rx(struct efx_rx_queue *rx_queue) in efx_nic_probe_rx()
144 static inline void efx_nic_init_rx(struct efx_rx_queue *rx_queue) in efx_nic_init_rx()
148 static inline void efx_nic_remove_rx(struct efx_rx_queue *rx_queue) in efx_nic_remove_rx()
152 static inline void efx_nic_notify_rx_desc(struct efx_rx_queue *rx_queue) in efx_nic_notify_rx_desc()
156 static inline void efx_nic_generate_fill_event(struct efx_rx_queue *rx_queue) in efx_nic_generate_fill_event()
A Def100_rx.c58 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in __ef100_rx_packet() local
146 static void ef100_rx_packet(struct efx_rx_queue *rx_queue, unsigned int index) in ef100_rx_packet()
173 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_ef100_ev_rx() local
191 void ef100_rx_write(struct efx_rx_queue *rx_queue) in ef100_rx_write()
A Dmcdi_functions.c270 int efx_mcdi_rx_probe(struct efx_rx_queue *rx_queue) in efx_mcdi_rx_probe()
278 void efx_mcdi_rx_init(struct efx_rx_queue *rx_queue) in efx_mcdi_rx_init()
326 void efx_mcdi_rx_remove(struct efx_rx_queue *rx_queue) in efx_mcdi_rx_remove()
331 void efx_mcdi_rx_fini(struct efx_rx_queue *rx_queue) in efx_mcdi_rx_fini()
358 struct efx_rx_queue *rx_queue; in efx_fini_dmaq() local
A Defx_channels.c530 struct efx_rx_queue *rx_queue; in efx_alloc_channel() local
600 struct efx_rx_queue *rx_queue; in efx_copy_channel() local
640 struct efx_rx_queue *rx_queue; in efx_probe_channel() local
743 struct efx_rx_queue *rx_queue; in efx_remove_channel() local
862 struct efx_rx_queue *rx_queue; in efx_realloc_channels() local
1118 struct efx_rx_queue *rx_queue; in efx_start_channels() local
1144 struct efx_rx_queue *rx_queue; in efx_stop_channels() local
1224 struct efx_rx_queue *rx_queue = in efx_process_channel() local
A Dtc_counters.c221 struct efx_rx_queue *rx_queue = &channel->rx_queue; in efx_tc_probe_channel() local
233 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_tc_start_channel() local
241 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_tc_stop_channel() local
450 static bool efx_tc_rx(struct efx_rx_queue *rx_queue, u32 mark) in efx_tc_rx()
A Dmae.c118 int efx_mae_start_counters(struct efx_nic *efx, struct efx_rx_queue *rx_queue) in efx_mae_start_counters()
168 int efx_mae_stop_counters(struct efx_nic *efx, struct efx_rx_queue *rx_queue) in efx_mae_stop_counters()
215 struct efx_rx_queue *rx_queue = container_of(work, struct efx_rx_queue, in efx_mae_counters_grant_credits() local
A Def10.c2570 efx_ef10_build_rx_desc(struct efx_rx_queue *rx_queue, unsigned int index) in efx_ef10_build_rx_desc()
2582 static void efx_ef10_rx_write(struct efx_rx_queue *rx_queue) in efx_ef10_rx_write()
2608 static void efx_ef10_rx_defer_refill(struct efx_rx_queue *rx_queue) in efx_ef10_rx_defer_refill()
2653 static void efx_ef10_handle_rx_wrong_queue(struct efx_rx_queue *rx_queue, in efx_ef10_handle_rx_wrong_queue()
2666 efx_ef10_handle_rx_bad_lbits(struct efx_rx_queue *rx_queue, in efx_ef10_handle_rx_bad_lbits()
2680 static void efx_ef10_handle_rx_abort(struct efx_rx_queue *rx_queue) in efx_ef10_handle_rx_abort()
2798 struct efx_rx_queue *rx_queue; in efx_ef10_handle_rx_event() local
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Drx_common.c37 static struct page *efx_reuse_page(struct efx_rx_queue *rx_queue) in efx_reuse_page()
79 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_recycle_rx_page() local
113 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_siena_recycle_rx_pages() local
128 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_siena_discard_rx_packet() local
177 static void efx_fini_rx_buffer(struct efx_rx_queue *rx_queue, in efx_fini_rx_buffer()
192 int efx_siena_probe_rx_queue(struct efx_rx_queue *rx_queue) in efx_siena_probe_rx_queue()
223 void efx_siena_init_rx_queue(struct efx_rx_queue *rx_queue) in efx_siena_init_rx_queue()
278 void efx_siena_fini_rx_queue(struct efx_rx_queue *rx_queue) in efx_siena_fini_rx_queue()
307 void efx_siena_remove_rx_queue(struct efx_rx_queue *rx_queue) in efx_siena_remove_rx_queue()
336 void efx_siena_free_rx_buffers(struct efx_rx_queue *rx_queue, in efx_siena_free_rx_buffers()
[all …]
A Drx.c43 static void efx_rx_packet__check_len(struct efx_rx_queue *rx_queue, in efx_rx_packet__check_len()
121 void efx_siena_rx_packet(struct efx_rx_queue *rx_queue, unsigned int index, in efx_siena_rx_packet()
217 struct efx_rx_queue *rx_queue; in efx_rx_deliver() local
255 struct efx_rx_queue *rx_queue; in efx_do_xdp() local
378 struct efx_rx_queue *rx_queue; in __efx_siena_rx_packet() local
A Dnic_common.h97 efx_rx_desc(struct efx_rx_queue *rx_queue, unsigned int index) in efx_rx_desc()
137 static inline int efx_nic_probe_rx(struct efx_rx_queue *rx_queue) in efx_nic_probe_rx()
141 static inline void efx_nic_init_rx(struct efx_rx_queue *rx_queue) in efx_nic_init_rx()
145 static inline void efx_nic_remove_rx(struct efx_rx_queue *rx_queue) in efx_nic_remove_rx()
149 static inline void efx_nic_notify_rx_desc(struct efx_rx_queue *rx_queue) in efx_nic_notify_rx_desc()
153 static inline void efx_nic_generate_fill_event(struct efx_rx_queue *rx_queue) in efx_nic_generate_fill_event()
A Defx_channels.c532 struct efx_rx_queue *rx_queue; in efx_alloc_channel() local
603 struct efx_rx_queue *rx_queue; in efx_copy_channel() local
643 struct efx_rx_queue *rx_queue; in efx_probe_channel() local
746 struct efx_rx_queue *rx_queue; in efx_siena_remove_channel() local
869 struct efx_rx_queue *rx_queue; in efx_siena_realloc_channels() local
1122 struct efx_rx_queue *rx_queue; in efx_siena_start_channels() local
1146 struct efx_rx_queue *rx_queue; in efx_siena_stop_channels() local
1221 struct efx_rx_queue *rx_queue = in efx_process_channel() local
A Dfarch.c483 void efx_farch_rx_write(struct efx_rx_queue *rx_queue) in efx_farch_rx_write()
503 int efx_farch_rx_probe(struct efx_rx_queue *rx_queue) in efx_farch_rx_probe()
513 void efx_farch_rx_init(struct efx_rx_queue *rx_queue) in efx_farch_rx_init()
563 void efx_farch_rx_fini(struct efx_rx_queue *rx_queue) in efx_farch_rx_fini()
578 void efx_farch_rx_remove(struct efx_rx_queue *rx_queue) in efx_farch_rx_remove()
650 struct efx_rx_queue *rx_queue; in efx_farch_do_flush() local
720 struct efx_rx_queue *rx_queue; in efx_farch_fini_dmaq() local
979 struct efx_rx_queue *rx_queue; in efx_farch_handle_rx_event() local
1107 struct efx_rx_queue *rx_queue; in efx_farch_handle_rx_flush_done() local
1149 struct efx_rx_queue *rx_queue = in efx_farch_handle_generated_event() local
[all …]
/linux-6.3-rc2/drivers/net/ethernet/freescale/
A Dgianfar.c109 static void gfar_init_rxbdp(struct gfar_priv_rx_q *rx_queue, struct rxbd8 *bdp, in gfar_init_rxbdp()
1092 static void free_skb_rx_queue(struct gfar_priv_rx_q *rx_queue) in free_skb_rx_queue()
1127 struct gfar_priv_rx_q *rx_queue = NULL; in free_skb_resources() local
1234 static void gfar_rx_alloc_err(struct gfar_priv_rx_q *rx_queue) in gfar_rx_alloc_err()
1243 static void gfar_alloc_rx_buffs(struct gfar_priv_rx_q *rx_queue, in gfar_alloc_rx_buffs()
1287 struct gfar_priv_rx_q *rx_queue = NULL; in gfar_init_bds() local
1341 struct gfar_priv_rx_q *rx_queue = NULL; in gfar_alloc_skb_resources() local
1489 struct gfar_priv_rx_q *rx_queue = NULL; in gfar_update_link_state() local
2404 static struct sk_buff *gfar_get_next_rxbuff(struct gfar_priv_rx_q *rx_queue, in gfar_get_next_rxbuff()
2501 static int gfar_clean_rx_ring(struct gfar_priv_rx_q *rx_queue, in gfar_clean_rx_ring()
[all …]
/linux-6.3-rc2/net/rxrpc/
A Dio_thread.c28 struct sk_buff_head *rx_queue; in rxrpc_encap_rcv() local
416 struct sk_buff_head rx_queue; in rxrpc_io_thread() local
/linux-6.3-rc2/drivers/net/ethernet/marvell/
A Dmv643xx_eth.c325 struct rx_queue { struct
326 int index;
328 int rx_ring_size;
330 int rx_desc_count;
331 int rx_curr_desc;
332 int rx_used_desc;
334 struct rx_desc *rx_desc_area;
335 dma_addr_t rx_desc_dma;
336 int rx_desc_area_size;
337 struct sk_buff **rx_skb;
/linux-6.3-rc2/include/net/tc_act/
A Dtc_skbedit.h100 u16 rx_queue; in tcf_skbedit_rx_queue_mapping() local
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dbpf_iter_tcp4.c85 int rx_queue; in dump_tcp_sock() local
A Dbpf_iter_tcp6.c85 int rx_queue; in dump_tcp6_sock() local
/linux-6.3-rc2/drivers/net/wan/
A Dhdlc_x25.c28 struct sk_buff_head rx_queue; member

Completed in 62 milliseconds

1234