Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/target/
Dtarget_core_user.c125 #define TCMU_DEV_BIT_PLUGGED 4 macro
988 clear_bit(TCMU_DEV_BIT_PLUGGED, &udev->flags); in tcmu_unplug_device()
996 if (!test_and_set_bit(TCMU_DEV_BIT_PLUGGED, &udev->flags)) in tcmu_plug_device()
1130 if (!test_bit(TCMU_DEV_BIT_PLUGGED, &udev->flags)) in queue_cmd_ring()