Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_pf.c53 … vf_info->relative_vf_id, req_hdr->resp_msg_offset, vf_info->pf_vf_response.request_size); in lm_pf_validate_request_header()
58 lm_vf_info_t * lm_pf_find_vf_info_by_rel_id(struct _lm_device_t *pdev, u16_t relative_vf_id) in lm_pf_find_vf_info_by_rel_id() argument
61 if (relative_vf_id < pdev->vfs_set.number_of_enabled_vfs) { in lm_pf_find_vf_info_by_rel_id()
62 vf_info = &pdev->vfs_set.vfs_array[relative_vf_id]; in lm_pf_find_vf_info_by_rel_id()
64 … DbgMessage(pdev, FATAL, "lm_pf_find_vf_info_by_rel_id: VF[%d] is not enabled\n", relative_vf_id); in lm_pf_find_vf_info_by_rel_id()
72 u16_t relative_vf_id = 0xFFFF; in lm_pf_find_vf_info_by_abs_id() local
77 relative_vf_id = abs_vf_id - (u8_t)pdev->hw_info.sriov_info.first_vf_in_pf; in lm_pf_find_vf_info_by_abs_id()
78 if (relative_vf_id < pdev->vfs_set.number_of_enabled_vfs) { in lm_pf_find_vf_info_by_abs_id()
79 vf_info = &pdev->vfs_set.vfs_array[relative_vf_id]; in lm_pf_find_vf_info_by_abs_id()
81 …v, FATAL, "lm_pf_find_vf_info_by_abs_id: VF[a:%d,r:%d] is not enabled\n",abs_vf_id,relative_vf_id); in lm_pf_find_vf_info_by_abs_id()
[all …]
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dmm.h474 u16_t relative_vf_id,
479 u16_t relative_vf_id,
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c141 lm_pf_release_separate_vf_chain_resources(pdev, vf_info->relative_vf_id, i); in lm_pf_vf_fill_acquire_response()
458 …pf_vf_fill_teardown_q_response for VF[%d]: stats_cnt: %d\n",vf_info->relative_vf_id,vf_info->vf_st… in lm_pf_vf_fill_teardown_q_response()
461 …pf_vf_fill_teardown_q_response for VF[%d]: stats_cnt: %d\n",vf_info->relative_vf_id,vf_info->vf_st… in lm_pf_vf_fill_teardown_q_response()
657 …RNvf, "lm_pf_process_standard_request %d for VF[%d]\n",requst_hdr->opcode,vf_info->relative_vf_id); in lm_pf_process_standard_request()
766 DbgMessage(pdev, FATAL, "VF[%d] already closesd!\n",vf_info->relative_vf_id); in lm_pf_process_standard_request()
3117 lm_status = lm_pf_set_vf_ctx(pdev, vf_info->relative_vf_id, ctx); in lm_pf_create_vf()
3130 …chains_resource_acquired = lm_pf_acquire_vf_chains_resources(pdev, vf_info->relative_vf_id, num_of… in lm_pf_create_vf()
3140 lm_status = lm_pf_set_vf_stat_id(pdev, vf_info->relative_vf_id, base_fw_stat_id); in lm_pf_create_vf()
3194 … DbgMessage(pdev, FATAL, "State of CID %d of VF[%d(rel)] is %d)\n",cid, vf_info->relative_vf_id, in lm_pf_remove_vf()
3216 lm_pf_release_vf_chains_resources(pdev, vf_info->relative_vf_id); in lm_pf_remove_vf()
[all …]
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/common/
H A Dlm_vf_common.h187 u8_t relative_vf_id; member
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h4468 lm_vf_info_t * lm_pf_find_vf_info_by_rel_id(struct _lm_device_t *pdev, u16_t relative_vf_id);