Home
last modified time | relevance | path

Searched refs:resc (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c126 …vf_info->num_sbs = response->resc.num_sbs = min (vf_info->num_allocated_chains, request->resc_requ… in lm_pf_vf_fill_acquire_response()
127 response->resc.igu_cnt = vf_info->num_sbs; in lm_pf_vf_fill_acquire_response()
129 for (i = 0; i < response->resc.num_sbs; i++) in lm_pf_vf_fill_acquire_response()
131 response->resc.hw_sbs[i].hw_sb_id = LM_VF_IGU_SB_ID(vf_info, i); in lm_pf_vf_fill_acquire_response()
132 response->resc.hw_sbs[i].sb_qid = LM_FW_VF_DHC_QZONE_ID(vf_info, i); in lm_pf_vf_fill_acquire_response()
133 response->resc.hw_qid[i] = LM_FW_VF_QZONE_ID(vf_info, i); in lm_pf_vf_fill_acquire_response()
136 if (response->resc.num_sbs < vf_info->num_allocated_chains) in lm_pf_vf_fill_acquire_response()
138 for (i = response->resc.num_sbs; i < vf_info->num_allocated_chains; i++) in lm_pf_vf_fill_acquire_response()
146 vf_info->num_allocated_chains = response->resc.num_sbs; in lm_pf_vf_fill_acquire_response()
149 …vf_info->num_rxqs = response->resc.num_rxqs = min(vf_info->num_sbs, request->resc_request.num_rxqs… in lm_pf_vf_fill_acquire_response()
[all …]
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/
H A Dvfpf_if.h164 } resc; member
H A Dhw_channel.h242 } resc; member