Searched defs:do_acc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c11670 int do_acc; local
11681 do_acc = (port->fp_statec_busy == 0) ? 1 : 0;
11745 (((small > 0 && do_acc) ||
11800 " f_port=%d, small=%d, do_acc=%d,"
11801 " sent=%d.", f_port, small, do_acc,
11910 int do_acc; local
11922 do_acc = (port->fp_statec_busy == 0) ? 1 : 0;
12010 if ((f_port == 0 && small < 0) || (((small > 0 && do_acc) ||
12045 "do_acc=%d, sent=%d.", f_port, small, do_acc,
12205 int do_acc; local
[all...]

Completed in 87 milliseconds