Searched refs:se_plug (Results 1 – 5 of 5) sorted by relevance
24 struct se_dev_plug se_plug; member
1853 struct se_dev_plug *se_plug; in target_plug_device() local1858 se_plug = se_dev->transport->plug_device(se_dev); in target_plug_device()1859 if (!se_plug) in target_plug_device()1862 se_plug->se_dev = se_dev; in target_plug_device()1869 return se_plug; in target_plug_device()1872 static void target_unplug_device(struct se_dev_plug *se_plug) in target_unplug_device() argument1874 struct se_device *se_dev = se_plug->se_dev; in target_unplug_device()1876 se_dev->transport->unplug_device(se_plug); in target_unplug_device()1884 struct se_dev_plug *se_plug = NULL; in target_queued_submit_work() local1897 se_plug = target_plug_device(se_dev); in target_queued_submit_work()[all …]
231 return &ib_dev_plug->se_plug; in iblock_plug_device()234 static void iblock_unplug_device(struct se_dev_plug *se_plug) in iblock_unplug_device() argument236 struct iblock_dev_plug *ib_dev_plug = container_of(se_plug, in iblock_unplug_device()237 struct iblock_dev_plug, se_plug); in iblock_unplug_device()
116 struct se_dev_plug se_plug; member983 static void tcmu_unplug_device(struct se_dev_plug *se_plug) in tcmu_unplug_device() argument985 struct se_device *se_dev = se_plug->se_dev; in tcmu_unplug_device()997 return &udev->se_plug; in tcmu_plug_device()
38 void (*unplug_device)(struct se_dev_plug *se_plug);