Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/storage/
A Dusb.h56 #define US_FLIDX_SG_ACTIVE 1 /* current_sg is in use */ macro
A 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()

Completed in 10 milliseconds