Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/scsi/fc/
Dfc_els.h38 ELS_LOGO = 0x05, /* Logout */ enumerator
105 [ELS_LOGO] = "LOGO", \
/linux-4.4.14/include/scsi/
Dfc_encode.h620 logo->fl_cmd = ELS_LOGO; in fc_logo_fill()
711 case ELS_LOGO: in fc_els_fill()
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_els.c223 rc = bnx2fc_initiate_els(tgt, ELS_LOGO, logo, sizeof(*logo), in bnx2fc_send_logo()
910 case ELS_LOGO: in bnx2fc_elsct_send()
Dbnx2fc_fcoe.c213 case ELS_LOGO: in bnx2fc_xmit_l2_frame()
562 case ELS_LOGO: in bnx2fc_recv_frame()
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_target.h529 #define ELS_LOGO 0x5 macro
Dqla_target.c4279 case ELS_LOGO: in qlt_24xx_handle_els()
/linux-4.4.14/drivers/scsi/libfc/
Dfc_rport.c1271 (void)lport->tt.elsct_send(lport, rdata->ids.port_id, fp, ELS_LOGO, in fc_rport_enter_logo()
1560 case ELS_LOGO: in fc_rport_recv_req()
Dfc_lport.c911 case ELS_LOGO: in fc_lport_recv_els_req()
1688 if (!lport->tt.elsct_send(lport, FC_FID_FLOGI, fp, ELS_LOGO, in fc_lport_enter_logo()
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c1757 if (is_fip_mode(ctlr) && fc_frame_payload_op(fp) == ELS_LOGO && in fcoe_filter_frames()
2798 case ELS_LOGO: in fcoe_elsct_send()
Dfcoe_ctlr.c752 case ELS_LOGO: in fcoe_ctlr_els_send()
/linux-4.4.14/drivers/s390/scsi/
Dzfcp_fc.c324 else if (els_type == ELS_LOGO) in zfcp_fc_incoming_els()