Searched refs:LA_ELS_PLOGI (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fc_linkapp.h | 46 #define LA_ELS_PLOGI 0x03 macro
|
/titanic_44/usr/src/uts/common/sys/fc4/ |
H A D | fcal_linkapp.h | 65 #define LA_ELS_PLOGI 0x03 macro
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei_lv.c | 1177 case LA_ELS_PLOGI: in fcoei_initiate_els_req() 1293 case LA_ELS_PLOGI: in fcoei_initiate_els_resp()
|
H A D | fcoei_eth.c | 890 case LA_ELS_PLOGI: in fcoei_fill_els_fpkt_resp()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 3312 icmd->ipkt_opcode = LA_ELS_PLOGI; in fcp_tgt_send_plogi() 3345 logi.ls_code.ls_code = LA_ELS_PLOGI; in fcp_tgt_send_plogi() 5092 map_entry->map_pd != NULL) ? LA_ELS_PRLI : LA_ELS_PLOGI; in fcp_handle_mapflags() 5155 ASSERT(opcode == LA_ELS_PLOGI || opcode == LA_ELS_PRLI); in fcp_send_els() 5161 (opcode == LA_ELS_PLOGI) ? "PLOGI" : "PRLI"); in fcp_send_els() 5163 if (opcode == LA_ELS_PLOGI) { in fcp_send_els() 5225 case LA_ELS_PLOGI: { in fcp_send_els() 5232 logi.ls_code.ls_code = LA_ELS_PLOGI; in fcp_send_els() 5238 icmd->ipkt_opcode = LA_ELS_PLOGI; in fcp_send_els() 6251 case LA_ELS_PLOGI: in fcp_icmd_callback() [all …]
|
H A D | fcip.c | 6443 logi.ls_code.ls_code = LA_ELS_PLOGI; in fcip_do_plogi() 6488 ASSERT(logi_req.ls_code == LA_ELS_PLOGI); in fcip_ipkt_callback()
|
H A D | fcsm.c | 3195 fcsm_pkt_common_intr, LA_ELS_PLOGI); in fcsm_job_login_mgmt_server()
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 2079 {LA_ELS_PLOGI, "LA_ELS_PLOGI"}, \
|
/titanic_44/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 4131 job, LA_ELS_PLOGI); in fp_port_login() 5954 fp_plogi_intr, cmd->cmd_job, LA_ELS_PLOGI); in fp_flogi_intr() 6655 cmd->cmd_job, LA_ELS_PLOGI); in fp_adisc_intr() 10775 case LA_ELS_PLOGI: in fp_unsol_cb() 11028 case LA_ELS_PLOGI: in fp_handle_unsol_buf() 11685 case LA_ELS_PLOGI: { in fp_i_handle_unsol_els() 12202 if (buf->ub_buffer[0] == LA_ELS_PLOGI && in fp_login_acc_init()
|
/titanic_44/usr/src/uts/sun/io/scsi/adapters/ |
H A D | sf.c | 2310 if (!sf_login(sf, LA_ELS_PLOGI, in sf_statec_callback() 2607 if (els_code == LA_ELS_PLOGI) { in sf_login() 2737 case LA_ELS_PLOGI: in sf_els_callback()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_isr.c | 3303 if (opcode == LA_ELS_PLOGI) { in ql_els_passthru_entry()
|
H A D | ql_api.c | 2783 case LA_ELS_PLOGI: in ql_els_send() 8816 payload->ls_code.ls_code = LA_ELS_PLOGI; in ql_send_plogi() 8850 ql_isp_els_handle_endian(ha, (uint8_t *)payload, LA_ELS_PLOGI); in ql_send_plogi() 17551 case LA_ELS_PLOGI: { in ql_isp_els_handle_endian()
|