Home
last modified time | relevance | path

Searched defs:rxq (Results 1 – 25 of 126) sorted by relevance

123456

/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_rx.c53 static void hinic_rxq_clean_stats(struct hinic_rxq *rxq) in hinic_rxq_clean_stats()
71 void hinic_rxq_get_stats(struct hinic_rxq *rxq, struct hinic_rxq_stats *stats) in hinic_rxq_get_stats()
91 static void rxq_stats_init(struct hinic_rxq *rxq) in rxq_stats_init()
99 static void rx_csum(struct hinic_rxq *rxq, u32 status, in rx_csum()
127 static struct sk_buff *rx_alloc_skb(struct hinic_rxq *rxq, in rx_alloc_skb()
163 static void rx_unmap_skb(struct hinic_rxq *rxq, dma_addr_t dma_addr) in rx_unmap_skb()
180 static void rx_free_skb(struct hinic_rxq *rxq, struct sk_buff *skb, in rx_free_skb()
193 static int rx_alloc_pkts(struct hinic_rxq *rxq) in rx_alloc_pkts()
243 static void free_all_rx_skbs(struct hinic_rxq *rxq) in free_all_rx_skbs()
271 static int rx_recv_jumbo_pkt(struct hinic_rxq *rxq, struct sk_buff *head_skb, in rx_recv_jumbo_pkt()
[all …]
/linux/drivers/net/wwan/t7xx/
H A Dt7xx_hif_dpmaif_rx.c83 struct dpmaif_rx_queue *rxq = &dpmaif_ctrl->rxq[q_num]; in t7xx_dpmaif_update_bat_wr_idx() local
235 static int t7xx_dpmaifq_release_pit_entry(struct dpmaif_rx_queue *rxq, in t7xx_dpmaifq_release_pit_entry()
275 static int t7xx_frag_bat_cur_bid_check(struct dpmaif_rx_queue *rxq, in t7xx_frag_bat_cur_bid_check()
392 static int t7xx_dpmaif_set_frag_to_skb(const struct dpmaif_rx_queue *rxq, in t7xx_dpmaif_set_frag_to_skb()
424 static int t7xx_dpmaif_get_frag(struct dpmaif_rx_queue *rxq, in t7xx_dpmaif_get_frag()
445 static int t7xx_bat_cur_bid_check(struct dpmaif_rx_queue *rxq, const unsigned int cur_bid) in t7xx_bat_cur_bid_check()
461 static int t7xx_dpmaif_check_pit_seq(struct dpmaif_rx_queue *rxq, in t7xx_dpmaif_check_pit_seq()
499 static int t7xx_dpmaif_release_bat_entry(const struct dpmaif_rx_queue *rxq, in t7xx_dpmaif_release_bat_entry()
555 static int t7xx_dpmaif_pit_release_and_add(struct dpmaif_rx_queue *rxq) in t7xx_dpmaif_pit_release_and_add()
570 static int t7xx_dpmaif_bat_release_and_add(const struct dpmaif_rx_queue *rxq) in t7xx_dpmaif_bat_release_and_add()
[all …]
H A Dt7xx_hif_dpmaif.c303 struct dpmaif_rx_queue *rxq; in t7xx_dpmaif_start() local
432 struct dpmaif_rx_queue *rxq; in t7xx_dpmaif_start_txrx_qs() local
/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c119 static int iwl_rxq_space(const struct iwl_rxq *rxq) in iwl_rxq_space()
167 struct iwl_rxq *rxq) in iwl_pcie_rxq_inc_wr_ptr()
209 struct iwl_rxq *rxq = &trans_pcie->rxq[i]; in iwl_pcie_rxq_check_wrptr() local
221 struct iwl_rxq *rxq, in iwl_pcie_restock_bd()
245 struct iwl_rxq *rxq) in iwl_pcie_rxmq_restock()
292 struct iwl_rxq *rxq) in iwl_pcie_rxsq_restock()
349 void iwl_pcie_rxq_restock(struct iwl_trans *trans, struct iwl_rxq *rxq) in iwl_pcie_rxq_restock()
430 struct iwl_rxq *rxq) in iwl_pcie_rxq_alloc_rbs()
614 struct iwl_rxq *rxq) in iwl_pcie_rx_allocator_get()
679 struct iwl_rxq *rxq) in iwl_pcie_free_rxq_dma()
[all …]
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_fp.c27 int qede_alloc_rx_buffer(struct qede_rx_queue *rxq, bool allow_lazy) in qede_alloc_rx_buffer()
502 bool qede_has_rx_work(struct qede_rx_queue *rxq) in qede_has_rx_work()
515 static inline void qede_rx_bd_ring_consume(struct qede_rx_queue *rxq) in qede_rx_bd_ring_consume()
524 static inline void qede_reuse_page(struct qede_rx_queue *rxq, in qede_reuse_page()
547 void qede_recycle_rx_bd_ring(struct qede_rx_queue *rxq, u8 count) in qede_recycle_rx_bd_ring()
558 static inline int qede_realloc_rx_buffer(struct qede_rx_queue *rxq, in qede_realloc_rx_buffer()
588 void qede_update_rx_prod(struct qede_dev *edev, struct qede_rx_queue *rxq) in qede_update_rx_prod()
639 struct qede_rx_queue *rxq, in qede_skb_receive()
665 struct qede_rx_queue *rxq, in qede_fill_frag_skb()
740 qede_build_skb(struct qede_rx_queue *rxq, in qede_build_skb()
[all …]
/linux/drivers/infiniband/hw/hfi1/
H A Dnetdev_rx.c203 struct hfi1_netdev_rxq *rxq = &rx->rxq[i]; in hfi1_netdev_rxq_init() local
230 struct hfi1_netdev_rxq *rxq = &rx->rxq[i]; in hfi1_netdev_rxq_init() local
250 struct hfi1_netdev_rxq *rxq = &rx->rxq[i]; in hfi1_netdev_rxq_deinit() local
268 struct hfi1_netdev_rxq *rxq = &rx->rxq[i]; in enable_queues() local
286 struct hfi1_netdev_rxq *rxq = &rx->rxq[i]; in disable_queues() local
H A Dvnic_main.c292 static inline int hfi1_vnic_decap_skb(struct hfi1_vnic_rx_queue *rxq, in hfi1_vnic_decap_skb()
336 struct hfi1_vnic_rx_queue *rxq; in hfi1_vnic_bypass_rcv() local
599 struct hfi1_vnic_rx_queue *rxq = &vinfo->rxq[i]; in hfi1_vnic_alloc_rn() local
H A Dipoib_rx.c46 struct sk_buff *hfi1_ipoib_prepare_skb(struct hfi1_netdev_rxq *rxq, in hfi1_ipoib_prepare_skb()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c548 static void *mana_get_rxbuf_pre(struct mana_rxq *rxq, dma_addr_t *da) in mana_get_rxbuf_pre()
1276 static int mana_fence_rq(struct mana_port_context *apc, struct mana_rxq *rxq) in mana_fence_rq()
1318 struct mana_rxq *rxq; in mana_fence_rqs() local
1479 static void mana_post_pkt_rxq(struct mana_rxq *rxq) in mana_post_pkt_rxq()
1499 static struct sk_buff *mana_build_skb(struct mana_rxq *rxq, void *buf_va, in mana_build_skb()
1520 struct mana_rxcomp_oob *cqe, struct mana_rxq *rxq) in mana_rx_skb()
1620 static void *mana_get_rxfrag(struct mana_rxq *rxq, struct device *dev, in mana_get_rxfrag()
1671 static void mana_refill_rx_oob(struct device *dev, struct mana_rxq *rxq, in mana_refill_rx_oob()
1693 static void mana_process_rx_cqe(struct mana_rxq *rxq, struct mana_cq *cq, in mana_process_rx_cqe()
1763 struct mana_rxq *rxq = cq->rxq; in mana_poll_rx_cq() local
[all …]
/linux/drivers/bluetooth/
H A Dbtintel_pcie.h247 rxq:6, member
300 struct rxq { struct
301 u16 count;
325 * @fh_init_mask: initial unmasked rxq causes argument
391 struct rxq rxq; member
H A Dbtintel_pcie.c178 static void btintel_pcie_prepare_rx(struct rxq *rxq, u16 frbd_index) in btintel_pcie_prepare_rx()
197 struct rxq *rxq = &data->rxq; in btintel_pcie_submit_rx() local
538 struct rxq *rxq; in btintel_pcie_msix_rx_handle() local
827 struct rxq *rxq) in btintel_pcie_free_rxq_bufs()
836 struct rxq *rxq) in btintel_pcie_setup_rxq_bufs()
/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c109 #define MVNETA_VLAN_PRIO_RXQ_MAP(prio, rxq) ((rxq) << ((prio) * 3)) argument
134 #define MVNETA_CPU_RXQ_ACCESS(rxq) BIT(rxq) argument
857 struct mvneta_rx_queue *rxq, in mvneta_rxq_non_occup_desc_add()
876 struct mvneta_rx_queue *rxq) in mvneta_rxq_busy_desc_num_get()
888 struct mvneta_rx_queue *rxq, in mvneta_rxq_desc_num_update()
922 mvneta_rxq_next_desc_get(struct mvneta_rx_queue *rxq) in mvneta_rxq_next_desc_get()
946 struct mvneta_rx_queue *rxq, in mvneta_rxq_offset_set()
1003 struct mvneta_rx_queue *rxq, in mvneta_rxq_buf_size_set()
1018 struct mvneta_rx_queue *rxq) in mvneta_rxq_bm_disable()
1029 struct mvneta_rx_queue *rxq) in mvneta_rxq_bm_enable()
[all …]
/linux/net/core/
H A Ddevmem.c108 struct netdev_rx_queue *rxq; in net_devmem_unbind_dmabuf() local
134 struct netdev_rx_queue *rxq; in net_devmem_bind_dmabuf_to_queue() local
308 struct netdev_rx_queue *rxq; in dev_dmabuf_uninstall() local
H A Dnetdev_rx_queue.c11 struct netdev_rx_queue *rxq = __netif_get_rx_queue(dev, rxq_idx); in netdev_rx_queue_restart() local
H A Dpage_pool_priv.h52 struct netdev_rx_queue *rxq) in page_pool_check_memory_provider()
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c383 int rxq, msi, err; in request_msix_queue_irqs() local
421 int rxq, msi; in free_msix_queue_irqs() local
452 int rxq; in enable_rx() local
477 int rxq; in quiesce_rx() local
632 struct sge_eth_rxq *rxq = &s->ethrxq[pi->first_qset]; in setup_sge_queues() local
663 struct sge_eth_rxq *rxq = &s->ethrxq[pi->first_qset]; in setup_sge_queues() local
705 struct sge_eth_rxq *rxq = &adapter->sge.ethrxq[pi->first_qset]; in setup_rss() local
1236 struct sge_eth_rxq *rxq; in cxgb4vf_poll_controller() local
1810 const struct sge_eth_rxq *rxq = &adapter->sge.ethrxq[pi->first_qset]; in collect_sge_port_stats() local
2062 const struct sge_eth_rxq *rxq = &adapter->sge.ethrxq[r * QPL]; in sge_qinfo_show() local
[all …]
H A Dsge.c1564 static void do_gro(struct sge_eth_rxq *rxq, const struct pkt_gl *gl, in do_gro()
1618 struct sge_eth_rxq *rxq = container_of(rspq, struct sge_eth_rxq, rspq); in t4vf_ethrx_handler() local
1756 struct sge_eth_rxq *rxq = container_of(rspq, struct sge_eth_rxq, rspq); in process_responses() local
2094 struct sge_eth_rxq *rxq; in sge_rx_timer_cb() local
2564 struct sge_eth_rxq *rxq = s->ethrxq; in t4vf_free_sge_resources() local
/linux/drivers/vhost/
H A Dnet.c127 struct vhost_net_buf rxq; member
150 static void *vhost_net_buf_get_ptr(struct vhost_net_buf *rxq) in vhost_net_buf_get_ptr()
158 static int vhost_net_buf_get_size(struct vhost_net_buf *rxq) in vhost_net_buf_get_size()
163 static int vhost_net_buf_is_empty(struct vhost_net_buf *rxq) in vhost_net_buf_is_empty()
168 static void *vhost_net_buf_consume(struct vhost_net_buf *rxq) in vhost_net_buf_consume()
177 struct vhost_net_buf *rxq = &nvq->rxq; in vhost_net_buf_produce() local
187 struct vhost_net_buf *rxq = &nvq->rxq; in vhost_net_buf_unproduce() local
210 struct vhost_net_buf *rxq = &nvq->rxq; in vhost_net_buf_peek() local
222 static void vhost_net_buf_init(struct vhost_net_buf *rxq) in vhost_net_buf_init()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.c444 static void idpf_rx_buf_rel_all(struct idpf_rx_queue *rxq) in idpf_rx_buf_rel_all()
470 static void idpf_rx_desc_rel(struct idpf_rx_queue *rxq, struct device *dev, in idpf_rx_desc_rel()
705 static int idpf_rx_buf_alloc_singleq(struct idpf_rx_queue *rxq) in idpf_rx_buf_alloc_singleq()
724 static int idpf_rx_bufs_init_singleq(struct idpf_rx_queue *rxq) in idpf_rx_bufs_init_singleq()
863 struct idpf_rx_queue *rxq) in idpf_rx_desc_alloc()
2871 idpf_rx_hash(const struct idpf_rx_queue *rxq, struct sk_buff *skb, in idpf_rx_hash()
2896 static void idpf_rx_csum(struct idpf_rx_queue *rxq, struct sk_buff *skb, in idpf_rx_csum()
2987 static int idpf_rx_rsc(struct idpf_rx_queue *rxq, struct sk_buff *skb, in idpf_rx_rsc()
3059 idpf_rx_process_skb_fields(struct idpf_rx_queue *rxq, struct sk_buff *skb, in idpf_rx_process_skb_fields()
3209 static int idpf_rx_splitq_clean(struct idpf_rx_queue *rxq, int budget) in idpf_rx_splitq_clean()
[all …]
H A Didpf_singleq_txrx.c596 static void idpf_rx_singleq_csum(struct idpf_rx_queue *rxq, in idpf_rx_singleq_csum()
824 static void idpf_rx_buf_hw_update(struct idpf_rx_queue *rxq, u32 val) in idpf_rx_buf_hw_update()
1084 struct idpf_rx_queue *rxq = q_vec->rx[i]; in idpf_rx_singleq_clean_all() local
/linux/drivers/net/ethernet/alacritech/
H A Dslicoss.c120 static unsigned int slic_get_free_rx_descs(struct slic_rx_queue *rxq) in slic_get_free_rx_descs()
396 struct slic_rx_queue *rxq = &sdev->rxq; in slic_refill_rx_queue() local
549 struct slic_rx_queue *rxq = &sdev->rxq; in slic_handle_receive() local
918 struct slic_rx_queue *rxq = &sdev->rxq; in slic_init_rx_queue() local
937 struct slic_rx_queue *rxq = &sdev->rxq; in slic_free_rx_queue() local
/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c467 struct fec_enet_priv_rx_q *rxq, int size) in fec_enet_create_page_pool()
954 struct fec_enet_priv_rx_q *rxq; in fec_enet_bd_init() local
1042 struct fec_enet_priv_rx_q *rxq; in fec_enet_enable_ring() local
1583 static void fec_enet_update_cbd(struct fec_enet_priv_rx_q *rxq, in fec_enet_update_cbd()
1600 struct xdp_buff *xdp, struct fec_enet_priv_rx_q *rxq, int cpu) in fec_enet_run_xdp()
1672 struct fec_enet_priv_rx_q *rxq; in fec_enet_rx_queue() local
2937 struct fec_enet_priv_rx_q *rxq; in fec_enet_get_xdp_stats() local
2954 struct fec_enet_priv_rx_q *rxq; in fec_enet_page_pool_stats() local
3028 struct fec_enet_priv_rx_q *rxq; in fec_enet_clear_ethtool_stats() local
3268 struct fec_enet_priv_rx_q *rxq; in fec_enet_free_buffers() local
[all …]
/linux/drivers/net/ethernet/hisilicon/
H A Dhisi_femac.c121 struct hisi_femac_queue rxq; member
212 struct hisi_femac_queue *rxq = &priv->rxq; in hisi_femac_rx_refill() local
248 struct hisi_femac_queue *rxq = &priv->rxq; in hisi_femac_rx() local
388 struct hisi_femac_queue *rxq = &priv->rxq; in hisi_femac_free_skb_rings() local
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.h253 static inline void cudbg_fill_qdesc_rxq(const struct sge_rspq *rxq, in cudbg_fill_qdesc_rxq()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_arfs.c90 int rxq; member
614 struct mlx5_flow_handle *rule, u16 rxq) in arfs_modify_rule_rq()
659 u16 rxq, u32 flow_id) in arfs_alloc_rule()

123456