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

/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c217 static int fas_dopoll(struct fas *fas, int timeout);
1097 (void) fas_dopoll(fas, SHORT_POLL_TIMEOUT);
6575 if (fas_dopoll(fas, POLL_TIMEOUT) <= 0) {
6655 * fas_dopoll will always return when
6664 * if the cmd disconnected, the first call to fas_dopoll
6670 if ((n = fas_dopoll(fas, limit)) <= 0) {
6694 * fas_dopoll
6773 fas_dopoll(struct fas *fas, int limit) function
6782 * fas_dopoll always returns if e_state transitions to STATE_FREE
8176 (void) fas_dopoll(fa
[all...]

Completed in 89 milliseconds