Home
last modified time | relevance | path

Searched defs:rx_queue (Results 1 – 44 of 44) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/sfc/
Drx.c79 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 …]
Dfarch.c467 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 …]
Defx.c261 struct efx_rx_queue *rx_queue = in efx_process_channel() local
437 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()
Dnic.h130 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()
Def10.c2125 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 …]
Dnet_driver.h463 struct efx_rx_queue rx_queue; member
1469 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()
Dethtool.c446 struct efx_rx_queue *rx_queue; in efx_ethtool_get_stats() local
Dmcdi.c1756 struct efx_rx_queue *rx_queue; in efx_mcdi_flush_rxqs() local
/linux-4.4.14/drivers/net/ethernet/freescale/
Dgianfar.c155 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 …]
Dgianfar_ethtool.c205 struct gfar_priv_rx_q *rx_queue = NULL; in gfar_gsettings() local
297 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
Dfec.h490 struct fec_enet_priv_rx_q *rx_queue[FEC_ENET_MAX_RX_QS]; member
Dgianfar.h1086 struct gfar_priv_rx_q *rx_queue; member
1137 struct gfar_priv_rx_q *rx_queue[MAX_RX_QS]; member
/linux-4.4.14/drivers/net/ethernet/marvell/
Dmv643xx_eth.c338 struct rx_queue { struct
339 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/
Dirttp.h121 struct sk_buff_head rx_queue; /* Received frames */ member
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dusb.h146 struct sk_buff_head rx_queue; member
Dusb.c542 struct sk_buff_head rx_queue; in _rtl_rx_pre_process() local
/linux-4.4.14/drivers/net/wireless/p54/
Dp54usb.h154 struct sk_buff_head rx_queue; member
/linux-4.4.14/drivers/atm/
Deni.h100 struct sk_buff_head rx_queue; /* PDUs currently being RX-DMAed */ member
/linux-4.4.14/drivers/net/ethernet/ti/
Dnetcp.h83 void *rx_queue; member
/linux-4.4.14/drivers/net/ethernet/ibm/
Dibmveth.h156 struct ibmveth_rx_q rx_queue; member
/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wfi_netdevice.h116 struct WILC_WFI_packet *rx_queue; /* List of incoming packets */ member
/linux-4.4.14/drivers/net/xen-netback/
Dcommon.h184 struct sk_buff_head rx_queue; member
/linux-4.4.14/net/mac80211/
Drx.c1739 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()
Dieee80211_i.h94 u8 rx_queue; member
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8187/
Drtl8187.h137 struct sk_buff_head rx_queue; member
/linux-4.4.14/net/rxrpc/
Dar-internal.h250 struct sk_buff_head rx_queue; /* received conn-level packets */ member
313 struct sk_buff_head rx_queue; /* received packets */ member
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h145 struct sk_buff_head rx_queue; /* offload packet receive queue */ member
/linux-4.4.14/drivers/net/vmxnet3/
Dvmxnet3_int.h318 struct vmxnet3_rx_queue rx_queue[VMXNET3_DEVICE_MAX_RX_QUEUES]; member
Dvmxnet3_drv.c1746 struct vmxnet3_rx_queue *rx_queue = container_of(napi, in vmxnet3_poll() local
/linux-4.4.14/drivers/net/wireless/cw1200/
Dcw1200.h91 struct sk_buff_head rx_queue; member
/linux-4.4.14/net/ipv6/
Dtcp_ipv6.c1701 int rx_queue; in get_tcp6_sock() local
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c2666 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/
Dr8152.c602 struct sk_buff_head tx_queue, rx_queue; member
1677 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/
Ddp83640.c130 struct sk_buff_head rx_queue; member
/linux-4.4.14/net/ipv4/
Dtcp_ipv4.c2168 int rx_queue; in get_tcp4_sock() local
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Dnetdev.c944 static void igbvf_assign_vector(struct igbvf_adapter *adapter, int rx_queue, in igbvf_assign_vector()
/linux-4.4.14/drivers/tty/ipwireless/
Dhardware.c245 struct list_head rx_queue; member
/linux-4.4.14/fs/afs/
Dinternal.h81 struct sk_buff_head rx_queue; /* received packets */ member
/linux-4.4.14/drivers/net/wireless/b43/
Db43.h683 struct b43_pio_rxqueue *rx_queue; member
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2100.h543 struct ipw2100_bd_queue rx_queue; member
/linux-4.4.14/include/linux/
Dskbuff.h3456 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/
Digb_main.c799 int rx_queue = IGB_N0_QUEUE; in igb_assign_vector() local
/linux-4.4.14/drivers/staging/rtl8192u/
Dr8192U.h911 struct sk_buff_head rx_queue; member
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h583 u8 rx_queue; /* index for skb_record */ member