Searched refs:rx_qid (Results 1 – 15 of 15) sorted by relevance
| /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 | 850 u16 rx_qid = p_cid->rel.queue_id; in ecore_vf_pf_rxq_start() local 856 req->rx_qid = rx_qid; in ecore_vf_pf_rxq_start() 869 u8 hw_qid = p_iov->acquire_resp.resc.hw_qid[rx_qid]; in ecore_vf_pf_rxq_start() 905 rx_qid, *pp_prod, resp->offset); in ecore_vf_pf_rxq_start() 934 req->rx_qid = p_cid->rel.queue_id; in ecore_vf_pf_rxq_stop() 1085 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()
|
| /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() 1649 internals->mode4.dedicated_queues.rx_qid, 128, in slave_configure_slow_queue() 1656 internals->mode4.dedicated_queues.rx_qid, in slave_configure_slow_queue() 1997 internals->mode4.dedicated_queues.rx_qid = in bond_ethdev_start()
|
| H A D | rte_eth_bond_8023ad.c | 848 internals->mode4.dedicated_queues.rx_qid, in bond_mode_8023ad_dedicated_rxq_process() 1257 mode4->dedicated_queues.rx_qid = UINT16_MAX; in bond_mode_8023ad_conf_assign()
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_ethdev_ops.c | 352 conf.rx_qid = pfc_conf->tx_pause.rx_qid; in cnxk_nix_priority_flow_ctrl_queue_config() 1079 rxq = ((struct cnxk_eth_rxq_sp *)data->rx_queues[conf->rx_qid]) - 1; in nix_priority_flow_ctrl_configure()
|
| H A D | cnxk_ethdev.h | 163 uint8_t rx_qid; member
|
| H A D | cnxk_ethdev.c | 1798 pfc_conf.tx_pause.rx_qid = i; in cnxk_eth_dev_uninit()
|
| /dpdk/lib/ethdev/ |
| H A D | rte_ethdev.h | 1458 uint16_t rx_qid; /**< Rx queue ID */ member
|
| H A D | rte_ethdev.c | 3710 if (pfc_queue_conf->tx_pause.rx_qid >= dev_info->nb_rx_queues) { in validate_tx_pause_config() 3713 pfc_queue_conf->tx_pause.rx_qid, in validate_tx_pause_config()
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline.c | 7719 uint16_t rx_qid; member 7753 pfc_queue_conf.tx_pause.rx_qid = res->rx_qid; in cmd_queue_priority_flow_ctrl_set_parsed() 7794 rx_qid, RTE_UINT16);
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 1570 tx (on|off) <rx_qid> <rx_tc> <pause_time> 1579 * ``rx_qid`` (integer): Rx qid for which threshold will be applied and PFC
|