Home
last modified time | relevance | path

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

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