Home
last modified time | relevance | path

Searched refs:f_slot (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c1241 active->f_slot[tag] = NULL; in fas_dr_detach()
2941 if (tag_slots->f_slot[tag] == 0) { in fas_alloc_tag()
2951 tag_slots->f_slot[tag] = sp; in fas_alloc_tag()
2981 if (!tag_slots->f_slot[tag]) { in fas_alloc_tag()
2999 if (tag_slots->f_slot[tag]) { in fas_alloc_tag()
3164 fas->f_active[slot]->f_slot[0] = sp; in fas_startcmd()
3647 if (sp == tag_slots->f_slot[tag]) { in fas_remove_cmd()
3648 tag_slots->f_slot[tag] = NULL; in fas_remove_cmd()
3685 ssp = tag_slots->f_slot[i]; in fas_remove_cmd()
4317 sp = tag_slots->f_slot[tag]; in fas_reconnect()
[all …]
H A Dfas_callbacks.c134 ASSERT(sp != fas->f_active[sp->cmd_slot]->f_slot[sp->cmd_tag[1]]); in fas_call_pkt_comp()
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasvar.h75 struct fas_cmd *f_slot[1]; /* may be for 256 for TQ */ member