Searched refs:IPR_NAME (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
D | ipr.h | 114 #define IPR_NAME "ipr" macro 1760 #define ipr_err(...) printk(KERN_ERR IPR_NAME ": "__VA_ARGS__) 1761 #define ipr_info(...) printk(KERN_INFO IPR_NAME ": "__VA_ARGS__) 1762 #define ipr_dbg(...) IPR_DBG_CMD(printk(KERN_INFO IPR_NAME ": "__VA_ARGS__)) 1765 printk(level IPR_NAME ": %d:%d:%d:%d: " fmt, (ioa_cfg)->host->host_no, \ 1772 printk(level IPR_NAME ": %d:%d:%d:%d: " fmt, (ioa_cfg)->host->host_no, \ 1793 printk(KERN_ERR IPR_NAME ": %s: " fmt, \ 1812 #define ENTER IPR_DBG_CMD(printk(KERN_INFO IPR_NAME": Entering %s\n", __func__)) 1813 #define LEAVE IPR_DBG_CMD(printk(KERN_INFO IPR_NAME": Leaving %s\n", __func__))
|
D | ipr.c | 6499 .proc_name = IPR_NAME, 9285 ioa_cfg->ipr_cmd_pool = dma_pool_create(IPR_NAME, &ioa_cfg->pdev->dev, in ipr_alloc_cmd_blks() 9795 rc = request_irq(ioa_cfg->vectors_info[0].vec, ipr_test_intr, 0, IPR_NAME, ioa_cfg); in ipr_test_msi() 9797 rc = request_irq(pdev->irq, ipr_test_intr, 0, IPR_NAME, ioa_cfg); in ipr_test_msi() 9889 rc = pci_request_regions(pdev, IPR_NAME); in ipr_probe_ioa() 10070 IPR_NAME, &ioa_cfg->hrrq[0]); in ipr_probe_ioa() 10452 .name = IPR_NAME,
|