Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgbe/
HDt4_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-11-stable/sys/dev/cxgbe/common/
HDt4_hw.c9279 tpp->macmatch_shift = t4_filter_field_shift(adap, F_MACMATCH); in read_filter_mode_and_ingress_config()
9371 case F_MACMATCH: in t4_filter_field_shift()
HDt4_regs.h26793 #define F_MACMATCH V_MACMATCH(1U) macro