Lines Matching defs:CommandControlBlock
1276 struct CommandControlBlock { struct
1277 …cmsr_cdb; /* 0 -503 (size of CDB=504): arcmsr messenger scsi command descriptor size 504 bytes */
1278 u_int32_t cdb_phyaddr_low; /* 504-507 */
1279 u_int32_t arc_cdb_size; /* 508-511 */
1281 union ccb *pccb; /* 512-515 516-519 pointer of freebsd scsi command */
1282 struct AdapterControlBlock *acb; /* 520-523 524-527 */
1283 bus_dmamap_t dm_segs_dmamap; /* 528-531 532-535 */
1284 u_int16_t srb_flags; /* 536-537 */
1285 u_int16_t srb_state; /* 538-539 */
1286 u_int32_t cdb_phyaddr_high; /* 540-543 */
1287 struct callout ccb_callout;
1288 u_int32_t smid;