Searched refs:num_txqs (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_vfpf_if.h50 u8 num_txqs; member in struct:vf_pf_resc_request
253 u8 num_txqs; member in struct:pfvf_acquire_resp_tlv::pf_vf_resc
349 u8 num_txqs; member in struct:vfpf_stop_txqs_tlv
H A Decore_vf_api.h89 * @param num_txqs - allocated RX queues
92 u8 *num_txqs);
211 static OSAL_INLINE void ecore_vf_get_num_txqs(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED *num_txqs) {} argument
H A Decore_vf.c283 p_req->num_rxqs, p_resp->num_txqs,
291 p_req->num_txqs = p_resp->num_txqs;
321 p_resc->num_txqs = ECORE_MAX_VF_CHAINS_PER_PF;
454 resp->resc.num_txqs;
1029 req->num_txqs = 1;
1821 u8 *num_txqs)
1823 *num_txqs = p_hwfn->vf_iov_info->acquire_resp.resc.num_txqs;
1820 ecore_vf_get_num_txqs(struct ecore_hwfn *p_hwfn, u8 *num_txqs) argument
H A Decore_sriov.h164 u8 num_txqs; member in struct:ecore_vf_info
H A Decore_sriov.c309 if (tx_qid >= p_vf->num_txqs) {
312 p_vf->abs_vf_id, tx_qid, p_vf->num_txqs);
354 for (i = 0; i < p_vf->num_txqs; i++)
1198 vf->num_txqs = num_of_vf_avaiable_chains;
1283 vf->num_txqs = 0;
1578 p_vf->num_txqs = p_vf->num_sbs;
1664 p_resp->num_txqs = p_vf->num_txqs;
1699 p_resp->num_txqs < p_req->num_txqs ||
[all...]
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_device.c81 .num_txqs = LIO_DEF_TXQS_PER_INTF,
111 .num_txqs = LIO_DEF_TXQS_PER_INTF,
H A Dlio_config.h314 uint64_t num_txqs:16; member in struct:lio_nic_if_config
325 uint64_t num_txqs:16;

Completed in 116 milliseconds