Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/
H A Dt4_filter.c341 fconf |= F_TOS; in mode_to_fconf_t4()
490 fconf |= F_TOS; in check_fspec_against_fconf_iconf()
537 if (hwmode & F_TOS) in fconf_to_mode_t4()
1057 fmask |= F_TOS; in hashfilter_ntuple()
/src/sys/dev/cxgbe/common/
H A Dt4_hw.c11625 tpp->tos_shift = t4_filter_field_shift(adap, F_TOS); in read_filter_mode_and_ingress_config()
11817 case F_TOS: in t4_filter_field_shift()
H A Dt4_regs.h33595 #define F_TOS V_TOS(1U) macro