Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hsi/clients/
H A Dssi_protocol.c58 #define SSIP_DATA_VERSION(data) ((data) & 0xff) macro
68 SSIP_CMD(SSIP_BOOTINFO_REQ, SSIP_DATA_VERSION(ver))
70 SSIP_CMD(SSIP_BOOTINFO_RESP, SSIP_DATA_VERSION(ver))
684 if (SSIP_DATA_VERSION(cmd) != SSIP_LOCAL_VERID) in ssip_rx_bootinforeq()
701 if (SSIP_DATA_VERSION(cmd) != SSIP_LOCAL_VERID) in ssip_rx_bootinforesp()