Home
last modified time | relevance | path

Searched defs:fas (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasvar.h127 struct fas *f_next; argument
140 uint8_t f_fasconf; argument
188 uchar_t f_last_cmd; /* last cmd sent to fas chip */ argument
240 * round robin scheduling of requests in fas_ustart() argument
335 * dma attrs for fas scsi engine argument
350 volatile struct fasreg *f_reg; argument
364 struct fas_cmd *f_current_sp; /* currently active cmd */ argument
403 struct fas_cmd *f_arq_pkt[N_SLOTS]; argument
414 * a queue for packets in case the fas mutex is locked argument
417 struct fas_cmd *f_waitf; argument
[all …]
H A Dfasreg.h358 #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
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c464 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
1420 struct fas *fas = arg; in fas_ncmds_checkdrain() local
1559 #define FIFO_CNT(fas) \ argument
2340 struct fas *fas = cdrarg; in fas_kmem_cache_constructor() local
7223 struct fas *fas; in fas_watch() local
8411 struct fas *fas; in fas_watch_reset_delay() local
8767 struct fas *fas; in fas_scsi_quiesce() local
[all …]
H A Dfas_callbacks.c54 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()