Lines Matching refs:hcam

1074 		ioarcb->cmd_pkt.cdb[7] = (sizeof(hostrcb->hcam) >> 8) & 0xff;
1075 ioarcb->cmd_pkt.cdb[8] = sizeof(hostrcb->hcam) & 0xff;
1078 sizeof(hostrcb->hcam), IPR_IOADL_FLAGS_READ_LAST);
1350 cfgtew.u.cfgte64 = &hostrcb->hcam.u.ccn.u.cfgte64;
1353 cfgtew.u.cfgte = &hostrcb->hcam.u.ccn.u.cfgte;
1382 if (hostrcb->hcam.notify_type == IPR_HOST_RCB_NOTIF_TYPE_REM_ENTRY) {
1546 error = &hostrcb->hcam.u.error64.u.type_12_error;
1548 error = &hostrcb->hcam.u.error.u.type_12_error;
1580 &hostrcb->hcam.u.error.u.type_02_error;
1615 error = &hostrcb->hcam.u.error.u.type_13_error;
1656 error = &hostrcb->hcam.u.error64.u.type_23_error;
1698 error = &hostrcb->hcam.u.error.u.type_03_error;
1746 error = &hostrcb->hcam.u.error.u.type_14_error;
1797 error = &hostrcb->hcam.u.error.u.type_04_error;
1878 error = &hostrcb->hcam.u.error64.u.type_17_error;
1880 error = &hostrcb->hcam.u.error.u.type_17_error;
1886 be32_to_cpu(hostrcb->hcam.u.error.prc));
1889 be32_to_cpu(hostrcb->hcam.length) -
1907 error = &hostrcb->hcam.u.error.u.type_07_error;
1912 be32_to_cpu(hostrcb->hcam.u.error.prc));
1915 be32_to_cpu(hostrcb->hcam.length) -
2197 error = &hostrcb->hcam.u.error.u.type_20_error;
2201 add_len = be32_to_cpu(hostrcb->hcam.length) -
2235 error = &hostrcb->hcam.u.error64.u.type_24_error;
2290 error = &hostrcb->hcam.u.error64.u.type_30_error;
2295 add_len = be32_to_cpu(hostrcb->hcam.length) -
2325 error = &hostrcb->hcam.u.error64.u.type_41_error;
2330 be32_to_cpu(hostrcb->hcam.length) -
2345 ipr_log_hex_data(ioa_cfg, hostrcb->hcam.u.raw.data,
2346 be32_to_cpu(hostrcb->hcam.length));
2363 error = &hostrcb->hcam.u.error64.u.type_21_error;
2424 if (hostrcb->hcam.notify_type != IPR_HOST_RCB_NOTIF_TYPE_ERROR_LOG_ENTRY)
2427 if (hostrcb->hcam.notifications_lost == IPR_HOST_RCB_NOTIFICATIONS_LOST)
2431 ioasc = be32_to_cpu(hostrcb->hcam.u.error64.fd_ioasc);
2433 ioasc = be32_to_cpu(hostrcb->hcam.u.error.fd_ioasc);
2439 hostrcb->hcam.u.error.fd_res_addr.bus);
2448 hostrcb->hcam.overlay_id == IPR_HOST_RCB_OVERLAY_ID_21) {
2449 error = &hostrcb->hcam.u.error64.u.type_21_error;
2463 if (be32_to_cpu(hostrcb->hcam.length) > sizeof(hostrcb->hcam.u.raw))
2464 hostrcb->hcam.length = cpu_to_be32(sizeof(hostrcb->hcam.u.raw));
2466 switch (hostrcb->hcam.overlay_id) {
2556 fd_ioasc = be32_to_cpu(hostrcb->hcam.u.error64.fd_ioasc);
2558 fd_ioasc = be32_to_cpu(hostrcb->hcam.u.error.fd_ioasc);
4107 ret = memory_read_from_buffer(buf, count, &off, &hostrcb->hcam,
4108 sizeof(hostrcb->hcam));
7768 memset(&hostrcb->hcam, 0, sizeof(hostrcb->hcam));
7772 (__be32 *)&hostrcb->hcam,
7773 min(length, (int)sizeof(hostrcb->hcam)) / sizeof(__be32));
7777 ioasc = be32_to_cpu(hostrcb->hcam.u.error.fd_ioasc);
8999 ioa_cfg->hostrcb_dma[i] + offsetof(struct ipr_hostrcb, hcam);