Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c359 fconf |= F_PORT; in mode_to_fconf()
434 fconf |= F_PORT; in check_fspec_against_fconf_iconf()
471 if (hwmode & F_PORT) in fconf_to_mode()
828 fmask |= F_PORT; in hashfilter_ntuple()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c9700 tpp->port_shift = t4_filter_field_shift(adap, F_PORT); in read_filter_mode_and_ingress_config()
9775 case F_PORT: in t4_filter_field_shift()
H A Dt4_regs.h26821 #define F_PORT V_PORT(1U) macro