Home
last modified time | relevance | path

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

/linux-5.19.10/include/scsi/fc/
Dfc_encaps.h63 FC_SOF_I3 = 0x2e, /* initiate class 3 */ enumerator
89 FC_CLASS_3 = FC_SOF_I3,
107 return class + FC_SOF_N3 - FC_SOF_I3; /* diff is always 8 */ in fc_sof_normal()
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_fcoe.c47 if ((sof != FC_SOF_I3) && (sof != FC_SOF_N3)) { in cxgb_fcoe_sof_eof_supported()
/linux-5.19.10/drivers/scsi/libfc/
Dfc_libfc.c198 fr_sof(fp) = seq_cnt ? FC_SOF_N3 : FC_SOF_I3; in fc_fill_hdr()
Dfc_disc.c520 if (fr_sof(fp) == FC_SOF_I3 && seq_cnt == 0 && disc->seq_count == 0) { in fc_disc_gpn_ft_resp()
Dfc_lport.c1974 if (fr_sof(fp) == FC_SOF_I3 && !ntohs(fh->fh_seq_cnt)) { in fc_lport_bsg_resp()
/linux-5.19.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c517 case FC_SOF_I3: in ixgbe_fso()
/linux-5.19.10/drivers/scsi/qedf/
Dqedf_els.c356 fr_sof(fp) = FC_SOF_I3; in qedf_process_l2_frame_compl()
Dqedf_io.c2582 fr_sof(fp) = FC_SOF_I3; in qedf_process_unsol_compl()
/linux-5.19.10/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c611 fr_sof(fp) = FC_SOF_I3; in bnx2fc_process_l2_frame_compl()
/linux-5.19.10/drivers/scsi/fcoe/
Dfcoe_ctlr.c1281 fr_sof(fp) = FC_SOF_I3; in fcoe_ctlr_recv_els()