/linux-6.1.9/drivers/net/ethernet/sfc/ |
D | rx_common.h | 55 int efx_probe_rx_queue(struct efx_rx_queue *rx_queue); 56 void efx_init_rx_queue(struct efx_rx_queue *rx_queue); 57 void efx_fini_rx_queue(struct efx_rx_queue *rx_queue); 58 void efx_remove_rx_queue(struct efx_rx_queue *rx_queue); 59 void efx_destroy_rx_queue(struct efx_rx_queue *rx_queue); 61 void efx_init_rx_buffer(struct efx_rx_queue *rx_queue, 75 void efx_free_rx_buffers(struct efx_rx_queue *rx_queue, 79 void efx_schedule_slow_fill(struct efx_rx_queue *rx_queue); 81 void efx_fast_push_rx_descriptors(struct efx_rx_queue *rx_queue, bool atomic);
|
D | mcdi_functions.h | 25 int efx_mcdi_rx_probe(struct efx_rx_queue *rx_queue); 26 void efx_mcdi_rx_init(struct efx_rx_queue *rx_queue); 27 void efx_mcdi_rx_remove(struct efx_rx_queue *rx_queue); 28 void efx_mcdi_rx_fini(struct efx_rx_queue *rx_queue);
|
D | nic_common.h | 100 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()
|
D | nic.h | 317 int efx_farch_rx_probe(struct efx_rx_queue *rx_queue); 318 void efx_farch_rx_init(struct efx_rx_queue *rx_queue); 319 void efx_farch_rx_fini(struct efx_rx_queue *rx_queue); 320 void efx_farch_rx_remove(struct efx_rx_queue *rx_queue); 321 void efx_farch_rx_write(struct efx_rx_queue *rx_queue); 322 void efx_farch_rx_defer_refill(struct efx_rx_queue *rx_queue);
|
D | rx_common.c | 34 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() 110 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_recycle_rx_pages() 125 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_discard_rx_packet() 132 static void efx_init_rx_recycle_ring(struct efx_rx_queue *rx_queue) in efx_init_rx_recycle_ring() 148 static void efx_fini_rx_recycle_ring(struct efx_rx_queue *rx_queue) in efx_fini_rx_recycle_ring() 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() 275 void efx_fini_rx_queue(struct efx_rx_queue *rx_queue) in efx_fini_rx_queue() [all …]
|
D | ef100_rx.c | 58 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in __ef100_rx_packet() 139 static void ef100_rx_packet(struct efx_rx_queue *rx_queue, unsigned int index) in ef100_rx_packet() 166 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_ef100_ev_rx() 184 void ef100_rx_write(struct efx_rx_queue *rx_queue) in ef100_rx_write()
|
D | net_driver.h | 391 struct efx_rx_queue { struct 552 struct efx_rx_queue rx_queue; 1450 int (*rx_probe)(struct efx_rx_queue *rx_queue); 1451 void (*rx_init)(struct efx_rx_queue *rx_queue); 1452 void (*rx_remove)(struct efx_rx_queue *rx_queue); 1453 void (*rx_write)(struct efx_rx_queue *rx_queue); 1454 void (*rx_defer_refill)(struct efx_rx_queue *rx_queue); 1646 static inline struct efx_rx_queue * 1663 efx_rx_queue_channel(struct efx_rx_queue *rx_queue) in efx_rx_queue_channel() 1668 static inline int efx_rx_queue_index(struct efx_rx_queue *rx_queue) in efx_rx_queue_index() [all …]
|
D | rx.c | 43 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() 255 struct efx_rx_queue *rx_queue; in efx_do_xdp() 378 struct efx_rx_queue *rx_queue; in __efx_rx_packet()
|
D | mcdi_functions.c | 270 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()
|
D | ef100_rx.h | 19 void ef100_rx_write(struct efx_rx_queue *rx_queue);
|
D | efx_channels.c | 530 struct efx_rx_queue *rx_queue; in efx_alloc_channel() 600 struct efx_rx_queue *rx_queue; in efx_copy_channel() 640 struct efx_rx_queue *rx_queue; in efx_probe_channel() 743 struct efx_rx_queue *rx_queue; in efx_remove_channel() 862 struct efx_rx_queue *rx_queue; in efx_realloc_channels() 1118 struct efx_rx_queue *rx_queue; in efx_start_channels() 1142 struct efx_rx_queue *rx_queue; in efx_stop_channels() 1217 struct efx_rx_queue *rx_queue = in efx_process_channel()
|
D | efx.h | 39 void efx_rx_packet(struct efx_rx_queue *rx_queue, unsigned int index,
|
D | ef10.c | 2570 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()
|
D | ethtool_common.c | 532 struct efx_rx_queue *rx_queue; in efx_ethtool_get_stats()
|
/linux-6.1.9/drivers/net/ethernet/sfc/siena/ |
D | rx_common.h | 55 int efx_siena_probe_rx_queue(struct efx_rx_queue *rx_queue); 56 void efx_siena_init_rx_queue(struct efx_rx_queue *rx_queue); 57 void efx_siena_fini_rx_queue(struct efx_rx_queue *rx_queue); 58 void efx_siena_remove_rx_queue(struct efx_rx_queue *rx_queue); 68 void efx_siena_free_rx_buffers(struct efx_rx_queue *rx_queue, 73 void efx_siena_fast_push_rx_descriptors(struct efx_rx_queue *rx_queue,
|
D | nic.h | 131 int efx_farch_rx_probe(struct efx_rx_queue *rx_queue); 132 void efx_farch_rx_init(struct efx_rx_queue *rx_queue); 133 void efx_farch_rx_fini(struct efx_rx_queue *rx_queue); 134 void efx_farch_rx_remove(struct efx_rx_queue *rx_queue); 135 void efx_farch_rx_write(struct efx_rx_queue *rx_queue); 136 void efx_farch_rx_defer_refill(struct efx_rx_queue *rx_queue);
|
D | nic_common.h | 97 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()
|
D | rx_common.c | 37 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() 113 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_siena_recycle_rx_pages() 128 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_siena_discard_rx_packet() 135 static void efx_init_rx_recycle_ring(struct efx_rx_queue *rx_queue) in efx_init_rx_recycle_ring() 151 static void efx_fini_rx_recycle_ring(struct efx_rx_queue *rx_queue) in efx_fini_rx_recycle_ring() 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() [all …]
|
D | net_driver.h | 389 struct efx_rx_queue { struct 547 struct efx_rx_queue rx_queue; 1376 int (*rx_probe)(struct efx_rx_queue *rx_queue); 1377 void (*rx_init)(struct efx_rx_queue *rx_queue); 1378 void (*rx_remove)(struct efx_rx_queue *rx_queue); 1379 void (*rx_write)(struct efx_rx_queue *rx_queue); 1380 void (*rx_defer_refill)(struct efx_rx_queue *rx_queue); 1572 static inline struct efx_rx_queue * 1589 efx_rx_queue_channel(struct efx_rx_queue *rx_queue) in efx_rx_queue_channel() 1594 static inline int efx_rx_queue_index(struct efx_rx_queue *rx_queue) in efx_rx_queue_index() [all …]
|
D | rx.c | 43 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() 255 struct efx_rx_queue *rx_queue; in efx_do_xdp() 378 struct efx_rx_queue *rx_queue; in __efx_siena_rx_packet()
|
D | efx_channels.c | 532 struct efx_rx_queue *rx_queue; in efx_alloc_channel() 603 struct efx_rx_queue *rx_queue; in efx_copy_channel() 643 struct efx_rx_queue *rx_queue; in efx_probe_channel() 746 struct efx_rx_queue *rx_queue; in efx_siena_remove_channel() 869 struct efx_rx_queue *rx_queue; in efx_siena_realloc_channels() 1122 struct efx_rx_queue *rx_queue; in efx_siena_start_channels() 1146 struct efx_rx_queue *rx_queue; in efx_siena_stop_channels() 1221 struct efx_rx_queue *rx_queue = in efx_process_channel()
|
D | farch.c | 465 efx_farch_build_rx_desc(struct efx_rx_queue *rx_queue, unsigned index) in efx_farch_build_rx_desc() 483 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() 551 static void efx_farch_flush_rx_queue(struct efx_rx_queue *rx_queue) in efx_farch_flush_rx_queue() 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() 720 struct efx_rx_queue *rx_queue; in efx_farch_fini_dmaq() 863 static u16 efx_farch_handle_rx_not_ok(struct efx_rx_queue *rx_queue, in efx_farch_handle_rx_not_ok() [all …]
|
D | efx.h | 31 void efx_siena_rx_packet(struct efx_rx_queue *rx_queue, unsigned int index,
|
D | ethtool_common.c | 494 struct efx_rx_queue *rx_queue; in efx_siena_ethtool_get_stats()
|
D | mcdi.c | 1979 struct efx_rx_queue *rx_queue; in efx_siena_mcdi_flush_rxqs()
|