/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | rx_common.h | 49 int efx_probe_rx_queue(struct efx_rx_queue *rx_queue); 50 void efx_init_rx_queue(struct efx_rx_queue *rx_queue); 51 void efx_fini_rx_queue(struct efx_rx_queue *rx_queue); 52 void efx_remove_rx_queue(struct efx_rx_queue *rx_queue); 53 void efx_destroy_rx_queue(struct efx_rx_queue *rx_queue); 55 void efx_init_rx_buffer(struct efx_rx_queue *rx_queue, 69 void efx_free_rx_buffers(struct efx_rx_queue *rx_queue, 73 void efx_schedule_slow_fill(struct efx_rx_queue *rx_queue); 75 void efx_fast_push_rx_descriptors(struct efx_rx_queue *rx_queue, bool atomic);
|
H A 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);
|
H A 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()
|
H A D | ef100_rx.c | 90 struct efx_rx_queue *rx_queue = in __ef100_rx_packet() 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() 150 void ef100_rx_write(struct efx_rx_queue *rx_queue) in ef100_rx_write()
|
H A D | nic.h | 321 int efx_farch_rx_probe(struct efx_rx_queue *rx_queue); 322 void efx_farch_rx_init(struct efx_rx_queue *rx_queue); 323 void efx_farch_rx_fini(struct efx_rx_queue *rx_queue); 324 void efx_farch_rx_remove(struct efx_rx_queue *rx_queue); 325 void efx_farch_rx_write(struct efx_rx_queue *rx_queue); 326 void efx_farch_rx_defer_refill(struct efx_rx_queue *rx_queue);
|
H A D | rx_common.c | 41 static struct page *efx_reuse_page(struct efx_rx_queue *rx_queue) in efx_reuse_page() 83 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_recycle_rx_page() 117 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_recycle_rx_pages() 132 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_discard_rx_packet() 139 static void efx_init_rx_recycle_ring(struct efx_rx_queue *rx_queue) in efx_init_rx_recycle_ring() 164 static void efx_fini_rx_recycle_ring(struct efx_rx_queue *rx_queue) in efx_fini_rx_recycle_ring() 190 static void efx_fini_rx_buffer(struct efx_rx_queue *rx_queue, in efx_fini_rx_buffer() 205 int efx_probe_rx_queue(struct efx_rx_queue *rx_queue) in efx_probe_rx_queue() 236 void efx_init_rx_queue(struct efx_rx_queue *rx_queue) in efx_init_rx_queue() 291 void efx_fini_rx_queue(struct efx_rx_queue *rx_queu [all...] |
H A D | net_driver.h | 355 * struct efx_rx_queue - An Efx RX queue 390 struct efx_rx_queue { struct 548 struct efx_rx_queue rx_queue; 1412 int (*rx_probe)(struct efx_rx_queue *rx_queue); 1413 void (*rx_init)(struct efx_rx_queue *rx_queue); 1414 void (*rx_remove)(struct efx_rx_queue *rx_queue); 1415 void (*rx_write)(struct efx_rx_queue *rx_queue); 1416 void (*rx_defer_refill)(struct efx_rx_queue *rx_queue); 1607 static inline struct efx_rx_queue * 1624 efx_rx_queue_channel(struct efx_rx_queue *rx_queu [all...] |
H A D | rx.c | 43 static void efx_rx_packet__check_len(struct efx_rx_queue *rx_queue, in efx_rx_packet__check_len() 124 void efx_rx_packet(struct efx_rx_queue *rx_queue, unsigned int index, in efx_rx_packet() 220 struct efx_rx_queue *rx_queue; in efx_rx_deliver() 258 struct efx_rx_queue *rx_queue; in efx_do_xdp() 390 struct efx_rx_queue *rx_queue; in __efx_rx_packet()
|
H A 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()
|
H A D | ef100_rx.h | 19 void ef100_rx_write(struct efx_rx_queue *rx_queue);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A 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);
|
H A 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);
|
H A 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()
|
H A D | net_driver.h | 336 * struct efx_rx_queue - An Efx RX queue 376 struct efx_rx_queue { struct 540 struct efx_rx_queue rx_queue; 593 bool (*receive_raw)(struct efx_rx_queue *, u32); 1425 int (*rx_probe)(struct efx_rx_queue *rx_queue); 1426 void (*rx_init)(struct efx_rx_queue *rx_queue); 1427 void (*rx_remove)(struct efx_rx_queue *rx_queue); 1428 void (*rx_write)(struct efx_rx_queue *rx_queue); 1429 void (*rx_defer_refill)(struct efx_rx_queue *rx_queue); 1619 static inline struct efx_rx_queue * [all...] |
H A 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() 276 void efx_fini_rx_queue(struct efx_rx_queue *rx_queu [all...] |
H A D | ef100_rx.c | 58 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in __ef100_rx_packet() 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() 191 void ef100_rx_write(struct efx_rx_queue *rx_queue) in ef100_rx_write()
|
H A 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()
|
H A 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() 362 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in __efx_rx_packet()
|
H A D | ef100_rx.h | 19 void ef100_rx_write(struct efx_rx_queue *rx_queue);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A 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,
|
H A 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);
|
H A 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()
|
H A 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_queu [all...] |
H A D | net_driver.h | 354 * struct efx_rx_queue - An Efx RX queue 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_queu [all...] |
H A 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()
|