Lines Matching refs:hcam

1126 		ioarcb->cmd_pkt.cdb[7] = (sizeof(hostrcb->hcam) >> 8) & 0xff;
1127 ioarcb->cmd_pkt.cdb[8] = sizeof(hostrcb->hcam) & 0xff;
1130 sizeof(hostrcb->hcam), IPR_IOADL_FLAGS_READ_LAST);
1438 cfgtew.u.cfgte64 = &hostrcb->hcam.u.ccn.u.cfgte64;
1441 cfgtew.u.cfgte = &hostrcb->hcam.u.ccn.u.cfgte;
1470 if (hostrcb->hcam.notify_type == IPR_HOST_RCB_NOTIF_TYPE_REM_ENTRY) {
1634 error = &hostrcb->hcam.u.error64.u.type_12_error;
1636 error = &hostrcb->hcam.u.error.u.type_12_error;
1668 &hostrcb->hcam.u.error.u.type_02_error;
1703 error = &hostrcb->hcam.u.error.u.type_13_error;
1744 error = &hostrcb->hcam.u.error64.u.type_23_error;
1786 error = &hostrcb->hcam.u.error.u.type_03_error;
1834 error = &hostrcb->hcam.u.error.u.type_14_error;
1885 error = &hostrcb->hcam.u.error.u.type_04_error;
1966 error = &hostrcb->hcam.u.error64.u.type_17_error;
1968 error = &hostrcb->hcam.u.error.u.type_17_error;
1974 be32_to_cpu(hostrcb->hcam.u.error.prc));
1977 be32_to_cpu(hostrcb->hcam.length) -
1995 error = &hostrcb->hcam.u.error.u.type_07_error;
2000 be32_to_cpu(hostrcb->hcam.u.error.prc));
2003 be32_to_cpu(hostrcb->hcam.length) -
2285 error = &hostrcb->hcam.u.error.u.type_20_error;
2289 add_len = be32_to_cpu(hostrcb->hcam.length) -
2323 error = &hostrcb->hcam.u.error64.u.type_24_error;
2378 error = &hostrcb->hcam.u.error64.u.type_30_error;
2383 add_len = be32_to_cpu(hostrcb->hcam.length) -
2413 error = &hostrcb->hcam.u.error64.u.type_41_error;
2418 be32_to_cpu(hostrcb->hcam.length) -
2433 ipr_log_hex_data(ioa_cfg, hostrcb->hcam.u.raw.data,
2434 be32_to_cpu(hostrcb->hcam.length));
2451 error = &hostrcb->hcam.u.error64.u.type_21_error;
2512 if (hostrcb->hcam.notify_type != IPR_HOST_RCB_NOTIF_TYPE_ERROR_LOG_ENTRY)
2515 if (hostrcb->hcam.notifications_lost == IPR_HOST_RCB_NOTIFICATIONS_LOST)
2519 ioasc = be32_to_cpu(hostrcb->hcam.u.error64.fd_ioasc);
2521 ioasc = be32_to_cpu(hostrcb->hcam.u.error.fd_ioasc);
2527 hostrcb->hcam.u.error.fd_res_addr.bus);
2536 hostrcb->hcam.overlay_id == IPR_HOST_RCB_OVERLAY_ID_21) {
2537 error = &hostrcb->hcam.u.error64.u.type_21_error;
2551 if (be32_to_cpu(hostrcb->hcam.length) > sizeof(hostrcb->hcam.u.raw))
2552 hostrcb->hcam.length = cpu_to_be32(sizeof(hostrcb->hcam.u.raw));
2554 switch (hostrcb->hcam.overlay_id) {
2644 fd_ioasc = be32_to_cpu(hostrcb->hcam.u.error64.fd_ioasc);
2646 fd_ioasc = be32_to_cpu(hostrcb->hcam.u.error.fd_ioasc);
4200 ret = memory_read_from_buffer(buf, count, &off, &hostrcb->hcam,
4201 sizeof(hostrcb->hcam));
8590 memset(&hostrcb->hcam, 0, sizeof(hostrcb->hcam));
8594 (__be32 *)&hostrcb->hcam,
8595 min(length, (int)sizeof(hostrcb->hcam)) / sizeof(__be32));
8599 ioasc = be32_to_cpu(hostrcb->hcam.u.error.fd_ioasc);
9824 ioa_cfg->hostrcb_dma[i] + offsetof(struct ipr_hostrcb, hcam);