Lines Matching defs:CommandControlBlock
1195 struct CommandControlBlock { struct
1196 …cmsr_cdb; /* 0 -503 (size of CDB=504): arcmsr messenger scsi command descriptor size 504 bytes */
1197 u_int32_t cdb_phyaddr_low; /* 504-507 */
1198 u_int32_t arc_cdb_size; /* 508-511 */
1200 union ccb *pccb; /* 512-515 516-519 pointer of freebsd scsi command */
1201 struct AdapterControlBlock *acb; /* 520-523 524-527 */
1202 bus_dmamap_t dm_segs_dmamap; /* 528-531 532-535 */
1203 u_int16_t srb_flags; /* 536-537 */
1204 u_int16_t srb_state; /* 538-539 */
1205 u_int32_t cdb_phyaddr_high; /* 540-543 */
1206 struct callout ccb_callout;
1207 u_int32_t smid;