Searched refs:cntrltype (Results 1 - 6 of 6) sorted by path

/linux-master/drivers/nvme/host/
H A Dcore.c2883 if (id->cntrltype == NVME_CTRL_DISC ||
3227 ctrl->cntrltype = id->cntrltype;
H A Dnvme.h398 enum nvme_ctrl_type cntrltype; member in struct:nvme_ctrl
H A Dsysfs.c526 if (ctrl->cntrltype > NVME_CTRL_ADMIN || !type[ctrl->cntrltype])
529 return sysfs_emit(buf, type[ctrl->cntrltype]);
531 static DEVICE_ATTR_RO(cntrltype);
/linux-master/drivers/nvme/target/
H A Dadmin-cmd.c385 id->cntrltype = NVME_CTRL_DISC;
387 id->cntrltype = NVME_CTRL_IO;
H A Ddiscovery.c276 id->cntrltype = NVME_CTRL_DISC;
/linux-master/include/linux/
H A Dnvme.h292 __u8 cntrltype; member in struct:nvme_id_ctrl

Completed in 401 milliseconds