Searched refs:s_version (Results 1 – 4 of 4) sorted by relevance
61 cmd.s_version.opcode = OCTEP_PFVF_MBOX_CMD_VERSION; in octep_vf_mbox_version_check()62 cmd.s_version.version = OCTEP_PFVF_MBOX_VERSION_CURRENT; in octep_vf_mbox_version_check()69 oct->mbox_neg_ver = (u32)rsp.s_version.version; in octep_vf_mbox_version_check()72 (u32)cmd.s_version.version, in octep_vf_mbox_version_check()73 (u32)rsp.s_version.version); in octep_vf_mbox_version_check()
106 } s_version; member
38 u32 vf_version = (u32)cmd.s_version.version; in octep_pfvf_validate_version()43 rsp->s_version.version = vf_version; in octep_pfvf_validate_version()45 rsp->s_version.version = OCTEP_PFVF_MBOX_VERSION_CURRENT; in octep_pfvf_validate_version()47 oct->vf_info[vf_id].mbox_version = rsp->s_version.version; in octep_pfvf_validate_version()51 rsp->s_version.type = OCTEP_PFVF_MBOX_TYPE_RSP_ACK; in octep_pfvf_validate_version()
116 } s_version; member
Completed in 7 milliseconds