Searched refs:p_hw_resp (Results 1 – 1 of 1) sorted by relevance
1300 …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() local1301 …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() local1323 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() local1344 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()