Searched refs:se_plug (Results 1 – 4 of 4) sorted by relevance
24 struct se_dev_plug se_plug; member
1902 struct se_dev_plug *se_plug; in target_plug_device() local1907 se_plug = se_dev->transport->plug_device(se_dev); in target_plug_device()1908 if (!se_plug) in target_plug_device()1911 se_plug->se_dev = se_dev; in target_plug_device()1918 return se_plug; in target_plug_device()1921 static void target_unplug_device(struct se_dev_plug *se_plug) in target_unplug_device() argument1923 struct se_device *se_dev = se_plug->se_dev; in target_unplug_device()1925 se_dev->transport->unplug_device(se_plug); in target_unplug_device()1933 struct se_dev_plug *se_plug = NULL; in target_queued_submit_work() local1946 se_plug = target_plug_device(se_dev); in target_queued_submit_work()[all …]
225 return &ib_dev_plug->se_plug; in iblock_plug_device()228 static void iblock_unplug_device(struct se_dev_plug *se_plug) in iblock_unplug_device() argument230 struct iblock_dev_plug *ib_dev_plug = container_of(se_plug, in iblock_unplug_device()231 struct iblock_dev_plug, se_plug); in iblock_unplug_device()
38 void (*unplug_device)(struct se_dev_plug *se_plug);