Home
last modified time | relevance | path

Searched refs:FC_RCTL_ELS_REP (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/fc/
Dfc_fs.h42 FC_RCTL_ELS_REP = 0x23, enumerator
78 [FC_RCTL_ELS_REP] = "ELS rep", \
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/fc/
Dfc_fs.h53 FC_RCTL_ELS_REP = 0x23, enumerator
75 …FC_RCTL_DD_CMD_STATUS] = "cmd status",[FC_RCTL_ELS_REQ] = "ELS req",[FC_RCTL_ELS_REP] = "ELS rep",…
/kernel/linux/linux-5.10/include/uapi/scsi/fc/
Dfc_fs.h71 FC_RCTL_ELS_REP = 0x23, /* extended link services reply */ enumerator
118 [FC_RCTL_ELS_REP] = "ELS rep", \
/kernel/linux/linux-5.10/drivers/scsi/libfc/
Dfc_rport.c945 fc_fill_reply_hdr(fp, rx_fp, FC_RCTL_ELS_REP, 0); in fc_rport_recv_flogi_req()
1441 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_REP, 0); in fc_rport_recv_rtv_req()
1617 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_REP, 0); in fc_rport_recv_adisc_req()
1677 fc_fill_reply_hdr(fp, rx_fp, FC_RCTL_ELS_REP, 0); in fc_rport_recv_rls_req()
1947 fc_fill_reply_hdr(fp, rx_fp, FC_RCTL_ELS_REP, 0); in fc_rport_recv_plogi_req()
2062 fc_fill_reply_hdr(fp, rx_fp, FC_RCTL_ELS_REP, 0); in fc_rport_recv_prli_req()
2133 fc_fill_reply_hdr(fp, rx_fp, FC_RCTL_ELS_REP, 0); in fc_rport_recv_prlo_req()
Dfc_lport.c434 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_REP, 0); in fc_lport_recv_echo_req()
491 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_REP, 0); in fc_lport_recv_rnid_req()
841 fc_fill_reply_hdr(fp, rx_fp, FC_RCTL_ELS_REP, 0); in fc_lport_recv_flogi_req()
1715 if (fh->fh_r_ctl != FC_RCTL_ELS_REP || did == 0 || in fc_lport_flogi_resp()
Dfc_exch.c1848 fc_fill_reply_hdr(fp, rx_fp, FC_RCTL_ELS_REP, 0); in fc_seq_ls_acc()
1882 fc_fill_reply_hdr(fp, rx_fp, FC_RCTL_ELS_REP, 0); in fc_seq_ls_rjt()
2082 fc_fill_reply_hdr(fp, rfp, FC_RCTL_ELS_REP, 0); in fc_exch_els_rec()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
Dqedf_els.c344 fh->fh_r_ctl = FC_RCTL_ELS_REP; in qedf_process_l2_frame_compl()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c592 (fh->fh_r_ctl == FC_RCTL_ELS_REP)) { in bnx2fc_process_l2_frame_compl()
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
Dfcoe_ctlr.c1918 if (op == ELS_LS_ACC && fh->fh_r_ctl == FC_RCTL_ELS_REP && in fcoe_ctlr_recv_flogi()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
Dlpfc_sli.c10579 pring->prt[1].rctl = FC_RCTL_ELS_REP; in lpfc_sli4_setup()
10687 pring->prt[1].rctl = FC_RCTL_ELS_REP; in lpfc_sli_setup()
17428 case FC_RCTL_ELS_REP: /* extended link services reply */ in lpfc_fc_frame_check()