Lines Matching refs:hostrcb
1531 struct ipr_hostrcb *hostrcb[IPR_NUM_HCAMS]; member
1629 struct ipr_hostrcb *hostrcb; member
1806 #define ipr_hcam_err(hostrcb, fmt, ...) \ argument
1808 if (ipr_is_device(hostrcb)) { \
1809 if ((hostrcb)->ioa_cfg->sis64) { \
1811 ipr_format_res_path(hostrcb->ioa_cfg, \
1812 hostrcb->hcam.u.error64.fd_res_path, \
1813 hostrcb->rp_buffer, \
1814 sizeof(hostrcb->rp_buffer)), \
1817 ipr_ra_err((hostrcb)->ioa_cfg, \
1818 (hostrcb)->hcam.u.error.fd_res_addr, \
1822 dev_err(&(hostrcb)->ioa_cfg->pdev->dev, fmt, __VA_ARGS__); \
1938 static inline int ipr_is_device(struct ipr_hostrcb *hostrcb) in ipr_is_device() argument
1943 if (hostrcb->ioa_cfg->sis64) { in ipr_is_device()
1944 res_path = &hostrcb->hcam.u.error64.fd_res_path[0]; in ipr_is_device()
1949 res_addr = &hostrcb->hcam.u.error.fd_res_addr; in ipr_is_device()