Home
last modified time | relevance | path

Searched refs:RES_IS_GSCSI (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/
Dpmcraid.c183 } else if (RES_IS_GSCSI(temp->cfg_entry)) { in pmcraid_slave_alloc()
232 if (RES_IS_GSCSI(res->cfg_entry) && in pmcraid_slave_configure()
242 if (RES_IS_GSCSI(res->cfg_entry)) { in pmcraid_slave_configure()
255 if (!RES_IS_GSCSI(res->cfg_entry) && !RES_IS_VSET(res->cfg_entry)) in pmcraid_slave_configure()
1572 (RES_IS_GSCSI(*cfg_entry) ? PMCRAID_PHYS_BUS_ID : in pmcraid_handle_config_change()
2530 if (RES_IS_GSCSI(res->cfg_entry)) in pmcraid_cancel_all()
2647 if (!RES_IS_GSCSI(res->cfg_entry) && in pmcraid_error_handler()
2709 if (RES_IS_GSCSI(res->cfg_entry)) in pmcraid_error_handler()
3475 if (RES_IS_GSCSI(res->cfg_entry) || RES_IS_VSET(res->cfg_entry)) { in pmcraid_queuecommand_lck()
3489 if (RES_IS_GSCSI(res->cfg_entry)) in pmcraid_queuecommand_lck()
Dpmcraid.h346 #define RES_IS_GSCSI(res) ((res).resource_type == RES_TYPE_GSCSI) macro