/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | rx.c | 79 ef4_rx_buf_next(struct ef4_rx_queue *rx_queue, struct ef4_rx_buffer *rx_buf) in ef4_rx_buf_next() 109 static struct page *ef4_reuse_page(struct ef4_rx_queue *rx_queue) in ef4_reuse_page() 152 static int ef4_init_rx_buffers(struct ef4_rx_queue *rx_queue, bool atomic) in ef4_init_rx_buffers() 227 static void ef4_free_rx_buffers(struct ef4_rx_queue *rx_queue, in ef4_free_rx_buffers() 248 struct ef4_rx_queue *rx_queue = ef4_channel_get_rx_queue(channel); in ef4_recycle_rx_page() local 276 static void ef4_fini_rx_buffer(struct ef4_rx_queue *rx_queue, in ef4_fini_rx_buffer() 296 struct ef4_rx_queue *rx_queue = ef4_channel_get_rx_queue(channel); in ef4_recycle_rx_pages() local 308 struct ef4_rx_queue *rx_queue = ef4_channel_get_rx_queue(channel); in ef4_discard_rx_packet() local 327 void ef4_fast_push_rx_descriptors(struct ef4_rx_queue *rx_queue, bool atomic) in ef4_fast_push_rx_descriptors() 381 struct ef4_rx_queue *rx_queue = from_timer(rx_queue, t, slow_fill); in ef4_rx_slow_fill() local [all …]
|
D | farch.c | 474 ef4_farch_build_rx_desc(struct ef4_rx_queue *rx_queue, unsigned index) in ef4_farch_build_rx_desc() 492 void ef4_farch_rx_write(struct ef4_rx_queue *rx_queue) in ef4_farch_rx_write() 512 int ef4_farch_rx_probe(struct ef4_rx_queue *rx_queue) in ef4_farch_rx_probe() 522 void ef4_farch_rx_init(struct ef4_rx_queue *rx_queue) in ef4_farch_rx_init() 566 static void ef4_farch_flush_rx_queue(struct ef4_rx_queue *rx_queue) in ef4_farch_flush_rx_queue() 578 void ef4_farch_rx_fini(struct ef4_rx_queue *rx_queue) in ef4_farch_rx_fini() 593 void ef4_farch_rx_remove(struct ef4_rx_queue *rx_queue) in ef4_farch_rx_remove() 665 struct ef4_rx_queue *rx_queue; in ef4_farch_do_flush() local 724 struct ef4_rx_queue *rx_queue; in ef4_farch_fini_dmaq() local 871 static u16 ef4_farch_handle_rx_not_ok(struct ef4_rx_queue *rx_queue, in ef4_farch_handle_rx_not_ok() [all …]
|
D | nic.h | 113 ef4_rx_desc(struct ef4_rx_queue *rx_queue, unsigned int index) in ef4_rx_desc() 336 static inline int ef4_nic_probe_rx(struct ef4_rx_queue *rx_queue) in ef4_nic_probe_rx() 340 static inline void ef4_nic_init_rx(struct ef4_rx_queue *rx_queue) in ef4_nic_init_rx() 344 static inline void ef4_nic_remove_rx(struct ef4_rx_queue *rx_queue) in ef4_nic_remove_rx() 348 static inline void ef4_nic_notify_rx_desc(struct ef4_rx_queue *rx_queue) in ef4_nic_notify_rx_desc() 352 static inline void ef4_nic_generate_fill_event(struct ef4_rx_queue *rx_queue) in ef4_nic_generate_fill_event()
|
D | efx.c | 256 struct ef4_rx_queue *rx_queue = in ef4_process_channel() local 431 struct ef4_rx_queue *rx_queue; in ef4_alloc_channel() local 464 struct ef4_rx_queue *rx_queue; in ef4_copy_channel() local 499 struct ef4_rx_queue *rx_queue; in ef4_probe_channel() local 601 struct ef4_rx_queue *rx_queue; in ef4_start_datapath() local 692 struct ef4_rx_queue *rx_queue; in ef4_stop_datapath() local 745 struct ef4_rx_queue *rx_queue; in ef4_remove_channel() local 782 struct ef4_rx_queue *rx_queue; in ef4_realloc_channels() local 876 void ef4_schedule_slow_fill(struct ef4_rx_queue *rx_queue) in ef4_schedule_slow_fill()
|
D | net_driver.h | 447 struct ef4_rx_queue rx_queue; member 1259 ef4_rx_queue_channel(struct ef4_rx_queue *rx_queue) in ef4_rx_queue_channel() 1264 static inline int ef4_rx_queue_index(struct ef4_rx_queue *rx_queue) in ef4_rx_queue_index() 1272 static inline struct ef4_rx_buffer *ef4_rx_buffer(struct ef4_rx_queue *rx_queue, in ef4_rx_buffer()
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
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() local 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() local 308 struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel); in efx_discard_rx_packet() local 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() local [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() local 717 struct efx_rx_queue *rx_queue; in efx_farch_fini_dmaq() local 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() local 467 struct efx_rx_queue *rx_queue; in efx_alloc_channel() local 504 struct efx_rx_queue *rx_queue; in efx_copy_channel() local 542 struct efx_rx_queue *rx_queue; in efx_probe_channel() local 646 struct efx_rx_queue *rx_queue; in efx_start_datapath() local 739 struct efx_rx_queue *rx_queue; in efx_stop_datapath() local 785 struct efx_rx_queue *rx_queue; in efx_remove_channel() local 822 struct efx_rx_queue *rx_queue; in efx_realloc_channels() local 916 void efx_schedule_slow_fill(struct efx_rx_queue *rx_queue) in efx_schedule_slow_fill()
|
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()
|
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 | net_driver.h | 506 struct efx_rx_queue rx_queue; member 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() 1553 static inline struct efx_rx_buffer *efx_rx_buffer(struct efx_rx_queue *rx_queue, in efx_rx_buffer()
|
/Linux-v4.19/drivers/net/ethernet/freescale/ |
D | gianfar.c | 155 static void gfar_init_rxbdp(struct gfar_priv_rx_q *rx_queue, struct rxbd8 *bdp, in gfar_init_rxbdp() 176 struct gfar_priv_rx_q *rx_queue = NULL; in gfar_init_bds() local 230 struct gfar_priv_rx_q *rx_queue = NULL; in gfar_alloc_skb_resources() local 2001 static void free_skb_rx_queue(struct gfar_priv_rx_q *rx_queue) in free_skb_rx_queue() 2037 struct gfar_priv_rx_q *rx_queue = NULL; in free_skb_resources() local 2793 static void gfar_rx_alloc_err(struct gfar_priv_rx_q *rx_queue) in gfar_rx_alloc_err() 2802 static void gfar_alloc_rx_buffs(struct gfar_priv_rx_q *rx_queue, in gfar_alloc_rx_buffs() 2983 static struct sk_buff *gfar_get_next_rxbuff(struct gfar_priv_rx_q *rx_queue, in gfar_get_next_rxbuff() 3080 int gfar_clean_rx_ring(struct gfar_priv_rx_q *rx_queue, int rx_work_limit) in gfar_clean_rx_ring() 3176 struct gfar_priv_rx_q *rx_queue = gfargrp->rx_queue; in gfar_poll_rx_sq() local [all …]
|
D | gianfar_ethtool.c | 269 struct gfar_priv_rx_q *rx_queue = NULL; in gfar_gcoalesce() local 424 struct gfar_priv_rx_q *rx_queue = NULL; in gfar_gringparam() local
|
/Linux-v4.19/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 336 struct rx_queue { struct 337 int index; 339 int rx_ring_size; 341 int rx_desc_count; 342 int rx_curr_desc; 343 int rx_used_desc; 345 struct rx_desc *rx_desc_area; 346 dma_addr_t rx_desc_dma; 347 int rx_desc_area_size; 348 struct sk_buff **rx_skb;
|
/Linux-v4.19/include/linux/ |
D | virtio_vsock.h | 45 struct list_head rx_queue; member
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/ |
D | usb.h | 142 struct sk_buff_head rx_queue; member
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_ll2.h | 125 struct qed_ll2_rx_queue rx_queue; member
|
/Linux-v4.19/arch/um/drivers/ |
D | vector_kern.h | 83 struct vector_queue *rx_queue; member
|
/Linux-v4.19/drivers/net/wireless/intersil/p54/ |
D | p54usb.h | 154 struct sk_buff_head rx_queue; member
|
/Linux-v4.19/drivers/atm/ |
D | eni.h | 101 struct sk_buff_head rx_queue; /* PDUs currently being RX-DMAed */ member
|
/Linux-v4.19/drivers/net/ethernet/ibm/ |
D | ibmveth.h | 155 struct ibmveth_rx_q rx_queue; member
|
/Linux-v4.19/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
D | rtl8187.h | 137 struct sk_buff_head rx_queue; member
|
/Linux-v4.19/drivers/net/ethernet/ti/ |
D | netcp.h | 100 void *rx_queue; member
|
/Linux-v4.19/net/mac80211/ |
D | rx.c | 2014 unsigned int frag, unsigned int seq, int rx_queue, in ieee80211_reassemble_add() 2041 int rx_queue, struct ieee80211_hdr *hdr) in ieee80211_reassemble_find()
|
/Linux-v4.19/drivers/net/xen-netback/ |
D | common.h | 187 struct sk_buff_head rx_queue; member
|