Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/usb/clients/mass_storage/
H A Dusb_bulkonly.h95 #define CSW_LEN 0xD /* CSW Command Len */ macro
/titanic_50/usr/src/uts/common/io/usb/scsa2usb/
H A Dusb_ms_bulkonly.c525 req->bulk_len = CSW_LEN; in scsa2usb_handle_status_start()
590 if (MBLKL(data) != CSW_LEN) { in scsa2usb_handle_csw_result()
599 bcopy(data->b_rptr, &csw, CSW_LEN); in scsa2usb_handle_csw_result()
H A Dscsa2usb.c4943 req->bulk_len = CSW_LEN; in scsa2usb_handle_data_start()