Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/
H A Dt4_filter.c335 fconf |= F_MACMATCH; in mode_to_fconf_t4()
484 fconf |= F_MACMATCH; in check_fspec_against_fconf_iconf()
531 if (hwmode & F_MACMATCH) in fconf_to_mode_t4()
1069 fmask |= F_MACMATCH; in hashfilter_ntuple()
/src/sys/dev/cxgbe/common/
H A Dt4_hw.c11628 tpp->macmatch_shift = t4_filter_field_shift(adap, F_MACMATCH); in read_filter_mode_and_ingress_config()
11826 case F_MACMATCH: in t4_filter_field_shift()
H A Dt4_regs.h33583 #define F_MACMATCH V_MACMATCH(1U) macro