Home
last modified time | relevance | path

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

/linux-4.1.27/include/scsi/fc/
Dfc_encaps.h75 FC_SOF_I3 = 0x2e, /* initiate class 3 */ enumerator
101 FC_CLASS_3 = FC_SOF_I3,
119 return class + FC_SOF_N3 - FC_SOF_I3; /* diff is always 8 */ in fc_sof_normal()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_fcoe.c47 if ((sof != FC_SOF_I3) && (sof != FC_SOF_N3)) { in cxgb_fcoe_sof_eof_supported()
/linux-4.1.27/drivers/scsi/libfc/
Dfc_libfc.c210 fr_sof(fp) = seq_cnt ? FC_SOF_N3 : FC_SOF_I3; in fc_fill_hdr()
Dfc_disc.c533 if (fr_sof(fp) == FC_SOF_I3 && seq_cnt == 0 && disc->seq_count == 0) { in fc_disc_gpn_ft_resp()
Dfc_lport.c1927 if (fr_sof(fp) == FC_SOF_I3 && !ntohs(fh->fh_seq_cnt)) { in fc_lport_bsg_resp()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c539 case FC_SOF_I3: in ixgbe_fso()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_fcoe.c65 return (sof == FC_SOF_I3) || (sof == FC_SOF_N3); in i40e_fcoe_sof_is_class3()
/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c610 fr_sof(fp) = FC_SOF_I3; in bnx2fc_process_l2_frame_compl()
/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe_ctlr.c1286 fr_sof(fp) = FC_SOF_I3; in fcoe_ctlr_recv_els()