Home
last modified time | relevance | path

Searched refs:IPMI_PAYLOAD_TYPE_SOL (Results 1 – 5 of 5) sorted by relevance

/openbmc/ipmitool/src/plugins/lanplus/
H A Dlanplus.c281 { IPMI_PAYLOAD_TYPE_SOL, "SOL (1)" }, // SOL (Serial over LAN)
827 } else if (rsp->session.payloadtype == IPMI_PAYLOAD_TYPE_SOL) { in ipmi_lan_poll_single()
1686 case IPMI_PAYLOAD_TYPE_SOL: in ipmi_lanplus_build_v2x_msg()
2072 (rsp->session.payloadtype == IPMI_PAYLOAD_TYPE_SOL)); in is_sol_packet()
2087 (payload->payload_type == IPMI_PAYLOAD_TYPE_SOL) && in sol_response_acks_packet()
2221 else if (payload->payload_type == IPMI_PAYLOAD_TYPE_SOL) in ipmi_lanplus_send_payload()
2277 if (payload->payload_type == IPMI_PAYLOAD_TYPE_SOL) in ipmi_lanplus_send_payload()
2430 v2_payload->payload_type = IPMI_PAYLOAD_TYPE_SOL; in ipmi_lanplus_send_sol()
2507 (rsp->session.payloadtype == IPMI_PAYLOAD_TYPE_SOL)) in check_sol_packet_for_new_data()
2565 (rsp->session.payloadtype == IPMI_PAYLOAD_TYPE_SOL) && in ack_sol_packet()
[all …]
/openbmc/ipmitool/include/ipmitool/
H A Dipmi.h59 #define IPMI_PAYLOAD_TYPE_SOL 0x01 macro
/openbmc/ipmitool/src/plugins/lan/
H A Dlan.c495 rsp->session.payloadtype = IPMI_PAYLOAD_TYPE_SOL; in ipmi_lan_poll_recv()
1227 (rsp->session.payloadtype == IPMI_PAYLOAD_TYPE_SOL)); in is_sol_packet()
1241 (payload->payload_type == IPMI_PAYLOAD_TYPE_SOL) && in sol_response_acks_packet()
1388 v2_payload->payload_type = IPMI_PAYLOAD_TYPE_SOL; in ipmi_lan_send_sol()
1453 (rsp->session.payloadtype == IPMI_PAYLOAD_TYPE_SOL)) in check_sol_packet_for_new_data()
1502 (rsp->session.payloadtype == IPMI_PAYLOAD_TYPE_SOL) && in ack_sol_packet()
1509 ack.payload_type = IPMI_PAYLOAD_TYPE_SOL; in ack_sol_packet()
/openbmc/ipmitool/lib/
H A Dipmi_sol.c1269 (rsp->session.payloadtype == IPMI_PAYLOAD_TYPE_SOL)) in output()
1304 data[0] = IPMI_PAYLOAD_TYPE_SOL; /* payload type */ in ipmi_sol_deactivate()
1468 (rsp->session.payloadtype == IPMI_PAYLOAD_TYPE_SOL) && in processSolUserInput()
1739 data[0] = IPMI_PAYLOAD_TYPE_SOL; /* payload type */ in ipmi_sol_activate()
H A Dipmi_isol.c551 else if ((rsp->session.payloadtype == IPMI_PAYLOAD_TYPE_SOL) && in processiSolUserInput()