Lines Matching refs:hostrcb
1544 struct ipr_hostrcb *hostrcb[IPR_MAX_HCAMS]; member
1642 struct ipr_hostrcb *hostrcb; member
1819 #define ipr_hcam_err(hostrcb, fmt, ...) \ argument
1821 if (ipr_is_device(hostrcb)) { \
1822 if ((hostrcb)->ioa_cfg->sis64) { \
1824 ipr_format_res_path(hostrcb->ioa_cfg, \
1825 hostrcb->hcam.u.error64.fd_res_path, \
1826 hostrcb->rp_buffer, \
1827 sizeof(hostrcb->rp_buffer)), \
1830 ipr_ra_err((hostrcb)->ioa_cfg, \
1831 (hostrcb)->hcam.u.error.fd_res_addr, \
1835 dev_err(&(hostrcb)->ioa_cfg->pdev->dev, fmt, __VA_ARGS__); \
1951 static inline int ipr_is_device(struct ipr_hostrcb *hostrcb) in ipr_is_device() argument
1956 if (hostrcb->ioa_cfg->sis64) { in ipr_is_device()
1957 res_path = &hostrcb->hcam.u.error64.fd_res_path[0]; in ipr_is_device()
1962 res_addr = &hostrcb->hcam.u.error.fd_res_addr; in ipr_is_device()