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()
3957 * from the IPMB header. in handle_ipmb_get_msg_cmd()
4049 * from the IPMB header. in handle_ipmb_direct_rcv_cmd()
4236 * 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()
5255 struct ipmi_ipmb_addr *ipmb; in send_panic_events() local
5339 * be 1 (it must be a valid IPMB address), it cannot in send_panic_events()
5346 * The event receiver is valid, send an IPMB in send_panic_events()
5349 ipmb = (struct ipmi_ipmb_addr *) &addr; in send_panic_events()
5350 ipmb->addr_type = IPMI_IPMB_ADDR_TYPE; in send_panic_events()
5351 ipmb->channel = 0; /* FIXME - is this right? */ in send_panic_events()
5352 ipmb->lun = intf->event_receiver_lun; in send_panic_events()
5353 ipmb->slave_addr = intf->event_receiver; in send_panic_events()