Searched refs:fx_op (Results 1 – 3 of 3) sorted by relevance
269 uint8_t fx_op; /* ELS_OP_FLOGI or ELS_OP_ACC/RJT */ member
420 fx.fx_op = ELS_OP_FLOGI; in fct_do_flogi()451 } else if ((ret == FCT_SUCCESS) && (fx.fx_op == ELS_OP_LSRJT)) { in fct_do_flogi()475 fx.fx_op, fx.fx_rjt_reason, fx.fx_rjt_expl); in fct_do_flogi()483 ASSERT(fx.fx_op == ELS_OP_ACC); in fct_do_flogi()526 fx->fx_op = ELS_OP_ACC; in fct_handle_rcvd_flogi()
630 if (port->fx.fx_op) {675 if (fx->fx_op == ELS_OP_ACC) {724 if (port->fx.fx_op) {1903 fx->fx_op = ELS_OP_LSRJT;1908 fx->fx_op = ELS_OP_ACC;3237 fx.fx_op = ELS_OP_FLOGI;