Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c545 uint8_t elsop = 0; in fct_process_link_init() local
640 elsop = ELS_OP_PLOGI; in fct_process_link_init()
672 elsop = ELS_OP_PLOGI; in fct_process_link_init()
684 elsop = ELS_OP_SCR; in fct_process_link_init()
710 elsop = ELS_OP_PLOGI; in fct_process_link_init()
772 if (elsop != 0) { in fct_process_link_init()
774 elsop, wkdid, fct_link_init_cb); in fct_process_link_init()
H A Dfct_impl.h427 int implicit, uchar_t elsop, uint32_t wkdid, fct_icmd_cb_t icmdcb);
H A Dfct.c2305 uchar_t elsop, uint32_t wkdid, fct_icmd_cb_t icmdcb) in fct_create_solels() argument
2323 wkdid)) == NULL) && (elsop != ELS_OP_PLOGI)) { in fct_create_solels()
2351 ASSERT(elsop & (ELS_OP_LOGO | ELS_OP_PLOGI)); in fct_create_solels()
2353 if (elsop == ELS_OP_LOGO) { in fct_create_solels()
2373 switch (elsop) { in fct_create_solels()
2506 els->els_req_payload[0] = elsop; in fct_create_solels()
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c5834 uint8_t elsop, req1f; in qlt_send_els_response() local
5855 elsop = els->els_req_payload[0]; in qlt_send_els_response()
5856 if ((elsop == ELS_OP_PRLI) || (elsop == ELS_OP_PRLO) || in qlt_send_els_response()
5857 (elsop == ELS_OP_TPRLO) || (elsop == ELS_OP_LOGO)) { in qlt_send_els_response()
6422 uint8_t elsop; in qlt_handle_unsol_els_completion() local
6428 elsop = rsp[0x16]; in qlt_handle_unsol_els_completion()
6498 if ((elsop == ELS_OP_LOGO) && in qlt_handle_unsol_els_completion()
7229 uint8_t elsop, req1f; in qlt_abort_purex() local
7237 cmd->cmd_handle, elsop); in qlt_abort_purex()
7239 if ((elsop == ELS_OP_PRLI) || (elsop == ELS_OP_PRLO) || in qlt_abort_purex()
[all …]