Searched refs:resc (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/
H A Dkod_management.c27 register int a, b, resc = 0; local
31 resc++;
33 if (!resc) {
38 *dst = eallocarray(resc, sizeof(**dst));
47 return resc;
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore.h462 #define RESC_START(_p_hwfn, resc) ((_p_hwfn)->hw_info.resc_start[resc])
463 #define RESC_NUM(_p_hwfn, resc) ((_p_hwfn)->hw_info.resc_num[resc])
464 #define RESC_END(_p_hwfn, resc) (RESC_START(_p_hwfn, resc) + \
465 RESC_NUM(_p_hwfn, resc))
466 #define FEAT_NUM(_p_hwfn, resc) ((_p_hwfn)->hw_info.feat_num[resc])
H A Decore_vf.c396 &resp->resc);
453 resp->resc.num_cids = resp->resc.num_rxqs +
454 resp->resc.num_txqs;
457 rc = OSAL_VF_UPDATE_ACQUIRE_RESC_RESP(p_hwfn, &resp->resc);
862 u8 hw_qid = p_iov->acquire_resp.resc.hw_qid[rx_qid];
1002 u8 cid = p_iov->acquire_resp.resc.cid[qid];
1137 for (i = 0; i < p_hwfn->vf_iov_info->acquire_resp.resc.num_sbs; i++) {
1698 return p_iov->acquire_resp.resc.hw_sbs[sb_id].hw_sb_id;
1817 *num_rxqs = p_hwfn->vf_iov_info->acquire_resp.resc
[all...]
H A Decore_vfpf_if.h260 } resc; member in struct:pfvf_acquire_resp_tlv
H A Decore_sriov.c1758 struct pf_vf_resc *resc = &resp->resc; local
1880 &req->resc_request, resc);
1904 (unsigned long long)resp->pfdev_info.capabilities, resc->num_rxqs,
1905 resc->num_txqs, resc->num_sbs, resc->num_mac_filters,
1906 resc->num_vlan_filters);

Completed in 179 milliseconds