Searched refs:CDB (Results 1 – 3 of 3) sorted by relevance
120 debug("OptionCode %x\n", cbw->CDB[0]); in dump_cbw()121 debug("SubCode %x\n", cbw->CDB[1]); in dump_cbw()122 debug("SectorAddr %x\n", get_unaligned_be32(&cbw->CDB[2])); in dump_cbw()123 debug("BlkSectors %x\n\n", get_unaligned_be16(&cbw->CDB[7])); in dump_cbw()
183 u8 CDB[16]; /* Command Data Block */ member
2132 memcpy(common->cmnd, cbw->CDB, common->cmnd_size); in received_cbw()