Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h455 int bus_throttle[AAC_CMDQ_NUM]; /* hold IO cmds for the bus */ member
H A Daac.c4382 if ((softs->bus_throttle[AAC_CMDQ_ASYNC] > 0 || in aac_check_drain()
4384 (softs->bus_throttle[AAC_CMDQ_SYNC] > 0 || in aac_check_drain()
4562 softs->bus_throttle[q] = 0; in aac_hold_bus()
4593 softs->bus_throttle[q] = max_throttle; in aac_unhold_bus()
5890 if (softs->bus_ncmds[q] < softs->bus_throttle[q]) { in aac_bind_io()