Searched defs:ipmi_req (Results 1 – 2 of 2) sorted by relevance
61 struct ipmi_req { struct62 unsigned char *addr;63 unsigned int addr_len;64 long msgid;65 struct ipmi_msg msg;
778 uint8_t* ipmi_req = (uint8_t*)request; in hiomap_dispatch() local