Lines Matching refs:ioa_cfg
44 #define IPR_NUM_BASE_CMD_BLKS (ioa_cfg->max_cmds)
486 struct ipr_ioa_cfg *ioa_cfg;
1102 #define for_each_hrrq(hrrq, ioa_cfg) \
1103 for (hrrq = (ioa_cfg)->hrrq; \
1104 hrrq < ((ioa_cfg)->hrrq + (ioa_cfg)->hrrq_num); hrrq++)
1235 struct ipr_ioa_cfg *ioa_cfg;
1282 struct ipr_ioa_cfg *ioa_cfg;
1323 struct ipr_ioa_cfg *ioa_cfg;
1639 struct ipr_ioa_cfg *ioa_cfg;
1725 struct ipr_ioa_cfg *ioa_cfg;
1782 #define ipr_res_printk(level, ioa_cfg, bus, target, lun, fmt, ...) \
1783 printk(level IPR_NAME ": %d:%d:%d:%d: " fmt, (ioa_cfg)->host->host_no, \
1786 #define ipr_res_err(ioa_cfg, res, fmt, ...) \
1787 ipr_res_printk(KERN_ERR, ioa_cfg, (res)->bus, (res)->target, (res)->lun, fmt, ##__VA_ARGS__)
1789 #define ipr_ra_printk(level, ioa_cfg, ra, fmt, ...) \
1790 printk(level IPR_NAME ": %d:%d:%d:%d: " fmt, (ioa_cfg)->host->host_no, \
1793 #define ipr_ra_err(ioa_cfg, ra, fmt, ...) \
1794 ipr_ra_printk(KERN_ERR, ioa_cfg, ra, fmt, ##__VA_ARGS__)
1796 #define ipr_phys_res_err(ioa_cfg, res, fmt, ...) \
1802 ##__VA_ARGS__, (ioa_cfg)->host->host_no, \
1810 if ((hostrcb)->ioa_cfg->sis64) { \
1812 ipr_format_res_path(hostrcb->ioa_cfg, \
1818 ipr_ra_err((hostrcb)->ioa_cfg, \
1823 dev_err(&(hostrcb)->ioa_cfg->pdev->dev, fmt, __VA_ARGS__); \
1944 if (hostrcb->ioa_cfg->sis64) {