Home
last modified time | relevance | path

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

12345678910>>...12

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/sfc/falcon/
H A Drx.c106 static struct page *ef4_reuse_page(struct ef4_rx_queue *rx_queue) in ef4_reuse_page()
225 static void ef4_free_rx_buffers(struct ef4_rx_queue *rx_queue, in ef4_free_rx_buffers()
274 static void ef4_fini_rx_buffer(struct ef4_rx_queue *rx_queue, in ef4_fini_rx_buffer()
434 struct ef4_rx_queue *rx_queue; in ef4_rx_packet_gro() local
621 struct ef4_rx_queue *rx_queue; in ef4_rx_deliver() local
661 struct ef4_rx_queue *rx_queue; in __ef4_rx_packet() local
681 int ef4_probe_rx_queue(struct ef4_rx_queue *rx_queue) in ef4_probe_rx_queue()
713 struct ef4_rx_queue *rx_queue) in ef4_init_rx_recycle_ring()
734 void ef4_init_rx_queue(struct ef4_rx_queue *rx_queue) in ef4_init_rx_queue()
775 void ef4_fini_rx_queue(struct ef4_rx_queue *rx_queue) in ef4_fini_rx_queue()
[all …]
H 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 …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/sfc/falcon/
H A Drx.c106 static struct page *ef4_reuse_page(struct ef4_rx_queue *rx_queue) in ef4_reuse_page()
225 static void ef4_free_rx_buffers(struct ef4_rx_queue *rx_queue, in ef4_free_rx_buffers()
274 static void ef4_fini_rx_buffer(struct ef4_rx_queue *rx_queue, in ef4_fini_rx_buffer()
434 struct ef4_rx_queue *rx_queue; in ef4_rx_packet_gro() local
621 struct ef4_rx_queue *rx_queue; in ef4_rx_deliver() local
661 struct ef4_rx_queue *rx_queue; in __ef4_rx_packet() local
681 int ef4_probe_rx_queue(struct ef4_rx_queue *rx_queue) in ef4_probe_rx_queue()
713 struct ef4_rx_queue *rx_queue) in ef4_init_rx_recycle_ring()
734 void ef4_init_rx_queue(struct ef4_rx_queue *rx_queue) in ef4_init_rx_queue()
775 void ef4_fini_rx_queue(struct ef4_rx_queue *rx_queue) in ef4_fini_rx_queue()
[all …]
H 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 …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/sfc/falcon/
H A Drx.c106 static struct page *ef4_reuse_page(struct ef4_rx_queue *rx_queue) in ef4_reuse_page()
225 static void ef4_free_rx_buffers(struct ef4_rx_queue *rx_queue, in ef4_free_rx_buffers()
274 static void ef4_fini_rx_buffer(struct ef4_rx_queue *rx_queue, in ef4_fini_rx_buffer()
434 struct ef4_rx_queue *rx_queue; in ef4_rx_packet_gro() local
621 struct ef4_rx_queue *rx_queue; in ef4_rx_deliver() local
661 struct ef4_rx_queue *rx_queue; in __ef4_rx_packet() local
681 int ef4_probe_rx_queue(struct ef4_rx_queue *rx_queue) in ef4_probe_rx_queue()
713 struct ef4_rx_queue *rx_queue) in ef4_init_rx_recycle_ring()
734 void ef4_init_rx_queue(struct ef4_rx_queue *rx_queue) in ef4_init_rx_queue()
775 void ef4_fini_rx_queue(struct ef4_rx_queue *rx_queue) in ef4_fini_rx_queue()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/sfc/
H A Drx_common.c41 static struct page *efx_reuse_page(struct efx_rx_queue *rx_queue) in efx_reuse_page()
81 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_recycle_rx_page() local
115 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_recycle_rx_pages() local
179 static void efx_fini_rx_buffer(struct efx_rx_queue *rx_queue, in efx_fini_rx_buffer()
194 int efx_probe_rx_queue(struct efx_rx_queue *rx_queue) in efx_probe_rx_queue()
225 void efx_init_rx_queue(struct efx_rx_queue *rx_queue) in efx_init_rx_queue()
280 void efx_fini_rx_queue(struct efx_rx_queue *rx_queue) in efx_fini_rx_queue()
309 void efx_remove_rx_queue(struct efx_rx_queue *rx_queue) in efx_remove_rx_queue()
338 void efx_free_rx_buffers(struct efx_rx_queue *rx_queue, in efx_free_rx_buffers()
360 void efx_schedule_slow_fill(struct efx_rx_queue *rx_queue) in efx_schedule_slow_fill()
[all …]
H 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
383 struct efx_rx_queue *rx_queue; in __efx_rx_packet() local
H 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()
H A Def100_rx.c90 struct efx_rx_queue *rx_queue = in __ef100_rx_packet() local
105 static void ef100_rx_packet(struct efx_rx_queue *rx_queue, unsigned int index) in ef100_rx_packet()
132 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_ef100_ev_rx() local
150 void ef100_rx_write(struct efx_rx_queue *rx_queue) in ef100_rx_write()
H 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
H A Defx_channels.c512 struct efx_rx_queue *rx_queue; in efx_alloc_channel() local
582 struct efx_rx_queue *rx_queue; in efx_copy_channel() local
622 struct efx_rx_queue *rx_queue; in efx_probe_channel() local
724 struct efx_rx_queue *rx_queue; in efx_remove_channel() local
762 struct efx_rx_queue *rx_queue; in efx_realloc_channels() local
1059 struct efx_rx_queue *rx_queue; in efx_start_channels() local
1083 struct efx_rx_queue *rx_queue; in efx_stop_channels() local
1158 struct efx_rx_queue *rx_queue = in efx_process_channel() local
H A Dfarch.c482 void efx_farch_rx_write(struct efx_rx_queue *rx_queue) in efx_farch_rx_write()
502 int efx_farch_rx_probe(struct efx_rx_queue *rx_queue) in efx_farch_rx_probe()
512 void efx_farch_rx_init(struct efx_rx_queue *rx_queue) in efx_farch_rx_init()
562 void efx_farch_rx_fini(struct efx_rx_queue *rx_queue) in efx_farch_rx_fini()
577 void efx_farch_rx_remove(struct efx_rx_queue *rx_queue) in efx_farch_rx_remove()
649 struct efx_rx_queue *rx_queue; in efx_farch_do_flush() local
719 struct efx_rx_queue *rx_queue; in efx_farch_fini_dmaq() local
977 struct efx_rx_queue *rx_queue; in efx_farch_handle_rx_event() local
1105 struct efx_rx_queue *rx_queue; in efx_farch_handle_rx_flush_done() local
1147 struct efx_rx_queue *rx_queue = in efx_farch_handle_generated_event() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/sfc/
H A Drx_common.c41 static struct page *efx_reuse_page(struct efx_rx_queue *rx_queue) in efx_reuse_page()
81 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_recycle_rx_page() local
115 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_recycle_rx_pages() local
179 static void efx_fini_rx_buffer(struct efx_rx_queue *rx_queue, in efx_fini_rx_buffer()
194 int efx_probe_rx_queue(struct efx_rx_queue *rx_queue) in efx_probe_rx_queue()
225 void efx_init_rx_queue(struct efx_rx_queue *rx_queue) in efx_init_rx_queue()
280 void efx_fini_rx_queue(struct efx_rx_queue *rx_queue) in efx_fini_rx_queue()
309 void efx_remove_rx_queue(struct efx_rx_queue *rx_queue) in efx_remove_rx_queue()
338 void efx_free_rx_buffers(struct efx_rx_queue *rx_queue, in efx_free_rx_buffers()
360 void efx_schedule_slow_fill(struct efx_rx_queue *rx_queue) in efx_schedule_slow_fill()
[all …]
H 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
383 struct efx_rx_queue *rx_queue; in __efx_rx_packet() local
H 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()
H A Def100_rx.c90 struct efx_rx_queue *rx_queue = in __ef100_rx_packet() local
105 static void ef100_rx_packet(struct efx_rx_queue *rx_queue, unsigned int index) in ef100_rx_packet()
132 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_ef100_ev_rx() local
150 void ef100_rx_write(struct efx_rx_queue *rx_queue) in ef100_rx_write()
H 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
H A Defx_channels.c512 struct efx_rx_queue *rx_queue; in efx_alloc_channel() local
582 struct efx_rx_queue *rx_queue; in efx_copy_channel() local
622 struct efx_rx_queue *rx_queue; in efx_probe_channel() local
724 struct efx_rx_queue *rx_queue; in efx_remove_channel() local
762 struct efx_rx_queue *rx_queue; in efx_realloc_channels() local
1059 struct efx_rx_queue *rx_queue; in efx_start_channels() local
1083 struct efx_rx_queue *rx_queue; in efx_stop_channels() local
1158 struct efx_rx_queue *rx_queue = in efx_process_channel() local
H A Dfarch.c482 void efx_farch_rx_write(struct efx_rx_queue *rx_queue) in efx_farch_rx_write()
502 int efx_farch_rx_probe(struct efx_rx_queue *rx_queue) in efx_farch_rx_probe()
512 void efx_farch_rx_init(struct efx_rx_queue *rx_queue) in efx_farch_rx_init()
562 void efx_farch_rx_fini(struct efx_rx_queue *rx_queue) in efx_farch_rx_fini()
577 void efx_farch_rx_remove(struct efx_rx_queue *rx_queue) in efx_farch_rx_remove()
649 struct efx_rx_queue *rx_queue; in efx_farch_do_flush() local
719 struct efx_rx_queue *rx_queue; in efx_farch_fini_dmaq() local
977 struct efx_rx_queue *rx_queue; in efx_farch_handle_rx_event() local
1105 struct efx_rx_queue *rx_queue; in efx_farch_handle_rx_flush_done() local
1147 struct efx_rx_queue *rx_queue = in efx_farch_handle_generated_event() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/sfc/
H A Drx_common.c41 static struct page *efx_reuse_page(struct efx_rx_queue *rx_queue) in efx_reuse_page()
81 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_recycle_rx_page() local
115 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_recycle_rx_pages() local
179 static void efx_fini_rx_buffer(struct efx_rx_queue *rx_queue, in efx_fini_rx_buffer()
194 int efx_probe_rx_queue(struct efx_rx_queue *rx_queue) in efx_probe_rx_queue()
225 void efx_init_rx_queue(struct efx_rx_queue *rx_queue) in efx_init_rx_queue()
280 void efx_fini_rx_queue(struct efx_rx_queue *rx_queue) in efx_fini_rx_queue()
309 void efx_remove_rx_queue(struct efx_rx_queue *rx_queue) in efx_remove_rx_queue()
338 void efx_free_rx_buffers(struct efx_rx_queue *rx_queue, in efx_free_rx_buffers()
360 void efx_schedule_slow_fill(struct efx_rx_queue *rx_queue) in efx_schedule_slow_fill()
[all …]
H 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
383 struct efx_rx_queue *rx_queue; in __efx_rx_packet() local
H 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()
H A Def100_rx.c90 struct efx_rx_queue *rx_queue = in __ef100_rx_packet() local
105 static void ef100_rx_packet(struct efx_rx_queue *rx_queue, unsigned int index) in ef100_rx_packet()
132 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_ef100_ev_rx() local
150 void ef100_rx_write(struct efx_rx_queue *rx_queue) in ef100_rx_write()
H 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
H A Defx_channels.c512 struct efx_rx_queue *rx_queue; in efx_alloc_channel() local
582 struct efx_rx_queue *rx_queue; in efx_copy_channel() local
622 struct efx_rx_queue *rx_queue; in efx_probe_channel() local
724 struct efx_rx_queue *rx_queue; in efx_remove_channel() local
762 struct efx_rx_queue *rx_queue; in efx_realloc_channels() local
1059 struct efx_rx_queue *rx_queue; in efx_start_channels() local
1083 struct efx_rx_queue *rx_queue; in efx_stop_channels() local
1158 struct efx_rx_queue *rx_queue = in efx_process_channel() local

12345678910>>...12