Lines Matching defs:sym_ccb
1369 struct sym_ccb { struct
1375 struct sym_dsb phys;
1380 struct callout ch; /* callout handle */
1381 union ccb *cam_ccb; /* CAM scsiio ccb */
1382 u8 cdb_buf[16]; /* Copy of CDB */
1383 u8 *sns_bbuf; /* Bounce buffer for sense data */
1385 int data_len; /* Total data length */
1386 int segments; /* Number of SG segments */
1391 u_char nego_status; /* Negotiation status */
1392 u_char xerr_status; /* Extended error flags */
1393 u32 extra_bytes; /* Extraneous bytes transferred */
1404 u_char scsi_smsg [12];
1405 u_char scsi_smsg2[12];
1410 u_char sensecmd[6]; /* Request Sense command */
1411 u_char sv_scsi_status; /* Saved SCSI status */
1412 u_char sv_xerr_status; /* Saved extended status */
1413 int sv_resid; /* Saved residual */
1441 #define CCB_BA(cp,lbl) (cp->ccb_ba + offsetof(struct sym_ccb, lbl)) argument