Searched refs:efx_rx_queue (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | efx.h | 36 int efx_probe_rx_queue(struct efx_rx_queue *rx_queue); 37 void efx_remove_rx_queue(struct efx_rx_queue *rx_queue); 38 void efx_init_rx_queue(struct efx_rx_queue *rx_queue); 39 void efx_fini_rx_queue(struct efx_rx_queue *rx_queue); 40 void efx_fast_push_rx_descriptors(struct efx_rx_queue *rx_queue, bool atomic); 43 void efx_rx_packet(struct efx_rx_queue *rx_queue, unsigned int index, 50 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 = (struct efx_rx_queue *)context; in efx_rx_slow_fill() [all …]
|
D | nic.h | 130 efx_rx_desc(struct efx_rx_queue *rx_queue, unsigned int index) in efx_rx_desc() 686 static inline int efx_nic_probe_rx(struct efx_rx_queue *rx_queue) in efx_nic_probe_rx() 690 static inline void efx_nic_init_rx(struct efx_rx_queue *rx_queue) in efx_nic_init_rx() 694 static inline void efx_nic_remove_rx(struct efx_rx_queue *rx_queue) in efx_nic_remove_rx() 698 static inline void efx_nic_notify_rx_desc(struct efx_rx_queue *rx_queue) in efx_nic_notify_rx_desc() 702 static inline void efx_nic_generate_fill_event(struct efx_rx_queue *rx_queue) in efx_nic_generate_fill_event() 741 int efx_farch_rx_probe(struct efx_rx_queue *rx_queue); 742 void efx_farch_rx_init(struct efx_rx_queue *rx_queue); 743 void efx_farch_rx_fini(struct efx_rx_queue *rx_queue); 744 void efx_farch_rx_remove(struct efx_rx_queue *rx_queue); [all …]
|
D | net_driver.h | 338 struct efx_rx_queue { struct 473 struct efx_rx_queue rx_queue; 1283 int (*rx_probe)(struct efx_rx_queue *rx_queue); 1284 void (*rx_init)(struct efx_rx_queue *rx_queue); 1285 void (*rx_remove)(struct efx_rx_queue *rx_queue); 1286 void (*rx_write)(struct efx_rx_queue *rx_queue); 1287 void (*rx_defer_refill)(struct efx_rx_queue *rx_queue); 1441 static inline struct efx_rx_queue * 1458 efx_rx_queue_channel(struct efx_rx_queue *rx_queue) in efx_rx_queue_channel() 1463 static inline int efx_rx_queue_index(struct efx_rx_queue *rx_queue) in efx_rx_queue_index() [all …]
|
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() 557 static void efx_farch_flush_rx_queue(struct efx_rx_queue *rx_queue) in efx_farch_flush_rx_queue() 569 void efx_farch_rx_fini(struct efx_rx_queue *rx_queue) in efx_farch_rx_fini() 584 void efx_farch_rx_remove(struct efx_rx_queue *rx_queue) in efx_farch_rx_remove() 656 struct efx_rx_queue *rx_queue; in efx_farch_do_flush() 726 struct efx_rx_queue *rx_queue; in efx_farch_fini_dmaq() 873 static u16 efx_farch_handle_rx_not_ok(struct efx_rx_queue *rx_queue, in efx_farch_handle_rx_not_ok() [all …]
|
D | ef10.c | 1488 static int efx_ef10_rx_probe(struct efx_rx_queue *rx_queue) in efx_ef10_rx_probe() 1496 static void efx_ef10_rx_init(struct efx_rx_queue *rx_queue) in efx_ef10_rx_init() 1543 static void efx_ef10_rx_fini(struct efx_rx_queue *rx_queue) in efx_ef10_rx_fini() 1567 static void efx_ef10_rx_remove(struct efx_rx_queue *rx_queue) in efx_ef10_rx_remove() 1574 efx_ef10_build_rx_desc(struct efx_rx_queue *rx_queue, unsigned int index) in efx_ef10_build_rx_desc() 1586 static void efx_ef10_rx_write(struct efx_rx_queue *rx_queue) in efx_ef10_rx_write() 1612 static void efx_ef10_rx_defer_refill(struct efx_rx_queue *rx_queue) in efx_ef10_rx_defer_refill() 1733 static void efx_ef10_handle_rx_wrong_queue(struct efx_rx_queue *rx_queue, in efx_ef10_handle_rx_wrong_queue() 1746 efx_ef10_handle_rx_bad_lbits(struct efx_rx_queue *rx_queue, in efx_ef10_handle_rx_bad_lbits() 1760 static void efx_ef10_handle_rx_abort(struct efx_rx_queue *rx_queue) in efx_ef10_handle_rx_abort() [all …]
|
D | efx.c | 253 struct efx_rx_queue *rx_queue = in efx_process_channel() 421 struct efx_rx_queue *rx_queue; in efx_alloc_channel() 455 struct efx_rx_queue *rx_queue; in efx_copy_channel() 488 struct efx_rx_queue *rx_queue; in efx_probe_channel() 589 struct efx_rx_queue *rx_queue; in efx_start_datapath() 673 struct efx_rx_queue *rx_queue; in efx_stop_datapath() 728 struct efx_rx_queue *rx_queue; in efx_remove_channel() 765 struct efx_rx_queue *rx_queue; in efx_realloc_channels() 859 void efx_schedule_slow_fill(struct efx_rx_queue *rx_queue) in efx_schedule_slow_fill()
|
D | ethtool.c | 446 struct efx_rx_queue *rx_queue; in efx_ethtool_get_stats()
|
D | mcdi.c | 1643 struct efx_rx_queue *rx_queue; in efx_mcdi_flush_rxqs()
|