Searched refs:pGetDevId (Results 1 – 2 of 2) sorted by relevance
542 struct ipm_devid_rsp *pGetDevId; in KfwumGetDeviceInfo() local560 pGetDevId = (struct ipm_devid_rsp *)rsp->data; in KfwumGetDeviceInfo()561 pBoardInfo->iana = IPM_DEV_MANUFACTURER_ID(pGetDevId->manufacturer_id); in KfwumGetDeviceInfo()562 pBoardInfo->boardId = buf2short(pGetDevId->product_id); in KfwumGetDeviceInfo()571 pGetDevId->fw_rev1, pGetDevId->fw_rev2 >> 4, in KfwumGetDeviceInfo()572 pGetDevId->fw_rev2 & 0x0f); in KfwumGetDeviceInfo()575 printf(" SDR %u", pGetDevId->aux_fw_rev[0]); in KfwumGetDeviceInfo()
94 struct ipm_devid_rsp *pGetDevId);1424 HpmfwupgGetDeviceId(struct ipmi_intf *intf, struct ipm_devid_rsp *pGetDevId) in HpmfwupgGetDeviceId() argument1444 memcpy(pGetDevId, rsp->data, sizeof(struct ipm_devid_rsp)); in HpmfwupgGetDeviceId()