Home
last modified time | relevance | path

Searched refs:num_txqs (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_vf_api.h90 u8 *num_txqs);
209 …LINE void ecore_vf_get_num_txqs(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED *num_txqs) {} in ecore_vf_get_num_txqs() argument
H A Decore_vfpf_if.h47 u8 num_txqs; member
250 u8 num_txqs; member
346 u8 num_txqs; member
H A Decore_vf.c280 p_req->num_rxqs, p_resp->num_txqs, in ecore_vf_pf_acquire_reduce_resc()
288 p_req->num_txqs = p_resp->num_txqs; in ecore_vf_pf_acquire_reduce_resc()
318 p_resc->num_txqs = ECORE_MAX_VF_CHAINS_PER_PF; in ecore_vf_pf_acquire()
451 resp->resc.num_txqs; in ecore_vf_pf_acquire()
1025 req->num_txqs = 1; in ecore_vf_pf_txq_stop()
1817 u8 *num_txqs) in ecore_vf_get_num_txqs() argument
1819 *num_txqs = p_hwfn->vf_iov_info->acquire_resp.resc.num_txqs; in ecore_vf_get_num_txqs()
H A Decore_sriov.h162 u8 num_txqs; member
H A Decore_sriov.c306 if (tx_qid >= p_vf->num_txqs) { in ecore_iov_validate_txq()
309 p_vf->abs_vf_id, tx_qid, p_vf->num_txqs); in ecore_iov_validate_txq()
351 for (i = 0; i < p_vf->num_txqs; i++) in ecore_iov_validate_active_txq()
1195 vf->num_txqs = num_of_vf_avaiable_chains; in ecore_iov_init_hw_for_vf()
1280 vf->num_txqs = 0; in ecore_iov_release_hw_for_vf()
1575 p_vf->num_txqs = p_vf->num_sbs; in ecore_iov_vf_cleanup()
1661 p_resp->num_txqs = p_vf->num_txqs; in ecore_iov_vf_mbx_acquire_resc()
1696 p_resp->num_txqs < p_req->num_txqs || in ecore_iov_vf_mbx_acquire_resc()
1706 p_req->num_rxqs, p_resp->num_txqs, in ecore_iov_vf_mbx_acquire_resc()
1902 resc->num_txqs, resc->num_sbs, resc->num_mac_filters, in ecore_iov_vf_mbx_acquire()
[all …]
/freebsd/sys/dev/liquidio/base/
H A Dlio_config.h313 uint64_t num_txqs:16; member
324 uint64_t num_txqs:16;
H A Dlio_device.c80 .num_txqs = LIO_DEF_TXQS_PER_INTF,
110 .num_txqs = LIO_DEF_TXQS_PER_INTF,
/freebsd/sys/dev/ice/
H A Dice_common.c4315 sum_size += ice_struct_size(list, txqs, list->num_txqs); in ice_aq_add_lan_txq()
4317 list->num_txqs); in ice_aq_add_lan_txq()
5098 if (num_qgrps > 1 || buf->num_txqs > 1) in ice_ena_vsi_txq()
H A Dice_adminq_cmd.h2591 u8 num_txqs; member
H A Dice_lib.c1620 qg->num_txqs = 1; in ice_cfg_vsi_for_tx()