Home
last modified time | relevance | path

Searched refs:ef4_rx_queue (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/
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()
390 int ef4_farch_rx_probe(struct ef4_rx_queue *rx_queue);
391 void ef4_farch_rx_init(struct ef4_rx_queue *rx_queue);
392 void ef4_farch_rx_fini(struct ef4_rx_queue *rx_queue);
393 void ef4_farch_rx_remove(struct ef4_rx_queue *rx_queue);
394 void ef4_farch_rx_write(struct ef4_rx_queue *rx_queue);
[all …]
A Defx.h40 int ef4_probe_rx_queue(struct ef4_rx_queue *rx_queue);
41 void ef4_remove_rx_queue(struct ef4_rx_queue *rx_queue);
42 void ef4_init_rx_queue(struct ef4_rx_queue *rx_queue);
43 void ef4_fini_rx_queue(struct ef4_rx_queue *rx_queue);
44 void ef4_fast_push_rx_descriptors(struct ef4_rx_queue *rx_queue, bool atomic);
47 void ef4_rx_packet(struct ef4_rx_queue *rx_queue, unsigned int index,
54 void ef4_schedule_slow_fill(struct ef4_rx_queue *rx_queue);
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()
626 struct ef4_rx_queue *rx_queue; in ef4_rx_deliver()
666 struct ef4_rx_queue *rx_queue; in __ef4_rx_packet()
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 Dnet_driver.h328 struct ef4_rx_queue { struct
444 struct ef4_rx_queue rx_queue;
1090 int (*rx_probe)(struct ef4_rx_queue *rx_queue);
1091 void (*rx_init)(struct ef4_rx_queue *rx_queue);
1092 void (*rx_remove)(struct ef4_rx_queue *rx_queue);
1093 void (*rx_write)(struct ef4_rx_queue *rx_queue);
1094 void (*rx_defer_refill)(struct ef4_rx_queue *rx_queue);
1239 static inline struct ef4_rx_queue *
1256 ef4_rx_queue_channel(struct ef4_rx_queue *rx_queue) in ef4_rx_queue_channel()
1261 static inline int ef4_rx_queue_index(struct ef4_rx_queue *rx_queue) in ef4_rx_queue_index()
[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()
721 struct ef4_rx_queue *rx_queue; in ef4_farch_fini_dmaq()
986 struct ef4_rx_queue *rx_queue; in ef4_farch_handle_rx_event()
1114 struct ef4_rx_queue *rx_queue; in ef4_farch_handle_rx_flush_done()
1156 struct ef4_rx_queue *rx_queue = in ef4_farch_handle_generated_event()
[all …]
A Defx.c248 struct ef4_rx_queue *rx_queue = in ef4_process_channel()
423 struct ef4_rx_queue *rx_queue; in ef4_alloc_channel()
456 struct ef4_rx_queue *rx_queue; in ef4_copy_channel()
491 struct ef4_rx_queue *rx_queue; in ef4_probe_channel()
593 struct ef4_rx_queue *rx_queue; in ef4_start_datapath()
684 struct ef4_rx_queue *rx_queue; in ef4_stop_datapath()
737 struct ef4_rx_queue *rx_queue; in ef4_remove_channel()
774 struct ef4_rx_queue *rx_queue; in ef4_realloc_channels()
864 void ef4_schedule_slow_fill(struct ef4_rx_queue *rx_queue) in ef4_schedule_slow_fill()
A Dethtool.c438 struct ef4_rx_queue *rx_queue; in ef4_ethtool_get_stats()

Completed in 25 milliseconds