Lines Matching refs:hostrcb
1533 struct ipr_hostrcb *hostrcb[IPR_MAX_HCAMS]; member
1631 struct ipr_hostrcb *hostrcb; member
1808 #define ipr_hcam_err(hostrcb, fmt, ...) \ argument
1810 if (ipr_is_device(hostrcb)) { \
1811 if ((hostrcb)->ioa_cfg->sis64) { \
1813 ipr_format_res_path(hostrcb->ioa_cfg, \
1814 hostrcb->hcam.u.error64.fd_res_path, \
1815 hostrcb->rp_buffer, \
1816 sizeof(hostrcb->rp_buffer)), \
1819 ipr_ra_err((hostrcb)->ioa_cfg, \
1820 (hostrcb)->hcam.u.error.fd_res_addr, \
1824 dev_err(&(hostrcb)->ioa_cfg->pdev->dev, fmt, __VA_ARGS__); \
1940 static inline int ipr_is_device(struct ipr_hostrcb *hostrcb) in ipr_is_device() argument
1945 if (hostrcb->ioa_cfg->sis64) { in ipr_is_device()
1946 res_path = &hostrcb->hcam.u.error64.fd_res_path[0]; in ipr_is_device()
1951 res_addr = &hostrcb->hcam.u.error.fd_res_addr; in ipr_is_device()