Home
last modified time | relevance | path

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

/linux-4.1.27/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.c465 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() local
726 struct efx_rx_queue *rx_queue; in efx_farch_fini_dmaq() local
873 static u16 efx_farch_handle_rx_not_ok(struct efx_rx_queue *rx_queue, in efx_farch_handle_rx_not_ok()
[all …]
Defx.c253 struct efx_rx_queue *rx_queue = in efx_process_channel() local
421 struct efx_rx_queue *rx_queue; in efx_alloc_channel() local
455 struct efx_rx_queue *rx_queue; in efx_copy_channel() local
488 struct efx_rx_queue *rx_queue; in efx_probe_channel() local
589 struct efx_rx_queue *rx_queue; in efx_start_datapath() local
673 struct efx_rx_queue *rx_queue; in efx_stop_datapath() local
728 struct efx_rx_queue *rx_queue; in efx_remove_channel() local
765 struct efx_rx_queue *rx_queue; in efx_realloc_channels() local
859 void efx_schedule_slow_fill(struct efx_rx_queue *rx_queue) in efx_schedule_slow_fill()
Def10.c1488 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 …]
Dnic.h130 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()
Dnet_driver.h473 struct efx_rx_queue rx_queue; member
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()
1471 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.c1643 struct efx_rx_queue *rx_queue; in efx_mcdi_flush_rxqs() local
/linux-4.1.27/drivers/net/ethernet/freescale/
Dgianfar.c156 static void gfar_init_rxbdp(struct gfar_priv_rx_q *rx_queue, struct rxbd8 *bdp, in gfar_init_rxbdp()
177 struct gfar_priv_rx_q *rx_queue = NULL; in gfar_init_bds() local
247 struct gfar_priv_rx_q *rx_queue = NULL; in gfar_alloc_skb_resources() local
1923 static void free_skb_rx_queue(struct gfar_priv_rx_q *rx_queue) in free_skb_rx_queue()
1953 struct gfar_priv_rx_q *rx_queue = NULL; in free_skb_resources() local
2893 int gfar_clean_rx_ring(struct gfar_priv_rx_q *rx_queue, int rx_work_limit) in gfar_clean_rx_ring()
2989 struct gfar_priv_rx_q *rx_queue = gfargrp->rx_queue; in gfar_poll_rx_sq() local
3049 struct gfar_priv_rx_q *rx_queue = NULL; in gfar_poll_rx() local
3504 struct gfar_priv_rx_q *rx_queue = NULL; in gfar_update_link_state() local
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.h488 struct fec_enet_priv_rx_q *rx_queue[FEC_ENET_MAX_RX_QS]; member
Dgianfar.h1071 struct gfar_priv_rx_q *rx_queue; member
1123 struct gfar_priv_rx_q *rx_queue[MAX_RX_QS]; member
/linux-4.1.27/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.1.27/include/net/irda/
Dirttp.h121 struct sk_buff_head rx_queue; /* Received frames */ member
/linux-4.1.27/drivers/net/wireless/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.1.27/drivers/net/wireless/p54/
Dp54usb.h154 struct sk_buff_head rx_queue; member
/linux-4.1.27/drivers/atm/
Deni.h100 struct sk_buff_head rx_queue; /* PDUs currently being RX-DMAed */ member
/linux-4.1.27/drivers/net/ethernet/ibm/
Dibmveth.h146 struct ibmveth_rx_q rx_queue; member
/linux-4.1.27/drivers/net/ethernet/ti/
Dnetcp.h83 void *rx_queue; member
/linux-4.1.27/drivers/net/xen-netback/
Dcommon.h178 struct sk_buff_head rx_queue; member
/linux-4.1.27/net/mac80211/
Drx.c1710 unsigned int frag, unsigned int seq, int rx_queue, in ieee80211_reassemble_add()
1737 int rx_queue, struct ieee80211_hdr *hdr) in ieee80211_reassemble_find()
Dieee80211_i.h89 unsigned int rx_queue; member
/linux-4.1.27/drivers/net/wireless/rtl818x/rtl8187/
Drtl8187.h137 struct sk_buff_head rx_queue; member
/linux-4.1.27/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.1.27/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c2477 u32 f_index, u32 rx_queue) in bcmgenet_hfb_set_filter_rx_queue_mapping()
2551 u32 f_length, u32 rx_queue) in bcmgenet_hfb_add_filter()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h145 struct sk_buff_head rx_queue; /* offload packet receive queue */ member
/linux-4.1.27/drivers/net/wireless/cw1200/
Dcw1200.h91 struct sk_buff_head rx_queue; member
/linux-4.1.27/drivers/net/vmxnet3/
Dvmxnet3_int.h318 struct vmxnet3_rx_queue rx_queue[VMXNET3_DEVICE_MAX_RX_QUEUES]; member
Dvmxnet3_drv.c1614 struct vmxnet3_rx_queue *rx_queue = container_of(napi, in vmxnet3_poll() local
/linux-4.1.27/drivers/net/usb/
Dr8152.c590 struct sk_buff_head tx_queue, rx_queue; member
1663 struct list_head *cursor, *next, rx_queue; in rx_bottom() local
2088 struct list_head rx_queue; in rtl_start_rx() local
/linux-4.1.27/drivers/net/phy/
Ddp83640.c129 struct sk_buff_head rx_queue; member
/linux-4.1.27/net/ipv4/
Dtcp_ipv4.c2199 int rx_queue; in get_tcp4_sock() local
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/
Dnetdev.c943 static void igbvf_assign_vector(struct igbvf_adapter *adapter, int rx_queue, in igbvf_assign_vector()
/linux-4.1.27/drivers/tty/ipwireless/
Dhardware.c245 struct list_head rx_queue; member
/linux-4.1.27/fs/afs/
Dinternal.h81 struct sk_buff_head rx_queue; /* received packets */ member
/linux-4.1.27/drivers/net/wireless/b43/
Db43.h683 struct b43_pio_rxqueue *rx_queue; member
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dipw2100.h543 struct ipw2100_bd_queue rx_queue; member
/linux-4.1.27/include/linux/
Dskbuff.h3286 static inline void skb_record_rx_queue(struct sk_buff *skb, u16 rx_queue) in skb_record_rx_queue()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.h594 struct sk_buff_head rx_queue; member
/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb_main.c797 int rx_queue = IGB_N0_QUEUE; in igb_assign_vector() local
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U.h944 struct sk_buff_head rx_queue; member
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h574 u8 rx_queue; /* index for skb_record */ member