Lines Matching full:ipmb

351 	/* Commands we sent out to the IPMB bus. */
354 /* Commands sent on the IPMB that had errors on the SEND CMD */
373 /* Responses I have sent to the IPMB bus. */
385 /* Commands we sent out to the IPMB bus. */
388 /* Commands sent on the IPMB that had errors on the SEND CMD */
400 /* Responses I have sent to the IPMB bus. */
427 /* Retransmissions on IPMB that failed. */
490 * sequence numbers for IPMB messages that go out of the
568 * If we are doing maintenance on something on IPMB, extend
1796 /* Format the IPMB header data. */ in format_ipmb_msg()
1834 /* Format the IPMB header data. */ in format_lan_msg()
2007 * message, but otherwise is the same as an IPMB in i_ipmi_req_ipmb()
3394 * assume it has one IPMB at channel in channel_handler()
3483 /* Assume a single IPMB channel at zero. */ in __scan_channels()
3960 * from the IPMB header. in handle_ipmb_get_msg_cmd()
4052 * from the IPMB header. in handle_ipmb_direct_rcv_cmd()
4239 * from the IPMB header. in handle_lan_get_msg_cmd()
4400 /* Message is too small to be an IPMB event. */ in handle_read_event_rsp()
5258 struct ipmi_ipmb_addr *ipmb; in send_panic_events() local
5342 * be 1 (it must be a valid IPMB address), it cannot in send_panic_events()
5349 * The event receiver is valid, send an IPMB in send_panic_events()
5352 ipmb = (struct ipmi_ipmb_addr *) &addr; in send_panic_events()
5353 ipmb->addr_type = IPMI_IPMB_ADDR_TYPE; in send_panic_events()
5354 ipmb->channel = 0; /* FIXME - is this right? */ in send_panic_events()
5355 ipmb->lun = intf->event_receiver_lun; in send_panic_events()
5356 ipmb->slave_addr = intf->event_receiver; in send_panic_events()