Home
last modified time | relevance | path

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

/drivers/scsi/
Dpmcraid.c169 } else if (RES_IS_GSCSI(temp->cfg_entry)) { in pmcraid_slave_alloc()
218 if (RES_IS_GSCSI(res->cfg_entry) && in pmcraid_slave_configure()
228 if (RES_IS_GSCSI(res->cfg_entry)) { in pmcraid_slave_configure()
241 if (!RES_IS_GSCSI(res->cfg_entry) && !RES_IS_VSET(res->cfg_entry)) in pmcraid_slave_configure()
1534 (RES_IS_GSCSI(*cfg_entry) ? PMCRAID_PHYS_BUS_ID : in pmcraid_handle_config_change()
2479 if (RES_IS_GSCSI(res->cfg_entry)) in pmcraid_cancel_all()
2597 if (!RES_IS_GSCSI(res->cfg_entry) && in pmcraid_error_handler()
2659 if (RES_IS_GSCSI(res->cfg_entry)) in pmcraid_error_handler()
3381 if (RES_IS_GSCSI(res->cfg_entry) || RES_IS_VSET(res->cfg_entry)) { in pmcraid_queuecommand_lck()
3395 if (RES_IS_GSCSI(res->cfg_entry)) in pmcraid_queuecommand_lck()
Dpmcraid.h333 #define RES_IS_GSCSI(res) ((res).resource_type == RES_TYPE_GSCSI) macro