Home
last modified time | relevance | path

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

1234

/openbmc/linux/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()
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 …]
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 …]
H 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()
H A Defx.c247 struct ef4_rx_queue *rx_queue = in ef4_process_channel() local
422 struct ef4_rx_queue *rx_queue; in ef4_alloc_channel() local
455 struct ef4_rx_queue *rx_queue; in ef4_copy_channel() local
490 struct ef4_rx_queue *rx_queue; in ef4_probe_channel() local
592 struct ef4_rx_queue *rx_queue; in ef4_start_datapath() local
683 struct ef4_rx_queue *rx_queue; in ef4_stop_datapath() local
736 struct ef4_rx_queue *rx_queue; in ef4_remove_channel() local
773 struct ef4_rx_queue *rx_queue; in ef4_realloc_channels() local
863 void ef4_schedule_slow_fill(struct ef4_rx_queue *rx_queue) in ef4_schedule_slow_fill()
/openbmc/linux/drivers/net/ethernet/sfc/
H 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 …]
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
362 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in __efx_rx_packet() local
H 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()
H 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()
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.c532 struct efx_rx_queue *rx_queue; in efx_alloc_channel() local
602 struct efx_rx_queue *rx_queue; in efx_copy_channel() local
642 struct efx_rx_queue *rx_queue; in efx_probe_channel() local
742 struct efx_rx_queue *rx_queue; in efx_remove_channel() local
1092 struct efx_rx_queue *rx_queue; in efx_start_channels() local
1118 struct efx_rx_queue *rx_queue; in efx_stop_channels() local
1198 struct efx_rx_queue *rx_queue = in efx_process_channel() local
H A Dtc_counters.c280 struct efx_rx_queue *rx_queue = &channel->rx_queue; in efx_tc_probe_channel() local
292 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_tc_start_channel() local
300 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_tc_stop_channel() local
510 static bool efx_tc_rx(struct efx_rx_queue *rx_queue, u32 mark) in efx_tc_rx()
H A Def10.c2588 efx_ef10_build_rx_desc(struct efx_rx_queue *rx_queue, unsigned int index) in efx_ef10_build_rx_desc()
2600 static void efx_ef10_rx_write(struct efx_rx_queue *rx_queue) in efx_ef10_rx_write()
2626 static void efx_ef10_rx_defer_refill(struct efx_rx_queue *rx_queue) in efx_ef10_rx_defer_refill()
2671 static void efx_ef10_handle_rx_wrong_queue(struct efx_rx_queue *rx_queue, in efx_ef10_handle_rx_wrong_queue()
2684 efx_ef10_handle_rx_bad_lbits(struct efx_rx_queue *rx_queue, in efx_ef10_handle_rx_bad_lbits()
2698 static void efx_ef10_handle_rx_abort(struct efx_rx_queue *rx_queue) in efx_ef10_handle_rx_abort()
2816 struct efx_rx_queue *rx_queue; in efx_ef10_handle_rx_event() local
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H 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 …]
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_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
H 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()
H A Defx_channels.c534 struct efx_rx_queue *rx_queue; in efx_alloc_channel() local
605 struct efx_rx_queue *rx_queue; in efx_copy_channel() local
645 struct efx_rx_queue *rx_queue; in efx_probe_channel() local
748 struct efx_rx_queue *rx_queue; in efx_siena_remove_channel() local
871 struct efx_rx_queue *rx_queue; in efx_siena_realloc_channels() local
1124 struct efx_rx_queue *rx_queue; in efx_siena_start_channels() local
1148 struct efx_rx_queue *rx_queue; in efx_siena_stop_channels() local
1223 struct efx_rx_queue *rx_queue = in efx_process_channel() local
H 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 …]
/openbmc/linux/drivers/net/ethernet/freescale/
H 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 …]
/openbmc/linux/net/rxrpc/
H A Dio_thread.c28 struct sk_buff_head *rx_queue; in rxrpc_encap_rcv() local
422 struct sk_buff_head rx_queue; in rxrpc_io_thread() local
/openbmc/linux/drivers/net/ethernet/marvell/
H 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;
/openbmc/linux/include/net/tc_act/
H A Dtc_skbedit.h100 u16 rx_queue; in tcf_skbedit_rx_queue_mapping() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_tcp4.c85 int rx_queue; in dump_tcp_sock() local
H A Dbpf_iter_tcp6.c85 int rx_queue; in dump_tcp6_sock() local
/openbmc/linux/drivers/net/wan/
H A Dhdlc_x25.c28 struct sk_buff_head rx_queue; member
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dusb.h83 struct sk_buff_head rx_queue; member

1234