• Home
  • Raw
  • Download

Lines Matching full:ipmb

349 	/* Commands we sent out to the IPMB bus. */
352 /* Commands sent on the IPMB that had errors on the SEND CMD */
371 /* Responses I have sent to the IPMB bus. */
383 /* Commands we sent out to the IPMB bus. */
386 /* Commands sent on the IPMB that had errors on the SEND CMD */
398 /* Responses I have sent to the IPMB bus. */
425 /* Retransmissions on IPMB that failed. */
484 * sequence numbers for IPMB messages that go out of the
562 * If we are doing maintenance on something on IPMB, extend
1750 /* Format the IPMB header data. */ in format_ipmb_msg()
1788 /* Format the IPMB header data. */ in format_lan_msg()
1961 * message, but otherwise is the same as an IPMB in i_ipmi_req_ipmb()
3277 * assume it has one IPMB at channel in channel_handler()
3366 /* Assume a single IPMB channel at zero. */ in __scan_channels()
3792 * from the IPMB header. in handle_ipmb_get_msg_cmd()
3952 * from the IPMB header. in handle_lan_get_msg_cmd()
4113 /* Message is too small to be an IPMB event. */ in handle_read_event_rsp()
4942 struct ipmi_ipmb_addr *ipmb; in send_panic_events() local
5026 * be 1 (it must be a valid IPMB address), it cannot in send_panic_events()
5033 * The event receiver is valid, send an IPMB in send_panic_events()
5036 ipmb = (struct ipmi_ipmb_addr *) &addr; in send_panic_events()
5037 ipmb->addr_type = IPMI_IPMB_ADDR_TYPE; in send_panic_events()
5038 ipmb->channel = 0; /* FIXME - is this right? */ in send_panic_events()
5039 ipmb->lun = intf->event_receiver_lun; in send_panic_events()
5040 ipmb->slave_addr = intf->event_receiver; in send_panic_events()