Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/storage/
Dusb.h56 #define US_FLIDX_SG_ACTIVE 1 /* current_sg is in use */ macro
Dtransport.c434 set_bit(US_FLIDX_SG_ACTIVE, &us->dflags); in usb_stor_bulk_transfer_sglist()
440 if (test_and_clear_bit(US_FLIDX_SG_ACTIVE, &us->dflags)) { in usb_stor_bulk_transfer_sglist()
448 clear_bit(US_FLIDX_SG_ACTIVE, &us->dflags); in usb_stor_bulk_transfer_sglist()
947 if (test_and_clear_bit(US_FLIDX_SG_ACTIVE, &us->dflags)) { in usb_stor_stop_transport()