Searched defs:ipmi_request (Results 1 – 1 of 1) sorted by relevance
42 struct ipmi_request { struct44 struct ipmi_device *ir_owner; /* Driver uses NULL. */45 u_char *ir_request; /* Request is data to send to BMC. */46 size_t ir_requestlen;47 u_char *ir_reply; /* Reply is data read from BMC. */48 size_t ir_replybuflen; /* Length of ir_reply[] buffer. */49 int ir_replylen; /* Length of reply from BMC. */50 int ir_error;51 long ir_msgid;52 uint8_t ir_addr;[all …]