Lines Matching refs:hcam
1140 ioarcb->cmd_pkt.cdb[7] = (sizeof(hostrcb->hcam) >> 8) & 0xff; in ipr_send_hcam()
1141 ioarcb->cmd_pkt.cdb[8] = sizeof(hostrcb->hcam) & 0xff; in ipr_send_hcam()
1144 sizeof(hostrcb->hcam), IPR_IOADL_FLAGS_READ_LAST); in ipr_send_hcam()
1453 cfgtew.u.cfgte64 = &hostrcb->hcam.u.ccn.u.cfgte64; in ipr_handle_config_change()
1456 cfgtew.u.cfgte = &hostrcb->hcam.u.ccn.u.cfgte; in ipr_handle_config_change()
1485 if (hostrcb->hcam.notify_type == IPR_HOST_RCB_NOTIF_TYPE_REM_ENTRY) { in ipr_handle_config_change()
1648 error = &hostrcb->hcam.u.error64.u.type_12_error; in ipr_log_enhanced_cache_error()
1650 error = &hostrcb->hcam.u.error.u.type_12_error; in ipr_log_enhanced_cache_error()
1682 &hostrcb->hcam.u.error.u.type_02_error; in ipr_log_cache_error()
1717 error = &hostrcb->hcam.u.error.u.type_13_error; in ipr_log_enhanced_config_error()
1758 error = &hostrcb->hcam.u.error64.u.type_23_error; in ipr_log_sis64_config_error()
1800 error = &hostrcb->hcam.u.error.u.type_03_error; in ipr_log_config_error()
1848 error = &hostrcb->hcam.u.error.u.type_14_error; in ipr_log_enhanced_array_error()
1899 error = &hostrcb->hcam.u.error.u.type_04_error; in ipr_log_array_error()
1980 error = &hostrcb->hcam.u.error64.u.type_17_error; in ipr_log_enhanced_dual_ioa_error()
1982 error = &hostrcb->hcam.u.error.u.type_17_error; in ipr_log_enhanced_dual_ioa_error()
1988 be32_to_cpu(hostrcb->hcam.u.error.prc)); in ipr_log_enhanced_dual_ioa_error()
1991 be32_to_cpu(hostrcb->hcam.length) - in ipr_log_enhanced_dual_ioa_error()
2009 error = &hostrcb->hcam.u.error.u.type_07_error; in ipr_log_dual_ioa_error()
2014 be32_to_cpu(hostrcb->hcam.u.error.prc)); in ipr_log_dual_ioa_error()
2017 be32_to_cpu(hostrcb->hcam.length) - in ipr_log_dual_ioa_error()
2299 error = &hostrcb->hcam.u.error.u.type_20_error; in ipr_log_fabric_error()
2303 add_len = be32_to_cpu(hostrcb->hcam.length) - in ipr_log_fabric_error()
2337 error = &hostrcb->hcam.u.error64.u.type_24_error; in ipr_log_sis64_array_error()
2392 error = &hostrcb->hcam.u.error64.u.type_30_error; in ipr_log_sis64_fabric_error()
2397 add_len = be32_to_cpu(hostrcb->hcam.length) - in ipr_log_sis64_fabric_error()
2427 error = &hostrcb->hcam.u.error64.u.type_41_error; in ipr_log_sis64_service_required_error()
2432 be32_to_cpu(hostrcb->hcam.length) - in ipr_log_sis64_service_required_error()
2447 ipr_log_hex_data(ioa_cfg, hostrcb->hcam.u.raw.data, in ipr_log_generic_error()
2448 be32_to_cpu(hostrcb->hcam.length)); in ipr_log_generic_error()
2465 error = &hostrcb->hcam.u.error64.u.type_21_error; in ipr_log_sis64_device_error()
2526 if (hostrcb->hcam.notify_type != IPR_HOST_RCB_NOTIF_TYPE_ERROR_LOG_ENTRY) in ipr_handle_log_data()
2529 if (hostrcb->hcam.notifications_lost == IPR_HOST_RCB_NOTIFICATIONS_LOST) in ipr_handle_log_data()
2533 ioasc = be32_to_cpu(hostrcb->hcam.u.error64.fd_ioasc); in ipr_handle_log_data()
2535 ioasc = be32_to_cpu(hostrcb->hcam.u.error.fd_ioasc); in ipr_handle_log_data()
2541 hostrcb->hcam.u.error.fd_res_addr.bus); in ipr_handle_log_data()
2550 hostrcb->hcam.overlay_id == IPR_HOST_RCB_OVERLAY_ID_21) { in ipr_handle_log_data()
2551 error = &hostrcb->hcam.u.error64.u.type_21_error; in ipr_handle_log_data()
2565 if (be32_to_cpu(hostrcb->hcam.length) > sizeof(hostrcb->hcam.u.raw)) in ipr_handle_log_data()
2566 hostrcb->hcam.length = cpu_to_be32(sizeof(hostrcb->hcam.u.raw)); in ipr_handle_log_data()
2568 switch (hostrcb->hcam.overlay_id) { in ipr_handle_log_data()
2658 fd_ioasc = be32_to_cpu(hostrcb->hcam.u.error64.fd_ioasc); in ipr_process_error()
2660 fd_ioasc = be32_to_cpu(hostrcb->hcam.u.error.fd_ioasc); in ipr_process_error()
4198 ret = memory_read_from_buffer(buf, count, &off, &hostrcb->hcam, in ipr_read_async_err_log()
4199 sizeof(hostrcb->hcam)); in ipr_read_async_err_log()
8577 memset(&hostrcb->hcam, 0, sizeof(hostrcb->hcam)); in ipr_get_unit_check_buffer()
8581 (__be32 *)&hostrcb->hcam, in ipr_get_unit_check_buffer()
8582 min(length, (int)sizeof(hostrcb->hcam)) / sizeof(__be32)); in ipr_get_unit_check_buffer()
8586 ioasc = be32_to_cpu(hostrcb->hcam.u.error.fd_ioasc); in ipr_get_unit_check_buffer()
9814 ioa_cfg->hostrcb_dma[i] + offsetof(struct ipr_hostrcb, hcam); in ipr_alloc_mem()