Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/
Dt4_filter.c340 fconf |= F_MACMATCH; in mode_to_fconf()
389 fconf |= F_MACMATCH; in check_fspec_against_fconf_iconf()
450 CHECK_FIELD(F_MACMATCH, macmatch_shift, M_FT_MACMATCH, T4_FILTER_MAC_IDX); in get_filter_mode()
/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_hw.c9628 tpp->macmatch_shift = t4_filter_field_shift(adap, F_MACMATCH); in read_filter_mode_and_ingress_config()
9727 case F_MACMATCH: in t4_filter_field_shift()
Dt4_regs.h26795 #define F_MACMATCH V_MACMATCH(1U) macro