Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c11674 int do_acc; in fp_i_handle_unsol_els() local
11685 do_acc = (port->fp_statec_busy == 0) ? 1 : 0; in fp_i_handle_unsol_els()
11749 (((small > 0 && do_acc) || in fp_i_handle_unsol_els()
11805 " sent=%d.", f_port, small, do_acc, in fp_i_handle_unsol_els()
11914 int do_acc; in fp_handle_unsol_plogi() local
11926 do_acc = (port->fp_statec_busy == 0) ? 1 : 0; in fp_handle_unsol_plogi()
12014 if ((f_port == 0 && small < 0) || (((small > 0 && do_acc) || in fp_handle_unsol_plogi()
12049 "do_acc=%d, sent=%d.", f_port, small, do_acc, in fp_handle_unsol_plogi()
12209 int do_acc; in fp_login_acc_init() local
12218 do_acc = (port->fp_statec_busy == 0) ? 1 : 0; in fp_login_acc_init()
[all …]