Searched refs:RES_IS_VSET (Results 1 – 2 of 2) sorted by relevance
174 if (RES_IS_VSET(temp->cfg_entry)) { in pmcraid_slave_alloc()245 } else if (RES_IS_VSET(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()1561 RES_IS_VSET(*cfg_entry) ? PMCRAID_VSET_BUS_ID : in pmcraid_handle_config_change()1564 RES_IS_VSET(*cfg_entry) ? in pmcraid_handle_config_change()2546 if (RES_IS_VSET(res->cfg_entry) && in pmcraid_frame_auto_sense()2580 if (RES_IS_VSET(res->cfg_entry)) in pmcraid_frame_auto_sense()3414 if (RES_IS_GSCSI(res->cfg_entry) || RES_IS_VSET(res->cfg_entry)) { in pmcraid_queuecommand_lck()3437 RES_IS_VSET(res->cfg_entry) ? PMCRAID_VSET_BUS_ID : in pmcraid_queuecommand_lck()3439 RES_IS_VSET(res->cfg_entry) ? in pmcraid_queuecommand_lck()[all …]
347 #define RES_IS_VSET(res) ((res).resource_type == RES_TYPE_VSET) macro