Searched refs:rtsx_status (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/rts_pstor/
H A Drtsx_scsi.c2318 u8 rtsx_status[16]; local
2322 rtsx_status[0] = (u8)(chip->vendor_id >> 8);
2323 rtsx_status[1] = (u8)(chip->vendor_id);
2325 rtsx_status[2] = (u8)(chip->product_id >> 8);
2326 rtsx_status[3] = (u8)(chip->product_id);
2328 rtsx_status[4] = (u8)lun;
2332 rtsx_status[5] = 2;
2334 rtsx_status[5] = 3;
2339 rtsx_status[5] = 4;
2341 rtsx_status[
[all...]

Completed in 195 milliseconds