Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/scsi/fc/
H A Dfc_encaps.h66 FC_SOF_N3 = 0x36, /* normal class 3 */ enumerator
107 return class + FC_SOF_N3 - FC_SOF_I3; /* diff is always 8 */ in fc_sof_normal()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_fcoe.c47 if ((sof != FC_SOF_I3) && (sof != FC_SOF_N3)) { in cxgb_fcoe_sof_eof_supported()
/OK3568_Linux_fs/kernel/drivers/scsi/libfc/
H A Dfc_libfc.c198 fr_sof(fp) = seq_cnt ? FC_SOF_N3 : FC_SOF_I3; in fc_fill_hdr()
H A Dfc_disc.c544 } else if (fr_sof(fp) == FC_SOF_N3 && seq_cnt == disc->seq_count) { in fc_disc_gpn_ft_resp()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c523 case FC_SOF_N3: in ixgbe_fso()