Lines Matching refs:send_msg

143 					  struct kernel_ipmi_msg *send_msg)  in ipmi_request_wait_for_response()  argument
150 rv = ipmi_request_supply_msgs(user, addr, 0, send_msg, &comp, in ipmi_request_wait_for_response()
163 struct kernel_ipmi_msg *send_msg) in ipmi_request_in_rc_mode() argument
168 rv = ipmi_request_supply_msgs(user, addr, 0, send_msg, NULL, in ipmi_request_in_rc_mode()
206 struct kernel_ipmi_msg send_msg; in pps_poweroff_atca() local
217 send_msg.netfn = IPMI_NETFN_OEM; in pps_poweroff_atca()
218 send_msg.cmd = IPMI_ATCA_PPS_GRACEFUL_RESTART; in pps_poweroff_atca()
219 send_msg.data = IPMI_ATCA_PPS_IANA; in pps_poweroff_atca()
220 send_msg.data_len = 3; in pps_poweroff_atca()
223 &send_msg); in pps_poweroff_atca()
234 struct kernel_ipmi_msg send_msg; in ipmi_atca_detect() local
248 send_msg.netfn = IPMI_NETFN_ATCA; in ipmi_atca_detect()
249 send_msg.cmd = IPMI_ATCA_GET_ADDR_INFO_CMD; in ipmi_atca_detect()
251 send_msg.data = data; in ipmi_atca_detect()
252 send_msg.data_len = sizeof(data); in ipmi_atca_detect()
255 &send_msg); in ipmi_atca_detect()
271 struct kernel_ipmi_msg send_msg; in ipmi_poweroff_atca() local
287 send_msg.netfn = IPMI_NETFN_ATCA; in ipmi_poweroff_atca()
288 send_msg.cmd = IPMI_ATCA_SET_POWER_CMD; in ipmi_poweroff_atca()
293 send_msg.data = data; in ipmi_poweroff_atca()
294 send_msg.data_len = sizeof(data); in ipmi_poweroff_atca()
297 &send_msg); in ipmi_poweroff_atca()
342 struct kernel_ipmi_msg send_msg; in ipmi_poweroff_cpi1() local
362 send_msg.netfn = IPMI_NETFN_OEM_8 >> 2; in ipmi_poweroff_cpi1()
363 send_msg.cmd = OEM_GRP_CMD_GET_SLOT_GA; in ipmi_poweroff_cpi1()
364 send_msg.data = NULL; in ipmi_poweroff_cpi1()
365 send_msg.data_len = 0; in ipmi_poweroff_cpi1()
368 &send_msg); in ipmi_poweroff_cpi1()
377 send_msg.netfn = IPMI_NETFN_SENSOR_EVT >> 2; in ipmi_poweroff_cpi1()
378 send_msg.cmd = IPMI_CMD_GET_EVENT_RECEIVER; in ipmi_poweroff_cpi1()
379 send_msg.data = NULL; in ipmi_poweroff_cpi1()
380 send_msg.data_len = 0; in ipmi_poweroff_cpi1()
383 &send_msg); in ipmi_poweroff_cpi1()
400 send_msg.netfn = IPMI_NETFN_OEM_8 >> 2; in ipmi_poweroff_cpi1()
401 send_msg.cmd = OEM_GRP_CMD_REQUEST_HOTSWAP_CTRL; in ipmi_poweroff_cpi1()
402 send_msg.data = &hotswap_ipmb; in ipmi_poweroff_cpi1()
403 send_msg.data_len = 1; in ipmi_poweroff_cpi1()
406 &send_msg); in ipmi_poweroff_cpi1()
411 send_msg.netfn = IPMI_NETFN_OEM_1 >> 2; in ipmi_poweroff_cpi1()
412 send_msg.cmd = OEM_GRP_CMD_SET_RESET_STATE; in ipmi_poweroff_cpi1()
413 send_msg.data = data; in ipmi_poweroff_cpi1()
415 send_msg.data_len = 1; in ipmi_poweroff_cpi1()
418 &send_msg); in ipmi_poweroff_cpi1()
425 send_msg.netfn = IPMI_NETFN_OEM_1 >> 2; in ipmi_poweroff_cpi1()
426 send_msg.cmd = OEM_GRP_CMD_SET_POWER_STATE; in ipmi_poweroff_cpi1()
427 send_msg.data = data; in ipmi_poweroff_cpi1()
429 send_msg.data_len = 1; in ipmi_poweroff_cpi1()
432 &send_msg); in ipmi_poweroff_cpi1()
475 struct kernel_ipmi_msg send_msg; in ipmi_poweroff_chassis() local
493 send_msg.netfn = IPMI_NETFN_CHASSIS_REQUEST; in ipmi_poweroff_chassis()
494 send_msg.cmd = IPMI_CHASSIS_CONTROL_CMD; in ipmi_poweroff_chassis()
499 send_msg.data = data; in ipmi_poweroff_chassis()
500 send_msg.data_len = sizeof(data); in ipmi_poweroff_chassis()
503 &send_msg); in ipmi_poweroff_chassis()
561 struct kernel_ipmi_msg send_msg; in ipmi_po_new_smi() local
589 send_msg.netfn = IPMI_NETFN_APP_REQUEST; in ipmi_po_new_smi()
590 send_msg.cmd = IPMI_GET_DEVICE_ID_CMD; in ipmi_po_new_smi()
591 send_msg.data = NULL; in ipmi_po_new_smi()
592 send_msg.data_len = 0; in ipmi_po_new_smi()
595 &send_msg); in ipmi_po_new_smi()