Searched refs:fi_resp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | ibmaem.c | 632 struct aem_find_instance_resp *fi_resp, in aem_find_aem2() 646 data->rx_msg_data = fi_resp; in aem_find_aem2() 647 data->rx_msg_len = sizeof(*fi_resp); in aem_find_aem2() 655 if (data->rx_result || data->rx_msg_len != sizeof(*fi_resp) || in aem_find_aem2() 656 memcmp(&fi_resp->id, &system_x_id, sizeof(system_x_id)) || in aem_find_aem2() 657 fi_resp->num_instances <= instance_num) in aem_find_aem2() 665 struct aem_find_instance_resp *fi_resp) in aem_init_aem2_inst() 677 data->ver_major = fi_resp->major; in aem_init_aem2_inst() 678 data->ver_minor = fi_resp->minor; in aem_init_aem2_inst() 679 data->module_handle = fi_resp in aem_init_aem2_inst() 631 aem_find_aem2(struct aem_ipmi_data *data, struct aem_find_instance_resp *fi_resp, int instance_num) aem_find_aem2() argument 664 aem_init_aem2_inst(struct aem_ipmi_data *probe, struct aem_find_instance_resp *fi_resp) aem_init_aem2_inst() argument 757 struct aem_find_instance_resp fi_resp; aem_init_aem2() local [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | ibmaem.c | 632 struct aem_find_instance_resp *fi_resp, in aem_find_aem2() 646 data->rx_msg_data = fi_resp; in aem_find_aem2() 647 data->rx_msg_len = sizeof(*fi_resp); in aem_find_aem2() 655 if (data->rx_result || data->rx_msg_len != sizeof(*fi_resp) || in aem_find_aem2() 656 memcmp(&fi_resp->id, &system_x_id, sizeof(system_x_id)) || in aem_find_aem2() 657 fi_resp->num_instances <= instance_num) in aem_find_aem2() 665 struct aem_find_instance_resp *fi_resp) in aem_init_aem2_inst() 677 data->ver_major = fi_resp->major; in aem_init_aem2_inst() 678 data->ver_minor = fi_resp->minor; in aem_init_aem2_inst() 679 data->module_handle = fi_resp in aem_init_aem2_inst() 631 aem_find_aem2(struct aem_ipmi_data *data, struct aem_find_instance_resp *fi_resp, int instance_num) aem_find_aem2() argument 664 aem_init_aem2_inst(struct aem_ipmi_data *probe, struct aem_find_instance_resp *fi_resp) aem_init_aem2_inst() argument 757 struct aem_find_instance_resp fi_resp; aem_init_aem2() local [all...] |
Completed in 3 milliseconds