Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dpmcraid.c184 } else if (RES_IS_GSCSI(temp->cfg_entry)) { in pmcraid_slave_alloc()
233 if (RES_IS_GSCSI(res->cfg_entry) && in pmcraid_slave_configure()
243 if (RES_IS_GSCSI(res->cfg_entry)) { in pmcraid_slave_configure()
256 if (!RES_IS_GSCSI(res->cfg_entry) && !RES_IS_VSET(res->cfg_entry)) in pmcraid_slave_configure()
1573 (RES_IS_GSCSI(*cfg_entry) ? PMCRAID_PHYS_BUS_ID : in pmcraid_handle_config_change()
2531 if (RES_IS_GSCSI(res->cfg_entry)) in pmcraid_cancel_all()
2648 if (!RES_IS_GSCSI(res->cfg_entry) && in pmcraid_error_handler()
2710 if (RES_IS_GSCSI(res->cfg_entry)) in pmcraid_error_handler()
3476 if (RES_IS_GSCSI(res->cfg_entry) || RES_IS_VSET(res->cfg_entry)) { in pmcraid_queuecommand_lck()
3490 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