Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hsi/clients/
H A Dssi_protocol.c59 #define SSIP_LOCAL_VERID 1 macro
505 ssip_set_cmd(msg, SSIP_BOOTINFO_REQ_CMD(SSIP_LOCAL_VERID)); in ssip_send_bootinfo_req_cmd()
684 if (SSIP_DATA_VERSION(cmd) != SSIP_LOCAL_VERID) in ssip_rx_bootinforeq()
687 ssip_set_cmd(msg, SSIP_BOOTINFO_RESP_CMD(SSIP_LOCAL_VERID)); in ssip_rx_bootinforeq()
701 if (SSIP_DATA_VERSION(cmd) != SSIP_LOCAL_VERID) in ssip_rx_bootinforesp()