• Home
  • Raw
  • Download

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
1798 /* Format the IPMB header data. */ in format_ipmb_msg()
1836 /* Format the IPMB header data. */ in format_lan_msg()
2009 * message, but otherwise is the same as an IPMB in i_ipmi_req_ipmb()
3396 * assume it has one IPMB at channel in channel_handler()
3485 /* Assume a single IPMB channel at zero. */ in __scan_channels()
3963 * from the IPMB header. in handle_ipmb_get_msg_cmd()
4055 * from the IPMB header. in handle_ipmb_direct_rcv_cmd()
4242 * from the IPMB header. in handle_lan_get_msg_cmd()
4403 /* Message is too small to be an IPMB event. */ in handle_read_event_rsp()
5261 struct ipmi_ipmb_addr *ipmb; in send_panic_events() local
5345 * be 1 (it must be a valid IPMB address), it cannot in send_panic_events()
5352 * The event receiver is valid, send an IPMB in send_panic_events()
5355 ipmb = (struct ipmi_ipmb_addr *) &addr; in send_panic_events()
5356 ipmb->addr_type = IPMI_IPMB_ADDR_TYPE; in send_panic_events()
5357 ipmb->channel = 0; /* FIXME - is this right? */ in send_panic_events()
5358 ipmb->lun = intf->event_receiver_lun; in send_panic_events()
5359 ipmb->slave_addr = intf->event_receiver; in send_panic_events()