Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c335 fconf |= F_FRAGMENTATION; in mode_to_fconf()
393 fconf |= F_FRAGMENTATION; in check_fspec_against_fconf_iconf()
455 if (hwmode & F_FRAGMENTATION) in fconf_to_mode()
872 fmask |= F_FRAGMENTATION; in hashfilter_ntuple()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c9708 tpp->frag_shift = t4_filter_field_shift(adap, F_FRAGMENTATION); in read_filter_mode_and_ingress_config()
9799 case F_FRAGMENTATION: in t4_filter_field_shift()
H A Dt4_regs.h26789 #define F_FRAGMENTATION V_FRAGMENTATION(1U) macro