Searched refs:rx_qid (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_vfpf_if.h | 272 u16 rx_qid; member 302 u16 rx_qid; member 337 u16 rx_qid; member
|
| H A D | ecore_vf.c | 853 u16 rx_qid = p_cid->rel.queue_id; in ecore_vf_pf_rxq_start() local 859 req->rx_qid = rx_qid; in ecore_vf_pf_rxq_start() 872 u8 hw_qid = p_iov->acquire_resp.resc.hw_qid[rx_qid]; in ecore_vf_pf_rxq_start() 908 rx_qid, *pp_prod, resp->offset); in ecore_vf_pf_rxq_start() 937 req->rx_qid = p_cid->rel.queue_id; in ecore_vf_pf_rxq_stop() 1088 req->rx_qid = (*pp_cid)->rel.queue_id; in ecore_vf_pf_rxqs_update()
|
| H A D | ecore_sriov.c | 302 u16 rx_qid, in ecore_iov_validate_rxq() argument 305 if (rx_qid >= p_vf->num_rxqs) { in ecore_iov_validate_rxq() 309 p_vf->abs_vf_id, rx_qid, p_vf->num_rxqs); in ecore_iov_validate_rxq() 2333 sizeof(struct eth_rx_prod_data) * req->rx_qid; in ecore_iov_vf_mbx_start_rxq_resp() 2392 if (!ecore_iov_validate_rxq(p_hwfn, vf, req->rx_qid, in ecore_iov_vf_mbx_start_rxq() 2401 p_queue = &vf->vf_queues[req->rx_qid]; in ecore_iov_vf_mbx_start_rxq() 2421 vf_params.vf_qid = (u8)req->rx_qid; in ecore_iov_vf_mbx_start_rxq() 2438 req->rx_qid), in ecore_iov_vf_mbx_start_rxq() 2913 for (i = req->rx_qid; i < req->rx_qid + req->num_rxqs; i++) { in ecore_iov_vf_mbx_update_rxqs() 2920 vf->relative_vf_id, req->rx_qid, in ecore_iov_vf_mbx_update_rxqs() [all …]
|
| H A D | ecore_hsi_eth.h | 1177 __le16 rx_qid /* RX queue ID. Valid if rx_qid_valid set. */; member
|
| H A D | ecore_l2.c | 2193 p_ramrod->rx_qid = OSAL_CPU_TO_LE16(abs_rx_q_id); in ecore_configure_rfs_ntuple_filter()
|
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | eth_bond_8023ad_private.h | 177 uint16_t rx_qid; member
|
| H A D | rte_eth_bond_pmd.c | 185 internals->mode4.dedicated_queues.rx_qid); in bond_ethdev_8023ad_flow_verify() 229 internals->mode4.dedicated_queues.rx_qid = bond_info.nb_rx_queues; in bond_8023ad_slow_pkt_hw_filter_supported() 248 .index = internals->mode4.dedicated_queues.rx_qid, in bond_ethdev_8023ad_flow_set() 267 internals->mode4.dedicated_queues.rx_qid); in bond_ethdev_8023ad_flow_set() 1653 internals->mode4.dedicated_queues.rx_qid, 128, in slave_configure_slow_queue() 1660 internals->mode4.dedicated_queues.rx_qid, in slave_configure_slow_queue() 1975 internals->mode4.dedicated_queues.rx_qid = in bond_ethdev_start()
|
| H A D | rte_eth_bond_8023ad.c | 915 internals->mode4.dedicated_queues.rx_qid, in bond_mode_8023ad_periodic_cb() 1228 mode4->dedicated_queues.rx_qid = UINT16_MAX; in bond_mode_8023ad_conf_assign()
|