Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c338 fconf |= F_MPSHITTYPE; in mode_to_fconf()
396 fconf |= F_MPSHITTYPE; in check_fspec_against_fconf_iconf()
457 if (hwmode & F_MPSHITTYPE) in fconf_to_mode()
867 fmask |= F_MPSHITTYPE; in hashfilter_ntuple()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c9707 tpp->matchtype_shift = t4_filter_field_shift(adap, F_MPSHITTYPE); in read_filter_mode_and_ingress_config()
9796 case F_MPSHITTYPE: in t4_filter_field_shift()
H A Dt4_regs.h26793 #define F_MPSHITTYPE V_MPSHITTYPE(1U) macro