Searched refs:msg_hdr (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_lan.c423 ipmi_msg_hdr_t msg_hdr; local
477 (void) memset(&msg_hdr, 0, sizeof (msg_hdr));
478 msg_hdr.imh_addr1 = IPMI_BMC_SLAVE_ADDR;
479 msg_hdr.imh_lun = req->ic_lun;
480 msg_hdr.imh_netfn = req->ic_netfn;
482 msg_hdr.imh_csum = ipmi_csum(msg + cs, tmp);
484 msg_hdr.imh_addr2 = IPMI_BMC_SLAVE_ADDR;
486 msg_hdr.imh_seq = entry->ire_rq_seq << 2;
487 msg_hdr
[all...]

Completed in 15 milliseconds