Home
last modified time | relevance | path

Searched refs:f_slots (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasvar.h66 struct f_slots { struct
78 #define FAS_F_SLOTS_SIZE_TQ (sizeof (struct f_slots) + \ argument
80 #define FAS_F_SLOT_SIZE (sizeof (struct f_slots))
365 struct f_slots *f_active[N_SLOTS]; /* outstanding cmds */
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c1016 struct f_slots *active = fas->f_active[slot]; in fas_attach()
1229 struct f_slots *active = fas->f_active[slot]; in fas_dr_detach()
2920 struct f_slots *tag_slots; in fas_alloc_tag()
3101 struct f_slots *slots = fas->f_active[slot]; in fas_startcmd()
3641 struct f_slots *tag_slots = fas->f_active[slot]; in fas_remove_cmd()
4222 struct f_slots *tag_slots; in fas_reconnect()
7312 struct f_slots *tag_slots; in fas_watchsubr()
8012 struct f_slots *tagque = fas->f_active[slot]; in fas_flush_tagQ()
9192 struct f_slots *old_active = fas->f_active[slot]; in fas_alloc_active_slots()
9193 struct f_slots *new_active; in fas_alloc_active_slots()