Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep/
Doctep_pfvf_mbox.c47 oct->vf_info[vf_id].mbox_version = rsp->s_version.version; in octep_pfvf_validate_version()
49 vf_id, oct->vf_info[vf_id].mbox_version); in octep_pfvf_validate_version()
107 if (pfvf_cmd_versions[cmd.s.opcode] > oct->vf_info[vf_id].mbox_version) { in octep_send_notification()
109 cmd.s.opcode, oct->vf_info[vf_id].mbox_version); in octep_send_notification()
Doctep_main.h223 u32 mbox_version; member