Lines Matching refs:send_msg

124 					  struct kernel_ipmi_msg *send_msg)  in ipmi_request_wait_for_response()  argument
131 rv = ipmi_request_supply_msgs(user, addr, 0, send_msg, &comp, in ipmi_request_wait_for_response()
144 struct kernel_ipmi_msg *send_msg) in ipmi_request_in_rc_mode() argument
149 rv = ipmi_request_supply_msgs(user, addr, 0, send_msg, NULL, in ipmi_request_in_rc_mode()
187 struct kernel_ipmi_msg send_msg; in pps_poweroff_atca() local
198 send_msg.netfn = IPMI_NETFN_OEM; in pps_poweroff_atca()
199 send_msg.cmd = IPMI_ATCA_PPS_GRACEFUL_RESTART; in pps_poweroff_atca()
200 send_msg.data = IPMI_ATCA_PPS_IANA; in pps_poweroff_atca()
201 send_msg.data_len = 3; in pps_poweroff_atca()
204 &send_msg); in pps_poweroff_atca()
214 struct kernel_ipmi_msg send_msg; in ipmi_atca_detect() local
228 send_msg.netfn = IPMI_NETFN_ATCA; in ipmi_atca_detect()
229 send_msg.cmd = IPMI_ATCA_GET_ADDR_INFO_CMD; in ipmi_atca_detect()
231 send_msg.data = data; in ipmi_atca_detect()
232 send_msg.data_len = sizeof(data); in ipmi_atca_detect()
235 &send_msg); in ipmi_atca_detect()
249 struct kernel_ipmi_msg send_msg; in ipmi_poweroff_atca() local
265 send_msg.netfn = IPMI_NETFN_ATCA; in ipmi_poweroff_atca()
266 send_msg.cmd = IPMI_ATCA_SET_POWER_CMD; in ipmi_poweroff_atca()
271 send_msg.data = data; in ipmi_poweroff_atca()
272 send_msg.data_len = sizeof(data); in ipmi_poweroff_atca()
275 &send_msg); in ipmi_poweroff_atca()
320 struct kernel_ipmi_msg send_msg; in ipmi_poweroff_cpi1() local
340 send_msg.netfn = IPMI_NETFN_OEM_8 >> 2; in ipmi_poweroff_cpi1()
341 send_msg.cmd = OEM_GRP_CMD_GET_SLOT_GA; in ipmi_poweroff_cpi1()
342 send_msg.data = NULL; in ipmi_poweroff_cpi1()
343 send_msg.data_len = 0; in ipmi_poweroff_cpi1()
346 &send_msg); in ipmi_poweroff_cpi1()
355 send_msg.netfn = IPMI_NETFN_SENSOR_EVT >> 2; in ipmi_poweroff_cpi1()
356 send_msg.cmd = IPMI_CMD_GET_EVENT_RECEIVER; in ipmi_poweroff_cpi1()
357 send_msg.data = NULL; in ipmi_poweroff_cpi1()
358 send_msg.data_len = 0; in ipmi_poweroff_cpi1()
361 &send_msg); in ipmi_poweroff_cpi1()
378 send_msg.netfn = IPMI_NETFN_OEM_8 >> 2; in ipmi_poweroff_cpi1()
379 send_msg.cmd = OEM_GRP_CMD_REQUEST_HOTSWAP_CTRL; in ipmi_poweroff_cpi1()
380 send_msg.data = &hotswap_ipmb; in ipmi_poweroff_cpi1()
381 send_msg.data_len = 1; in ipmi_poweroff_cpi1()
384 &send_msg); in ipmi_poweroff_cpi1()
389 send_msg.netfn = IPMI_NETFN_OEM_1 >> 2; in ipmi_poweroff_cpi1()
390 send_msg.cmd = OEM_GRP_CMD_SET_RESET_STATE; in ipmi_poweroff_cpi1()
391 send_msg.data = data; in ipmi_poweroff_cpi1()
393 send_msg.data_len = 1; in ipmi_poweroff_cpi1()
396 &send_msg); in ipmi_poweroff_cpi1()
403 send_msg.netfn = IPMI_NETFN_OEM_1 >> 2; in ipmi_poweroff_cpi1()
404 send_msg.cmd = OEM_GRP_CMD_SET_POWER_STATE; in ipmi_poweroff_cpi1()
405 send_msg.data = data; in ipmi_poweroff_cpi1()
407 send_msg.data_len = 1; in ipmi_poweroff_cpi1()
410 &send_msg); in ipmi_poweroff_cpi1()
471 struct kernel_ipmi_msg send_msg; in ipmi_poweroff_chassis() local
489 send_msg.netfn = IPMI_NETFN_CHASSIS_REQUEST; in ipmi_poweroff_chassis()
490 send_msg.cmd = IPMI_CHASSIS_CONTROL_CMD; in ipmi_poweroff_chassis()
495 send_msg.data = data; in ipmi_poweroff_chassis()
496 send_msg.data_len = sizeof(data); in ipmi_poweroff_chassis()
499 &send_msg); in ipmi_poweroff_chassis()
559 struct kernel_ipmi_msg send_msg; in ipmi_po_new_smi() local
586 send_msg.netfn = IPMI_NETFN_APP_REQUEST; in ipmi_po_new_smi()
587 send_msg.cmd = IPMI_GET_DEVICE_ID_CMD; in ipmi_po_new_smi()
588 send_msg.data = NULL; in ipmi_po_new_smi()
589 send_msg.data_len = 0; in ipmi_po_new_smi()
592 &send_msg); in ipmi_po_new_smi()