Searched defs:hcam (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/
H A Dpmcraid.c1199 struct pmcraid_hostrcb *hcam; local
1207 pmcraid_err("no free command blocks for hcam\n");
1215 hcam = &pinstance->ccn;
1220 hcam = &pinstance->ldn;
1224 hcam->cmd = cmd;
1312 struct pmcraid_hostrcb *hcam; local
1315 hcam = (type == PMCRAID_HCAM_CODE_LOG_DATA) ?
1318 /* prepare for cancelling previous hcam command. If the HCAM is
1319 * currently not pending with IOA, we would have hcam->cmd as non-null
1321 if (hcam
[all...]
H A Dpmcraid.h660 struct pmcraid_hcam_hdr *hcam; /* pointer to hcam buffer */ member in struct:pmcraid_hostrcb
662 dma_addr_t baddr; /* system address of hcam buffer */
H A Dipr.h1142 struct ipr_hcam hcam; member in struct:ipr_hostrcb
1719 ipr_format_res_path(hostrcb->hcam.u.error64.fd_res_path, \
1725 (hostrcb)->hcam.u.error.fd_res_addr, \
1851 res_path = &hostrcb->hcam.u.error64.fd_res_path[0];
1856 res_addr = &hostrcb->hcam.u.error.fd_res_addr;

Completed in 75 milliseconds