Searched refs:efx_rx_queue (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | nic.h | 136 efx_rx_desc(struct efx_rx_queue *rx_queue, unsigned int index) in efx_rx_desc() 513 static inline int efx_nic_probe_rx(struct efx_rx_queue *rx_queue) in efx_nic_probe_rx() 517 static inline void efx_nic_init_rx(struct efx_rx_queue *rx_queue) in efx_nic_init_rx() 521 static inline void efx_nic_remove_rx(struct efx_rx_queue *rx_queue) in efx_nic_remove_rx() 525 static inline void efx_nic_notify_rx_desc(struct efx_rx_queue *rx_queue) in efx_nic_notify_rx_desc() 529 static inline void efx_nic_generate_fill_event(struct efx_rx_queue *rx_queue) in efx_nic_generate_fill_event() 570 int efx_farch_rx_probe(struct efx_rx_queue *rx_queue); 571 void efx_farch_rx_init(struct efx_rx_queue *rx_queue); 572 void efx_farch_rx_fini(struct efx_rx_queue *rx_queue); 573 void efx_farch_rx_remove(struct efx_rx_queue *rx_queue); [all …]
|
D | efx.h | 40 int efx_probe_rx_queue(struct efx_rx_queue *rx_queue); 41 void efx_remove_rx_queue(struct efx_rx_queue *rx_queue); 42 void efx_init_rx_queue(struct efx_rx_queue *rx_queue); 43 void efx_fini_rx_queue(struct efx_rx_queue *rx_queue); 44 void efx_fast_push_rx_descriptors(struct efx_rx_queue *rx_queue, bool atomic); 47 void efx_rx_packet(struct efx_rx_queue *rx_queue, unsigned int index, 54 void efx_schedule_slow_fill(struct efx_rx_queue *rx_queue);
|
D | rx.c | 79 efx_rx_buf_next(struct efx_rx_queue *rx_queue, struct efx_rx_buffer *rx_buf) in efx_rx_buf_next() 109 static struct page *efx_reuse_page(struct efx_rx_queue *rx_queue) in efx_reuse_page() 152 static int efx_init_rx_buffers(struct efx_rx_queue *rx_queue, bool atomic) in efx_init_rx_buffers() 227 static void efx_free_rx_buffers(struct efx_rx_queue *rx_queue, in efx_free_rx_buffers() 248 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_recycle_rx_page() 276 static void efx_fini_rx_buffer(struct efx_rx_queue *rx_queue, in efx_fini_rx_buffer() 296 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_recycle_rx_pages() 308 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_discard_rx_packet() 327 void efx_fast_push_rx_descriptors(struct efx_rx_queue *rx_queue, bool atomic) in efx_fast_push_rx_descriptors() 381 struct efx_rx_queue *rx_queue = from_timer(rx_queue, t, slow_fill); in efx_rx_slow_fill() [all …]
|
D | net_driver.h | 370 struct efx_rx_queue { struct 506 struct efx_rx_queue rx_queue; 1340 int (*rx_probe)(struct efx_rx_queue *rx_queue); 1341 void (*rx_init)(struct efx_rx_queue *rx_queue); 1342 void (*rx_remove)(struct efx_rx_queue *rx_queue); 1343 void (*rx_write)(struct efx_rx_queue *rx_queue); 1344 void (*rx_defer_refill)(struct efx_rx_queue *rx_queue); 1523 static inline struct efx_rx_queue * 1540 efx_rx_queue_channel(struct efx_rx_queue *rx_queue) in efx_rx_queue_channel() 1545 static inline int efx_rx_queue_index(struct efx_rx_queue *rx_queue) in efx_rx_queue_index() [all …]
|
D | farch.c | 462 efx_farch_build_rx_desc(struct efx_rx_queue *rx_queue, unsigned index) in efx_farch_build_rx_desc() 480 void efx_farch_rx_write(struct efx_rx_queue *rx_queue) in efx_farch_rx_write() 500 int efx_farch_rx_probe(struct efx_rx_queue *rx_queue) in efx_farch_rx_probe() 510 void efx_farch_rx_init(struct efx_rx_queue *rx_queue) in efx_farch_rx_init() 548 static void efx_farch_flush_rx_queue(struct efx_rx_queue *rx_queue) in efx_farch_flush_rx_queue() 560 void efx_farch_rx_fini(struct efx_rx_queue *rx_queue) in efx_farch_rx_fini() 575 void efx_farch_rx_remove(struct efx_rx_queue *rx_queue) in efx_farch_rx_remove() 647 struct efx_rx_queue *rx_queue; in efx_farch_do_flush() 717 struct efx_rx_queue *rx_queue; in efx_farch_fini_dmaq() 859 static u16 efx_farch_handle_rx_not_ok(struct efx_rx_queue *rx_queue, in efx_farch_handle_rx_not_ok() [all …]
|
D | efx.c | 285 struct efx_rx_queue *rx_queue = in efx_process_channel() 467 struct efx_rx_queue *rx_queue; in efx_alloc_channel() 504 struct efx_rx_queue *rx_queue; in efx_copy_channel() 542 struct efx_rx_queue *rx_queue; in efx_probe_channel() 646 struct efx_rx_queue *rx_queue; in efx_start_datapath() 739 struct efx_rx_queue *rx_queue; in efx_stop_datapath() 785 struct efx_rx_queue *rx_queue; in efx_remove_channel() 822 struct efx_rx_queue *rx_queue; in efx_realloc_channels() 916 void efx_schedule_slow_fill(struct efx_rx_queue *rx_queue) in efx_schedule_slow_fill()
|
D | ef10.c | 3075 static int efx_ef10_rx_probe(struct efx_rx_queue *rx_queue) in efx_ef10_rx_probe() 3083 static void efx_ef10_rx_init(struct efx_rx_queue *rx_queue) in efx_ef10_rx_init() 3131 static void efx_ef10_rx_fini(struct efx_rx_queue *rx_queue) in efx_ef10_rx_fini() 3155 static void efx_ef10_rx_remove(struct efx_rx_queue *rx_queue) in efx_ef10_rx_remove() 3162 efx_ef10_build_rx_desc(struct efx_rx_queue *rx_queue, unsigned int index) in efx_ef10_build_rx_desc() 3174 static void efx_ef10_rx_write(struct efx_rx_queue *rx_queue) in efx_ef10_rx_write() 3200 static void efx_ef10_rx_defer_refill(struct efx_rx_queue *rx_queue) in efx_ef10_rx_defer_refill() 3397 static void efx_ef10_handle_rx_wrong_queue(struct efx_rx_queue *rx_queue, in efx_ef10_handle_rx_wrong_queue() 3410 efx_ef10_handle_rx_bad_lbits(struct efx_rx_queue *rx_queue, in efx_ef10_handle_rx_bad_lbits() 3424 static void efx_ef10_handle_rx_abort(struct efx_rx_queue *rx_queue) in efx_ef10_handle_rx_abort() [all …]
|
D | ethtool.c | 461 struct efx_rx_queue *rx_queue; in efx_ethtool_get_stats()
|
D | mcdi.c | 1973 struct efx_rx_queue *rx_queue; in efx_mcdi_flush_rxqs()
|