Lines Matching refs:se_device
45 struct se_device *g_lun0_dev;
290 void target_dev_ua_allocate(struct se_device *dev, u8 asc, u8 ascq) in target_dev_ua_allocate()
415 struct se_device *dev = rcu_dereference_raw(lun->lun_se_dev); in core_disable_device_list_for_node()
482 int core_alloc_rtpi(struct se_lun *lun, struct se_device *dev) in core_alloc_rtpi()
523 static void se_release_vpd_for_dev(struct se_device *dev) in se_release_vpd_for_dev()
556 struct se_device *dev, in core_dev_add_lun()
644 struct se_device *dev = rcu_dereference_raw(lun->lun_se_dev); in core_dev_add_initiator_node_lun_acl()
712 static void scsi_dump_inquiry(struct se_device *dev) in scsi_dump_inquiry()
729 struct se_device *target_alloc_device(struct se_hba *hba, const char *name) in target_alloc_device()
731 struct se_device *dev; in target_alloc_device()
869 sector_t target_to_linux_sector(struct se_device *dev, sector_t lb) in target_to_linux_sector()
886 int (*fn)(struct se_device *dev, void *data);
894 struct se_device *dev = p; in target_devices_idr_iter()
928 int target_for_each_device(int (*fn)(struct se_device *dev, void *data), in target_for_each_device()
941 int target_configure_device(struct se_device *dev) in target_configure_device()
1024 void target_free_device(struct se_device *dev) in target_free_device()
1057 struct se_device *dev; in core_dev_setup_virtual_lun0()
1109 struct se_device *dev = cmd->se_dev; in passthrough_parse_cdb()