Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c350 fconf |= F_TOS; in mode_to_fconf()
408 fconf |= F_TOS; in check_fspec_against_fconf_iconf()
465 if (hwmode & F_TOS) in fconf_to_mode()
838 fmask |= F_TOS; in hashfilter_ntuple()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c9703 tpp->tos_shift = t4_filter_field_shift(adap, F_TOS); in read_filter_mode_and_ingress_config()
9784 case F_TOS: in t4_filter_field_shift()
H A Dt4_regs.h26809 #define F_TOS V_TOS(1U) macro