Searched refs:ELS_LOGO (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/include/uapi/scsi/fc/ |
D | fc_els.h | 38 ELS_LOGO = 0x05, /* Logout */ enumerator 105 [ELS_LOGO] = "LOGO", \
|
/linux-4.4.14/include/scsi/ |
D | fc_encode.h | 620 logo->fl_cmd = ELS_LOGO; in fc_logo_fill() 711 case ELS_LOGO: in fc_els_fill()
|
/linux-4.4.14/drivers/scsi/bnx2fc/ |
D | bnx2fc_els.c | 223 rc = bnx2fc_initiate_els(tgt, ELS_LOGO, logo, sizeof(*logo), in bnx2fc_send_logo() 910 case ELS_LOGO: in bnx2fc_elsct_send()
|
D | bnx2fc_fcoe.c | 213 case ELS_LOGO: in bnx2fc_xmit_l2_frame() 562 case ELS_LOGO: in bnx2fc_recv_frame()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_target.h | 529 #define ELS_LOGO 0x5 macro
|
D | qla_target.c | 4279 case ELS_LOGO: in qlt_24xx_handle_els()
|
/linux-4.4.14/drivers/scsi/libfc/ |
D | fc_rport.c | 1271 (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()
|
D | fc_lport.c | 911 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/ |
D | fcoe.c | 1757 if (is_fip_mode(ctlr) && fc_frame_payload_op(fp) == ELS_LOGO && in fcoe_filter_frames() 2798 case ELS_LOGO: in fcoe_elsct_send()
|
D | fcoe_ctlr.c | 752 case ELS_LOGO: in fcoe_ctlr_els_send()
|
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_fc.c | 324 else if (els_type == ELS_LOGO) in zfcp_fc_incoming_els()
|