Lines Matching refs:u_char
383 /*0*/ u_char uval; /* -> SCNTL4 register */
384 /*1*/ u_char sval; /* -> SXFER io register */
385 /*2*/ u_char filler1;
386 /*3*/ u_char wval; /* -> SCNTL3 io register */
436 u_char to_reset;
507 u_char *cb_tags; /* Circular tags buffer */
535 u_char tags_si; /* Current index to tags sum */
543 u_char to_clear;
548 u_char user_flags;
549 u_char curr_flags;
755 u_char nego_status; /* Negotiation status */
756 u_char xerr_status; /* Extended error flags */
768 u_char scsi_smsg [12];
769 u_char scsi_smsg2[12];
774 u_char sensecmd[6]; /* Request Sense command */
775 u_char sv_scsi_status; /* Saved SCSI status */
776 u_char sv_xerr_status; /* Saved extended status */
785 u_char target;
786 u_char lun;
795 u_char started; /* CCB queued to the squeue */
797 u_char to_abort; /* Want this IO to be aborted */
799 u_char tags_si; /* Lun tags sum index (0,1) */
853 u_char sv_scntl0, sv_scntl3, sv_dmode, sv_dcntl, sv_ctest3, sv_ctest4,
862 u_char rv_scntl0, rv_scntl3, rv_dmode, rv_dcntl, rv_ctest3, rv_ctest4,
899 u_char *scripta0; /* Copy of scripts A, B, Z */
900 u_char *scriptb0;
901 u_char *scriptz0;
924 u_char myaddr; /* SCSI id of the adapter */
925 u_char maxburst; /* log base 2 of dwords burst */
926 u_char maxwide; /* Maximum transfer width */
927 u_char minsync; /* Min sync period factor (ST) */
928 u_char maxsync; /* Max sync period factor (ST) */
929 u_char maxoffs; /* Max scsi offset (ST) */
930 u_char minsync_dt; /* Min sync period factor (DT) */
931 u_char maxsync_dt; /* Max sync period factor (DT) */
932 u_char maxoffs_dt; /* Max scsi offset (DT) */
933 u_char multiplier; /* Clock multiplier (1,2,4) */
934 u_char clock_divn; /* Number of clock divisors */
962 u_char msgout[8]; /* Buffer for MESSAGE OUT */
963 u_char msgin [8]; /* Buffer for MESSAGE IN */
970 u_char usrflags; /* Miscellaneous user flags */
971 u_char scsi_mode; /* Current SCSI BUS mode */
972 u_char verbose; /* Verbosity for this controller*/
1017 u_char abrt_msg[4]; /* Message to send buffer */
1020 u_char istat_sem; /* Tells the chip to stop (SEM) */
1026 u_char use_dac; /* Use PCI DAC cycles */
1028 u_char dmap_dirty; /* Dma segments registers dirty */
1057 struct sym_chip *sym_lookup_chip_table(u_short device_id, u_char revision);
1066 struct sym_ccb *sym_get_ccb(struct sym_hcb *np, struct scsi_cmnd *cmd, u_char tag_order);
1068 struct sym_lcb *sym_alloc_lcb(struct sym_hcb *np, u_char tn, u_char ln);
1069 int sym_free_lcb(struct sym_hcb *np, u_char tn, u_char ln);