Home
last modified time | relevance | path

Searched refs:FC_SOF_N3 (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/scsi/fc/
Dfc_encaps.h78 FC_SOF_N3 = 0x36, /* normal class 3 */ enumerator
119 return class + FC_SOF_N3 - FC_SOF_I3; /* diff is always 8 */ in fc_sof_normal()
/linux-4.4.14/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.4.14/drivers/scsi/libfc/
Dfc_libfc.c210 fr_sof(fp) = seq_cnt ? FC_SOF_N3 : FC_SOF_I3; in fc_fill_hdr()
Dfc_disc.c557 } else if (fr_sof(fp) == FC_SOF_N3 && seq_cnt == disc->seq_count) { in fc_disc_gpn_ft_resp()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c545 case FC_SOF_N3: in ixgbe_fso()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_fcoe.c65 return (sof == FC_SOF_I3) || (sof == FC_SOF_N3); in i40e_fcoe_sof_is_class3()