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