Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c353 fconf |= F_VLAN; in mode_to_fconf()
411 fconf |= F_VLAN; in check_fspec_against_fconf_iconf()
467 if (hwmode & F_VLAN) in fconf_to_mode()
823 fmask |= F_VLAN; in hashfilter_ntuple()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c9702 tpp->vlan_shift = t4_filter_field_shift(adap, F_VLAN); in read_filter_mode_and_ingress_config()
9781 case F_VLAN: in t4_filter_field_shift()
H A Dt4_regs.h26813 #define F_VLAN V_VLAN(1U) macro