Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c1300 …struct pfvf_acquire_resp_tlv * p_hw_resp = (struct pfvf_acquire_resp_tlv *)pdev->pf_vf_acquiring_r… in lm_vf_pf_get_sb_running_index() local
1301 …running_index = pdev->vars.status_blocks_arr[sb_id].host_hc_status_block.vf_sb[p_hw_resp->pfdev_in… in lm_vf_pf_get_sb_running_index()
1322 …struct pfvf_acquire_resp_tlv * p_hw_resp = (struct pfvf_acquire_resp_tlv *)pdev->pf_vf_acquiring_r… in lm_vf_pf_get_sb_index() local
1323 DbgBreakIf(!(p_hw_resp && (sb_id < p_hw_resp->pfdev_info.indices_per_sb))); in lm_vf_pf_get_sb_index()
1343 …struct pfvf_acquire_resp_tlv * p_hw_resp = (struct pfvf_acquire_resp_tlv *)pdev->pf_vf_acquiring_r… in lm_vf_get_doorbell_size() local
1344 DbgBreakIf(!p_hw_resp->pfdev_info.db_size); in lm_vf_get_doorbell_size()
1345 return p_hw_resp->pfdev_info.db_size; in lm_vf_get_doorbell_size()