| /linux-4.4.14/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 = (struct efx_rx_queue *)context;  in efx_rx_slow_fill()  local
 [all …]
 
 | 
| D | farch.c | 467 efx_farch_build_rx_desc(struct efx_rx_queue *rx_queue, unsigned index)  in efx_farch_build_rx_desc()485 void efx_farch_rx_write(struct efx_rx_queue *rx_queue)  in efx_farch_rx_write()
 505 int efx_farch_rx_probe(struct efx_rx_queue *rx_queue)  in efx_farch_rx_probe()
 515 void efx_farch_rx_init(struct efx_rx_queue *rx_queue)  in efx_farch_rx_init()
 559 static void efx_farch_flush_rx_queue(struct efx_rx_queue *rx_queue)  in efx_farch_flush_rx_queue()
 571 void efx_farch_rx_fini(struct efx_rx_queue *rx_queue)  in efx_farch_rx_fini()
 586 void efx_farch_rx_remove(struct efx_rx_queue *rx_queue)  in efx_farch_rx_remove()
 658 	struct efx_rx_queue *rx_queue;  in efx_farch_do_flush()  local
 728 	struct efx_rx_queue *rx_queue;  in efx_farch_fini_dmaq()  local
 875 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 | 261 		struct efx_rx_queue *rx_queue =  in efx_process_channel()  local437 	struct efx_rx_queue *rx_queue;  in efx_alloc_channel()  local
 471 	struct efx_rx_queue *rx_queue;  in efx_copy_channel()  local
 504 	struct efx_rx_queue *rx_queue;  in efx_probe_channel()  local
 605 	struct efx_rx_queue *rx_queue;  in efx_start_datapath()  local
 689 	struct efx_rx_queue *rx_queue;  in efx_stop_datapath()  local
 744 	struct efx_rx_queue *rx_queue;  in efx_remove_channel()  local
 781 		struct efx_rx_queue *rx_queue;  in efx_realloc_channels()  local
 875 void efx_schedule_slow_fill(struct efx_rx_queue *rx_queue)  in efx_schedule_slow_fill()
 
 | 
| D | nic.h | 130 efx_rx_desc(struct efx_rx_queue *rx_queue, unsigned int index)  in efx_rx_desc()619 static inline int efx_nic_probe_rx(struct efx_rx_queue *rx_queue)  in efx_nic_probe_rx()
 623 static inline void efx_nic_init_rx(struct efx_rx_queue *rx_queue)  in efx_nic_init_rx()
 627 static inline void efx_nic_remove_rx(struct efx_rx_queue *rx_queue)  in efx_nic_remove_rx()
 631 static inline void efx_nic_notify_rx_desc(struct efx_rx_queue *rx_queue)  in efx_nic_notify_rx_desc()
 635 static inline void efx_nic_generate_fill_event(struct efx_rx_queue *rx_queue)  in efx_nic_generate_fill_event()
 
 | 
| D | ef10.c | 2125 static int efx_ef10_rx_probe(struct efx_rx_queue *rx_queue)  in efx_ef10_rx_probe()2133 static void efx_ef10_rx_init(struct efx_rx_queue *rx_queue)  in efx_ef10_rx_init()
 2181 static void efx_ef10_rx_fini(struct efx_rx_queue *rx_queue)  in efx_ef10_rx_fini()
 2205 static void efx_ef10_rx_remove(struct efx_rx_queue *rx_queue)  in efx_ef10_rx_remove()
 2212 efx_ef10_build_rx_desc(struct efx_rx_queue *rx_queue, unsigned int index)  in efx_ef10_build_rx_desc()
 2224 static void efx_ef10_rx_write(struct efx_rx_queue *rx_queue)  in efx_ef10_rx_write()
 2250 static void efx_ef10_rx_defer_refill(struct efx_rx_queue *rx_queue)  in efx_ef10_rx_defer_refill()
 2417 static void efx_ef10_handle_rx_wrong_queue(struct efx_rx_queue *rx_queue,  in efx_ef10_handle_rx_wrong_queue()
 2430 efx_ef10_handle_rx_bad_lbits(struct efx_rx_queue *rx_queue,  in efx_ef10_handle_rx_bad_lbits()
 2444 static void efx_ef10_handle_rx_abort(struct efx_rx_queue *rx_queue)  in efx_ef10_handle_rx_abort()
 [all …]
 
 | 
| D | net_driver.h | 463 	struct efx_rx_queue rx_queue;  member1469 efx_rx_queue_channel(struct efx_rx_queue *rx_queue)  in efx_rx_queue_channel()
 1474 static inline int efx_rx_queue_index(struct efx_rx_queue *rx_queue)  in efx_rx_queue_index()
 1482 static inline struct efx_rx_buffer *efx_rx_buffer(struct efx_rx_queue *rx_queue,  in efx_rx_buffer()
 
 | 
| D | ethtool.c | 446 	struct efx_rx_queue *rx_queue;  in efx_ethtool_get_stats()  local
 | 
| D | mcdi.c | 1756 	struct efx_rx_queue *rx_queue;  in efx_mcdi_flush_rxqs()  local
 | 
| /linux-4.4.14/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
 1983 static void free_skb_rx_queue(struct gfar_priv_rx_q *rx_queue)  in free_skb_rx_queue()
 2019 	struct gfar_priv_rx_q *rx_queue = NULL;  in free_skb_resources()  local
 2785 static void gfar_rx_alloc_err(struct gfar_priv_rx_q *rx_queue)  in gfar_rx_alloc_err()
 2794 static void gfar_alloc_rx_buffs(struct gfar_priv_rx_q *rx_queue,  in gfar_alloc_rx_buffs()
 2974 static struct sk_buff *gfar_get_next_rxbuff(struct gfar_priv_rx_q *rx_queue,  in gfar_get_next_rxbuff()
 3071 int gfar_clean_rx_ring(struct gfar_priv_rx_q *rx_queue, int rx_work_limit)  in gfar_clean_rx_ring()
 3165 	struct gfar_priv_rx_q *rx_queue = gfargrp->rx_queue;  in gfar_poll_rx_sq()  local
 [all …]
 
 | 
| D | gianfar_ethtool.c | 205 	struct gfar_priv_rx_q *rx_queue = NULL;  in gfar_gsettings()  local297 	struct gfar_priv_rx_q *rx_queue = NULL;  in gfar_gcoalesce()  local
 452 	struct gfar_priv_rx_q *rx_queue = NULL;  in gfar_gringparam()  local
 
 | 
| D | fec.h | 490 	struct fec_enet_priv_rx_q *rx_queue[FEC_ENET_MAX_RX_QS];  member
 | 
| D | gianfar.h | 1086 	struct gfar_priv_rx_q *rx_queue;  member1137 	struct gfar_priv_rx_q *rx_queue[MAX_RX_QS];  member
 
 | 
| /linux-4.4.14/drivers/net/ethernet/marvell/ | 
| D | mv643xx_eth.c | 338 struct rx_queue {  struct339 	int index;
 341 	int rx_ring_size;
 343 	int rx_desc_count;
 344 	int rx_curr_desc;
 345 	int rx_used_desc;
 347 	struct rx_desc *rx_desc_area;
 348 	dma_addr_t rx_desc_dma;
 349 	int rx_desc_area_size;
 350 	struct sk_buff **rx_skb;
 
 | 
| /linux-4.4.14/include/net/irda/ | 
| D | irttp.h | 121 	struct sk_buff_head rx_queue; /* Received frames */  member
 | 
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/ | 
| D | usb.h | 146 	struct sk_buff_head	rx_queue;  member
 | 
| D | usb.c | 542 	struct sk_buff_head rx_queue;  in _rtl_rx_pre_process()  local
 | 
| /linux-4.4.14/drivers/net/wireless/p54/ | 
| D | p54usb.h | 154 	struct sk_buff_head rx_queue;  member
 | 
| /linux-4.4.14/drivers/atm/ | 
| D | eni.h | 100 	struct sk_buff_head rx_queue;	/* PDUs currently being RX-DMAed */  member
 | 
| /linux-4.4.14/drivers/net/ethernet/ti/ | 
| D | netcp.h | 83 	void			*rx_queue;  member
 | 
| /linux-4.4.14/drivers/net/ethernet/ibm/ | 
| D | ibmveth.h | 156     struct ibmveth_rx_q rx_queue;  member
 | 
| /linux-4.4.14/drivers/staging/wilc1000/ | 
| D | wilc_wfi_netdevice.h | 116 	struct WILC_WFI_packet *rx_queue; /* List of incoming packets */  member
 | 
| /linux-4.4.14/drivers/net/xen-netback/ | 
| D | common.h | 184 	struct sk_buff_head rx_queue;  member
 | 
| /linux-4.4.14/net/mac80211/ | 
| D | rx.c | 1739 			 unsigned int frag, unsigned int seq, int rx_queue,  in ieee80211_reassemble_add()1766 			  int rx_queue, struct ieee80211_hdr *hdr)  in ieee80211_reassemble_find()
 
 | 
| D | ieee80211_i.h | 94 	u8 rx_queue;  member
 | 
| /linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8187/ | 
| D | rtl8187.h | 137 	struct sk_buff_head rx_queue;  member
 | 
| /linux-4.4.14/net/rxrpc/ | 
| D | ar-internal.h | 250 	struct sk_buff_head	rx_queue;	/* received conn-level packets */  member313 	struct sk_buff_head	rx_queue;	/* received packets */  member
 
 | 
| /linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ | 
| D | adapter.h | 145 	struct sk_buff_head rx_queue; /* offload packet receive queue */  member
 | 
| /linux-4.4.14/drivers/net/vmxnet3/ | 
| D | vmxnet3_int.h | 318 	struct vmxnet3_rx_queue		rx_queue[VMXNET3_DEVICE_MAX_RX_QUEUES];  member
 | 
| D | vmxnet3_drv.c | 1746 	struct vmxnet3_rx_queue *rx_queue = container_of(napi,  in vmxnet3_poll()  local
 | 
| /linux-4.4.14/drivers/net/wireless/cw1200/ | 
| D | cw1200.h | 91 	struct sk_buff_head		rx_queue;  member
 | 
| /linux-4.4.14/net/ipv6/ | 
| D | tcp_ipv6.c | 1701 	int rx_queue;  in get_tcp6_sock()  local
 | 
| /linux-4.4.14/drivers/net/ethernet/broadcom/genet/ | 
| D | bcmgenet.c | 2666 						     u32 f_index, u32 rx_queue)  in bcmgenet_hfb_set_filter_rx_queue_mapping()2740 			    u32 f_length, u32 rx_queue)  in bcmgenet_hfb_add_filter()
 
 | 
| /linux-4.4.14/drivers/net/usb/ | 
| D | r8152.c | 602 	struct sk_buff_head tx_queue, rx_queue;  member1677 	struct list_head *cursor, *next, rx_queue;  in rx_bottom()  local
 2099 		struct list_head rx_queue;  in rtl_start_rx()  local
 
 | 
| /linux-4.4.14/drivers/net/phy/ | 
| D | dp83640.c | 130 	struct sk_buff_head rx_queue;  member
 | 
| /linux-4.4.14/net/ipv4/ | 
| D | tcp_ipv4.c | 2168 	int rx_queue;  in get_tcp4_sock()  local
 | 
| /linux-4.4.14/drivers/net/ethernet/intel/igbvf/ | 
| D | netdev.c | 944 static void igbvf_assign_vector(struct igbvf_adapter *adapter, int rx_queue,  in igbvf_assign_vector()
 | 
| /linux-4.4.14/drivers/tty/ipwireless/ | 
| D | hardware.c | 245 	struct list_head rx_queue;  member
 | 
| /linux-4.4.14/fs/afs/ | 
| D | internal.h | 81 	struct sk_buff_head	rx_queue;	/* received packets */  member
 | 
| /linux-4.4.14/drivers/net/wireless/b43/ | 
| D | b43.h | 683 	struct b43_pio_rxqueue *rx_queue;  member
 | 
| /linux-4.4.14/drivers/net/wireless/ipw2x00/ | 
| D | ipw2100.h | 543 	struct ipw2100_bd_queue rx_queue;  member
 | 
| /linux-4.4.14/include/linux/ | 
| D | skbuff.h | 3456 static inline void skb_record_rx_queue(struct sk_buff *skb, u16 rx_queue)  in skb_record_rx_queue()
 | 
| /linux-4.4.14/drivers/net/ethernet/intel/igb/ | 
| D | igb_main.c | 799 	int rx_queue = IGB_N0_QUEUE;  in igb_assign_vector()  local
 | 
| /linux-4.4.14/drivers/staging/rtl8192u/ | 
| D | r8192U.h | 911        struct sk_buff_head rx_queue;  member
 | 
| /linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ | 
| D | bnx2x.h | 583 	u8			rx_queue;	/* index for skb_record */  member
 |