Home
last modified time | relevance | path

Searched refs:hostrcb (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/scsi/
H A Dipr.c1067 ipr_cmd->u.hostrcb = hostrcb; in ipr_send_hcam()
1368 hostrcb); in ipr_handle_config_change()
1412 struct ipr_hostrcb *hostrcb = ipr_cmd->u.hostrcb; in ipr_process_ccn() local
2463 if (be32_to_cpu(hostrcb->hcam.length) > sizeof(hostrcb->hcam.u.raw)) in ipr_handle_log_data()
2464 hostrcb->hcam.length = cpu_to_be32(sizeof(hostrcb->hcam.u.raw)); in ipr_handle_log_data()
2534 return hostrcb; in ipr_get_free_hostrcb()
2551 struct ipr_hostrcb *hostrcb = ipr_cmd->u.hostrcb; in ipr_process_error() local
4103 if (!hostrcb) { in ipr_read_async_err_log()
4126 if (!hostrcb) { in ipr_next_async_err_log()
6497 ioa_cfg->hostrcb[j]); in ipr_ioa_reset_done()
[all …]
H A Dipr.h1472 struct ipr_hostrcb *hostrcb[IPR_MAX_HCAMS]; member
1567 struct ipr_hostrcb *hostrcb; member
1746 if (ipr_is_device(hostrcb)) { \
1747 if ((hostrcb)->ioa_cfg->sis64) { \
1749 ipr_format_res_path(hostrcb->ioa_cfg, \
1750 hostrcb->hcam.u.error64.fd_res_path, \
1751 hostrcb->rp_buffer, \
1752 sizeof(hostrcb->rp_buffer)), \
1755 ipr_ra_err((hostrcb)->ioa_cfg, \
1756 (hostrcb)->hcam.u.error.fd_res_addr, \
[all …]