Home
last modified time | relevance | path

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

/Linux-v4.19/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()
1562 (RES_IS_GSCSI(*cfg_entry) ? PMCRAID_PHYS_BUS_ID : in pmcraid_handle_config_change()
2511 if (RES_IS_GSCSI(res->cfg_entry)) in pmcraid_cancel_all()
2628 if (!RES_IS_GSCSI(res->cfg_entry) && in pmcraid_error_handler()
2690 if (RES_IS_GSCSI(res->cfg_entry)) in pmcraid_error_handler()
3414 if (RES_IS_GSCSI(res->cfg_entry) || RES_IS_VSET(res->cfg_entry)) { in pmcraid_queuecommand_lck()
3428 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