Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dpmcraid.c161 if (RES_IS_VSET(temp->cfg_entry)) { in pmcraid_sdev_init()
234 } else if (RES_IS_VSET(res->cfg_entry)) { in pmcraid_sdev_configure()
244 if (!RES_IS_GSCSI(res->cfg_entry) && !RES_IS_VSET(res->cfg_entry)) in pmcraid_sdev_configure()
1536 RES_IS_VSET(*cfg_entry) ? PMCRAID_VSET_BUS_ID : in pmcraid_handle_config_change()
1539 RES_IS_VSET(*cfg_entry) ? in pmcraid_handle_config_change()
2518 if (RES_IS_VSET(res->cfg_entry) && in pmcraid_frame_auto_sense()
2552 if (RES_IS_VSET(res->cfg_entry)) in pmcraid_frame_auto_sense()
3046 RES_IS_VSET(temp->cfg_entry)) { in pmcraid_eh_bus_reset_handler()
3306 if (RES_IS_GSCSI(res->cfg_entry) || RES_IS_VSET(res->cfg_entry)) { in pmcraid_queuecommand_lck()
3329 RES_IS_VSET(res->cfg_entry) ? PMCRAID_VSET_BUS_ID : in pmcraid_queuecommand_lck()
[all …]
H A Dpmcraid.h334 #define RES_IS_VSET(res) ((res).resource_type == RES_TYPE_VSET) macro