Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/cxgbe/
H A Dt4_filter.c337 fconf |= F_FRAGMENTATION; in mode_to_fconf()
395 fconf |= F_FRAGMENTATION; in check_fspec_against_fconf_iconf()
457 if (hwmode & F_FRAGMENTATION) in fconf_to_mode()
874 fmask |= F_FRAGMENTATION; in hashfilter_ntuple()
/freebsd-13.1/sys/dev/cxgbe/common/
H A Dt4_hw.c9770 tpp->frag_shift = t4_filter_field_shift(adap, F_FRAGMENTATION); in read_filter_mode_and_ingress_config()
9866 case F_FRAGMENTATION: in t4_filter_field_shift()
H A Dt4_regs.h26791 #define F_FRAGMENTATION V_FRAGMENTATION(1U) macro