Searched refs:ELS_LOGO (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/include/uapi/scsi/fc/ |
H A D | fc_els.h | 27 ELS_LOGO = 0x05, /* Logout */ enumerator 98 [ELS_LOGO] = "LOGO", \
|
/openbmc/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_els.c | 231 rc = bnx2fc_initiate_els(tgt, ELS_LOGO, logo, sizeof(*logo), in bnx2fc_send_logo() 942 case ELS_LOGO: in bnx2fc_elsct_send()
|
H A D | bnx2fc_fcoe.c | 234 case ELS_LOGO: in bnx2fc_xmit_l2_frame() 596 case ELS_LOGO: in bnx2fc_recv_frame()
|
/openbmc/linux/drivers/scsi/libfc/ |
H A D | fc_encode.h | 832 logo->fl_cmd = ELS_LOGO; in fc_logo_fill() 923 case ELS_LOGO: in fc_els_fill()
|
H A D | fc_rport.c | 1486 if (!lport->tt.elsct_send(lport, rdata->ids.port_id, fp, ELS_LOGO, in fc_rport_enter_logo() 1813 case ELS_LOGO: in fc_rport_recv_req()
|
H A D | fc_lport.c | 899 case ELS_LOGO: in fc_lport_recv_els_req() 1718 if (!lport->tt.elsct_send(lport, FC_FID_FLOGI, fp, ELS_LOGO, in fc_lport_enter_logo()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_target.h | 488 #define ELS_LOGO 0x5 macro
|
H A D | qla_target.c | 2392 case ELS_LOGO: in qlt_xmit_tm_rsp() 5175 case ELS_LOGO: in qlt_24xx_handle_els()
|
/openbmc/linux/drivers/scsi/elx/libefc/ |
H A D | efc_node.c | 936 {ELS_LOGO, EFC_EVT_LOGO_RCVD, sizeof(struct fc_els_ls_acc)}, in efc_node_recv_els_frame()
|
H A D | efc_device.c | 430 if (efc_node_check_els_req(ctx, evt, arg, ELS_LOGO, in __efc_d_wait_logo_rsp()
|
H A D | efc_els.c | 542 logo->fl_cmd = ELS_LOGO; in efc_send_logo()
|
/openbmc/linux/drivers/scsi/fcoe/ |
H A D | fcoe.c | 1626 if (is_fip_mode(ctlr) && fc_frame_payload_op(fp) == ELS_LOGO && in fcoe_filter_frames() 2626 case ELS_LOGO: in fcoe_elsct_send()
|
H A D | fcoe_ctlr.c | 747 case ELS_LOGO: in fcoe_ctlr_els_send()
|
/openbmc/linux/drivers/s390/scsi/ |
H A D | zfcp_fc.c | 350 else if (els_type == ELS_LOGO) in zfcp_fc_incoming_els()
|
/openbmc/linux/drivers/scsi/qedf/ |
H A D | qedf_main.c | 2533 case ELS_LOGO: in qedf_recv_frame()
|
/openbmc/linux/drivers/scsi/elx/libefc_sli/ |
H A D | sli4.c | 1468 case ELS_LOGO: in sli_els_request64_wqe()
|