Searched defs:fas (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/sun/sys/scsi/adapters/ |
H A D | fasvar.h | 56 #define FAS_MUTEX(fas) (&(fas)->f_mutex) argument 57 #define FAS_CV(fas) (&(fas)->f_cv) argument 102 struct fas { struct 103 int f_instance; 127 struct fas *f_next; argument 140 uint8_t f_fasconf; argument 145 uint8_t f_fasconf2; argument 150 uint8_t f_fasconf3[NTARGETS_WIDE]; argument 151 uint8_t f_fasconf3_reg_last; argument 158 uchar_t f_clock_conv; [all …]
|
H A D | fasreg.h | 358 #define FAS_CLOCK_TICK(fas) \ argument 368 #define MIN_SYNC_FAST(fas) 4 argument 369 #define MIN_SYNC_SLOW(fas) \ argument 371 #define MIN_SYNC(fas) (MIN_SYNC_FAST((fas))) argument 372 #define MAX_SYNC(fas) 35 argument 378 #define MIN_SYNC_TIME(fas) \ argument 381 #define MAX_SYNC_TIME(fas) \ argument 390 #define MIN_SYNC_PERIOD(fas) (CONVERT_PERIOD(MIN_SYNC_TIME((fas)))) argument 391 #define MAX_SYNC_PERIOD(fas) (CONVERT_PERIOD(MAX_SYNC_TIME((fas)))) argument
|
/titanic_44/usr/src/uts/sun/io/scsi/adapters/ |
H A D | fas.c | 356 #define fas_reg_cmd_write(fas, cmd) \ argument 358 #define fas_reg_write(fas, p, what) *(p) = (what) argument 359 #define fas_reg_read(fas, p) *(p) argument 360 #define fas_dma_reg_write(fas, p, what) *(p) = (what) argument 361 #define fas_dma_reg_read(fas, p) *(p) argument 464 struct fas *fas; in fas_scsi_tgt_probe() local 524 struct fas *fas = NULL; in fas_attach() local 1072 struct fas *fas, *nfas; in fas_detach() local 1161 struct fas *fas, *f; in fas_dr_detach() local 1358 fas_quiesce_bus(struct fas *fas) in fas_quiesce_bus() [all …]
|
H A D | fas_callbacks.c | 54 fas_init_callbacks(struct fas *fas) in fas_init_callbacks() 62 fas_destroy_callbacks(struct fas *fas) in fas_destroy_callbacks() 68 fas_empty_callbackQ(struct fas *fas) in fas_empty_callbackQ() 122 fas_call_pkt_comp(register struct fas *fas, register struct fas_cmd *sp) in fas_call_pkt_comp()
|