Lines Matching defs:ncb
970 struct ncb { struct
977 struct head header;
979 int unit;
993 struct link jump_tcb;
1002 int reg_rid;
1003 struct resource *reg_res;
1004 bus_space_tag_t bst;
1005 bus_space_handle_t bsh;
1007 int sram_rid;
1008 struct resource *sram_res;
1009 bus_space_tag_t bst2;
1010 bus_space_handle_t bsh2;
1012 struct resource *irq_res;
1013 void *irq_handle;
1018 struct script *script;
1019 struct scripth *scripth;
1024 u_long p_script;
1025 u_long p_scripth;
1030 u_char myaddr;
1035 u_char minsync; /* Minimum sync period factor */
1036 u_char maxsync; /* Maximum sync period factor */
1037 u_char maxoffs; /* Max scsi offset */
1038 u_char clock_divn; /* Number of clock divisors */
1039 u_long clock_khz; /* SCSI clock frequency in KHz */
1040 u_long features; /* Chip features map */
1041 u_char multiplier; /* Clock multiplier (1,2,4) */
1043 u_char maxburst; /* log base 2 of dwords burst */
1048 u_char rv_scntl3;
1049 u_char rv_dcntl;
1050 u_char rv_dmode;
1051 u_char rv_ctest3;
1052 u_char rv_ctest4;
1053 u_char rv_ctest5;
1054 u_char rv_gpcntl;
1055 u_char rv_stest2;
1062 struct cam_sim *sim;
1063 struct cam_path *path;
1071 struct usrcmd user;
1076 struct tcb target[MAX_TARGET];
1081 u_int32_t squeue [MAX_START];
1082 u_short squeueput;
1087 time_t heartbeat;
1088 u_short ticks;
1089 u_short latetime;
1090 time_t lasttime;
1091 struct callout timeout_ch;
1099 struct ncr_reg regdump;
1100 time_t regtime;
1105 struct profile profile;
1106 u_long disc_phys;
1107 u_long disc_ref;
1112 nccb_p link_nccb;
1120 u_char msgout[8];
1121 u_char msgin [8];
1122 u_int32_t lastmsg;
1127 u_char scratch;
1132 u_char maxwide;
1138 pci_port_t port;