Lines Matching defs:sym_ccb
1386 struct sym_ccb { struct
1392 struct sym_dsb phys;
1397 struct callout ch; /* callout handle */
1398 union ccb *cam_ccb; /* CAM scsiio ccb */
1399 u8 cdb_buf[16]; /* Copy of CDB */
1400 u8 *sns_bbuf; /* Bounce buffer for sense data */
1402 int data_len; /* Total data length */
1403 int segments; /* Number of SG segments */
1408 u_char nego_status; /* Negotiation status */
1409 u_char xerr_status; /* Extended error flags */
1410 u32 extra_bytes; /* Extraneous bytes transferred */
1421 u_char scsi_smsg [12];
1422 u_char scsi_smsg2[12];
1427 u_char sensecmd[6]; /* Request Sense command */
1428 u_char sv_scsi_status; /* Saved SCSI status */
1429 u_char sv_xerr_status; /* Saved extended status */
1430 int sv_resid; /* Saved residual */
1458 #define CCB_BA(cp,lbl) (cp->ccb_ba + offsetof(struct sym_ccb, lbl)) argument