Searched refs:f_timebase (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasvar.h70 int f_timebase; member in struct:f_slots
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c3340 i = pkt->pkt_time - slots->f_timebase;
3345 slots->f_timeout = slots->f_timebase;
3348 slots->f_timeout = slots->f_timebase = pkt->pkt_time;
3672 if (sp->cmd_pkt->pkt_time == tag_slots->f_timebase) {
3695 tag_slots->f_timebase = n;
3699 tag_slots->f_timebase = 0;
3703 tag_slots->f_timeout = tag_slots->f_timebase;
7339 if ((fas->f_tcmds[slot] > 0) && (tag_slots->f_timebase)) {
7341 if (tag_slots->f_timebase <=
7343 tag_slots->f_timebase
[all...]

Completed in 110 milliseconds