Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c2920 struct f_slots *tag_slots; in fas_alloc_tag() local
2927 tag_slots = fas->f_active[slot]; in fas_alloc_tag()
2928 ASSERT(tag_slots->f_n_slots == NTAGS); in fas_alloc_tag()
2941 if (tag_slots->f_slot[tag] == 0) { in fas_alloc_tag()
2951 tag_slots->f_slot[tag] = sp; in fas_alloc_tag()
2968 age = tag_slots->f_slot[tag]->cmd_age++; in fas_alloc_tag()
2970 tag_slots->f_slot[tag]->cmd_pkt->pkt_time) { 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()
3641 struct f_slots *tag_slots = fas->f_active[slot]; in fas_remove_cmd() local
[all …]