Lines Matching full:ipmb

329 	/* Commands we sent out to the IPMB bus. */
332 /* Commands sent on the IPMB that had errors on the SEND CMD */
351 /* Responses I have sent to the IPMB bus. */
363 /* Commands we sent out to the IPMB bus. */
366 /* Commands sent on the IPMB that had errors on the SEND CMD */
378 /* Responses I have sent to the IPMB bus. */
405 /* Retransmissions on IPMB that failed. */
468 * sequence numbers for IPMB messages that go out of the
556 * If we are doing maintenance on something on IPMB, extend
1788 /* Format the IPMB header data. */ in format_ipmb_msg()
1826 /* Format the IPMB header data. */ in format_lan_msg()
2004 * message, but otherwise is the same as an IPMB in i_ipmi_req_ipmb()
3389 * assume it has one IPMB at channel in channel_handler()
3478 /* Assume a single IPMB channel at zero. */ in __scan_channels()
3960 * from the IPMB header. in handle_ipmb_get_msg_cmd()
4040 * from the IPMB header. in handle_ipmb_direct_rcv_cmd()
4240 * from the IPMB header. in handle_lan_get_msg_cmd()
4397 /* Message is too small to be an IPMB event. */ in handle_read_event_rsp()
5343 struct ipmi_ipmb_addr *ipmb; in send_panic_events() local
5427 * be 1 (it must be a valid IPMB address), it cannot in send_panic_events()
5434 * The event receiver is valid, send an IPMB in send_panic_events()
5437 ipmb = (struct ipmi_ipmb_addr *) &addr; in send_panic_events()
5438 ipmb->addr_type = IPMI_IPMB_ADDR_TYPE; in send_panic_events()
5439 ipmb->channel = 0; /* FIXME - is this right? */ in send_panic_events()
5440 ipmb->lun = intf->event_receiver_lun; in send_panic_events()
5441 ipmb->slave_addr = intf->event_receiver; in send_panic_events()