Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dpmcraid.h328 #define RES_TYPE_GSCSI 0x01 macro
333 #define RES_IS_GSCSI(res) ((res).resource_type == RES_TYPE_GSCSI)
H A Dpmcraid.c1313 } else if (cfgte->resource_type == RES_TYPE_GSCSI) in pmcraid_expose_resource()