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

/freebsd-11.0-release/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c17650 smAtaPassThroughHdr_t ataPassThroughHdr; local
17660 osti_memset(&ataPassThroughHdr, 0 , sizeof(smAtaPassThroughHdr_t));
17662 ataPassThroughHdr.opc = scsiCmnd->cdb[0];
17663 ataPassThroughHdr.mulCount = scsiCmnd->cdb[1] >> 5;
17664 ataPassThroughHdr.proto = (scsiCmnd->cdb[1] >> 1) & 0x0F;
17665 ataPassThroughHdr.extend = scsiCmnd->cdb[1] & 1;
17666 ataPassThroughHdr.offline = scsiCmnd->cdb[2] >> 6;
17667 ataPassThroughHdr.ckCond = (scsiCmnd->cdb[2] >> 5) & 1;
17668 ataPassThroughHdr.tType = (scsiCmnd->cdb[2] >> 4) & 1;
17669 ataPassThroughHdr
[all...]

Completed in 129 milliseconds