Lines Matching refs:hcam
1073 ioarcb->cmd_pkt.cdb[7] = (sizeof(hostrcb->hcam) >> 8) & 0xff; in ipr_send_hcam()
1074 ioarcb->cmd_pkt.cdb[8] = sizeof(hostrcb->hcam) & 0xff; in ipr_send_hcam()
1077 sizeof(hostrcb->hcam), IPR_IOADL_FLAGS_READ_LAST); in ipr_send_hcam()
1349 cfgtew.u.cfgte64 = &hostrcb->hcam.u.ccn.u.cfgte64; in ipr_handle_config_change()
1352 cfgtew.u.cfgte = &hostrcb->hcam.u.ccn.u.cfgte; in ipr_handle_config_change()
1381 if (hostrcb->hcam.notify_type == IPR_HOST_RCB_NOTIF_TYPE_REM_ENTRY) { in ipr_handle_config_change()
1545 error = &hostrcb->hcam.u.error64.u.type_12_error; in ipr_log_enhanced_cache_error()
1547 error = &hostrcb->hcam.u.error.u.type_12_error; in ipr_log_enhanced_cache_error()
1579 &hostrcb->hcam.u.error.u.type_02_error; in ipr_log_cache_error()
1614 error = &hostrcb->hcam.u.error.u.type_13_error; in ipr_log_enhanced_config_error()
1655 error = &hostrcb->hcam.u.error64.u.type_23_error; in ipr_log_sis64_config_error()
1697 error = &hostrcb->hcam.u.error.u.type_03_error; in ipr_log_config_error()
1745 error = &hostrcb->hcam.u.error.u.type_14_error; in ipr_log_enhanced_array_error()
1796 error = &hostrcb->hcam.u.error.u.type_04_error; in ipr_log_array_error()
1877 error = &hostrcb->hcam.u.error64.u.type_17_error; in ipr_log_enhanced_dual_ioa_error()
1879 error = &hostrcb->hcam.u.error.u.type_17_error; in ipr_log_enhanced_dual_ioa_error()
1885 be32_to_cpu(hostrcb->hcam.u.error.prc)); in ipr_log_enhanced_dual_ioa_error()
1888 be32_to_cpu(hostrcb->hcam.length) - in ipr_log_enhanced_dual_ioa_error()
1906 error = &hostrcb->hcam.u.error.u.type_07_error; in ipr_log_dual_ioa_error()
1911 be32_to_cpu(hostrcb->hcam.u.error.prc)); in ipr_log_dual_ioa_error()
1914 be32_to_cpu(hostrcb->hcam.length) - in ipr_log_dual_ioa_error()
2196 error = &hostrcb->hcam.u.error.u.type_20_error; in ipr_log_fabric_error()
2200 add_len = be32_to_cpu(hostrcb->hcam.length) - in ipr_log_fabric_error()
2234 error = &hostrcb->hcam.u.error64.u.type_24_error; in ipr_log_sis64_array_error()
2289 error = &hostrcb->hcam.u.error64.u.type_30_error; in ipr_log_sis64_fabric_error()
2294 add_len = be32_to_cpu(hostrcb->hcam.length) - in ipr_log_sis64_fabric_error()
2324 error = &hostrcb->hcam.u.error64.u.type_41_error; in ipr_log_sis64_service_required_error()
2329 be32_to_cpu(hostrcb->hcam.length) - in ipr_log_sis64_service_required_error()
2344 ipr_log_hex_data(ioa_cfg, hostrcb->hcam.u.raw.data, in ipr_log_generic_error()
2345 be32_to_cpu(hostrcb->hcam.length)); in ipr_log_generic_error()
2362 error = &hostrcb->hcam.u.error64.u.type_21_error; in ipr_log_sis64_device_error()
2423 if (hostrcb->hcam.notify_type != IPR_HOST_RCB_NOTIF_TYPE_ERROR_LOG_ENTRY) in ipr_handle_log_data()
2426 if (hostrcb->hcam.notifications_lost == IPR_HOST_RCB_NOTIFICATIONS_LOST) in ipr_handle_log_data()
2430 ioasc = be32_to_cpu(hostrcb->hcam.u.error64.fd_ioasc); in ipr_handle_log_data()
2432 ioasc = be32_to_cpu(hostrcb->hcam.u.error.fd_ioasc); in ipr_handle_log_data()
2438 hostrcb->hcam.u.error.fd_res_addr.bus); in ipr_handle_log_data()
2447 hostrcb->hcam.overlay_id == IPR_HOST_RCB_OVERLAY_ID_21) { in ipr_handle_log_data()
2448 error = &hostrcb->hcam.u.error64.u.type_21_error; in ipr_handle_log_data()
2462 if (be32_to_cpu(hostrcb->hcam.length) > sizeof(hostrcb->hcam.u.raw)) in ipr_handle_log_data()
2463 hostrcb->hcam.length = cpu_to_be32(sizeof(hostrcb->hcam.u.raw)); in ipr_handle_log_data()
2465 switch (hostrcb->hcam.overlay_id) { in ipr_handle_log_data()
2555 fd_ioasc = be32_to_cpu(hostrcb->hcam.u.error64.fd_ioasc); in ipr_process_error()
2557 fd_ioasc = be32_to_cpu(hostrcb->hcam.u.error.fd_ioasc); in ipr_process_error()
4106 ret = memory_read_from_buffer(buf, count, &off, &hostrcb->hcam, in ipr_read_async_err_log()
4107 sizeof(hostrcb->hcam)); in ipr_read_async_err_log()
7817 memset(&hostrcb->hcam, 0, sizeof(hostrcb->hcam)); in ipr_get_unit_check_buffer()
7821 (__be32 *)&hostrcb->hcam, in ipr_get_unit_check_buffer()
7822 min(length, (int)sizeof(hostrcb->hcam)) / sizeof(__be32)); in ipr_get_unit_check_buffer()
7826 ioasc = be32_to_cpu(hostrcb->hcam.u.error.fd_ioasc); in ipr_get_unit_check_buffer()
9048 ioa_cfg->hostrcb_dma[i] + offsetof(struct ipr_hostrcb, hcam); in ipr_alloc_mem()