Home
last modified time | relevance | path

Searched refs:F_FCOE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c362 fconf |= F_FCOE; in mode_to_fconf()
437 fconf |= F_FCOE; in check_fspec_against_fconf_iconf()
473 if (hwmode & F_FCOE) in fconf_to_mode()
877 fmask |= F_FCOE; in hashfilter_ntuple()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c9699 tpp->fcoe_shift = t4_filter_field_shift(adap, F_FCOE); in read_filter_mode_and_ingress_config()
9772 case F_FCOE: in t4_filter_field_shift()
H A Dt4_regs.h26825 #define F_FCOE V_FCOE(1U) macro