Searched refs:num_txqs (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_vfpf.h | 17 uint8_t num_txqs; member 112 uint8_t num_txqs; member
|
| H A D | bnx2x_vfpf.c | 227 res_query->num_txqs = min(res_query->num_txqs, resc->num_txqs); in bnx2x_loop_obtain_resources() 263 acq->res_query.num_txqs = tx_count; in bnx2x_vf_get_resources() 297 sc->max_tx_queues = sc_resp.resc.num_txqs; in bnx2x_vf_get_resources()
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_vf_api.h | 71 u8 *num_txqs);
|
| H A D | ecore_vfpf_if.h | 21 u8 num_txqs; member 225 u8 num_txqs; member 328 u8 num_txqs; member
|
| H A D | ecore_vf.c | 236 p_req->num_rxqs, p_resp->num_txqs, in ecore_vf_pf_acquire_reduce_resc() 244 p_req->num_txqs = p_resp->num_txqs; in ecore_vf_pf_acquire_reduce_resc() 308 p_resc->num_txqs = ECORE_MAX_VF_CHAINS_PER_PF; in ecore_vf_pf_acquire() 459 resp->resc.num_txqs; in ecore_vf_pf_acquire() 1038 req->num_txqs = 1; in ecore_vf_pf_txq_stop() 1854 u8 *num_txqs) in ecore_vf_get_num_txqs() argument 1856 *num_txqs = p_hwfn->vf_iov_info->acquire_resp.resc.num_txqs; in ecore_vf_get_num_txqs()
|
| H A D | ecore_sriov.h | 140 u8 num_txqs; member
|
| H A D | ecore_sriov.c | 321 if (tx_qid >= p_vf->num_txqs) { in ecore_iov_validate_txq() 325 p_vf->abs_vf_id, tx_qid, p_vf->num_txqs); in ecore_iov_validate_txq() 368 for (i = 0; i < p_vf->num_txqs; i++) in ecore_iov_validate_active_txq() 1212 vf->num_txqs = num_of_vf_available_chains; in ecore_iov_init_hw_for_vf() 1316 vf->num_txqs = 0; in ecore_iov_release_hw_for_vf() 1600 p_vf->num_txqs = p_vf->num_sbs; in ecore_iov_vf_cleanup() 1686 p_resp->num_txqs = p_vf->num_txqs; in ecore_iov_vf_mbx_acquire_resc() 1721 p_resp->num_txqs < p_req->num_txqs || in ecore_iov_vf_mbx_acquire_resc() 1731 p_req->num_rxqs, p_resp->num_txqs, in ecore_iov_vf_mbx_acquire_resc() 1933 resc->num_txqs, resc->num_sbs, resc->num_mac_filters, in ecore_iov_vf_mbx_acquire() [all …]
|
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_ethdev.c | 1273 uint8_t num_txqs; in qede_dev_configure() local 1307 num_txqs = eth_dev->data->nb_tx_queues * edev->num_hwfns; in qede_dev_configure() 1309 if (qdev->num_tx_queues != num_txqs || in qede_dev_configure() 1312 qdev->num_tx_queues = num_txqs; in qede_dev_configure()
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_common.c | 3464 sum_size += ice_struct_size(list, txqs, list->num_txqs); in ice_aq_add_lan_txq() 3466 list->num_txqs); in ice_aq_add_lan_txq() 4137 if (num_qgrps > 1 || buf->num_txqs > 1) in ice_ena_vsi_txq()
|
| H A D | ice_adminq_cmd.h | 2453 u8 num_txqs; member
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_rxtx.c | 645 txq_elem->num_txqs = 1; in ice_tx_queue_start() 825 txq_elem->num_txqs = 1; in ice_fdir_tx_queue_start()
|