Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/octeon_ep_vf/
A Doctep_vf_mbox.c61 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()
A Doctep_vf_mbox.h106 } s_version; member
/drivers/net/ethernet/marvell/octeon_ep/
A Doctep_pfvf_mbox.c38 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()
A Doctep_pfvf_mbox.h116 } s_version; member

Completed in 7 milliseconds