Home
last modified time | relevance | path

Searched refs:F_PROTOCOL (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/dev/cxgbe/
H A Dt4_filter.c349 fconf |= F_PROTOCOL; in mode_to_fconf()
407 fconf |= F_PROTOCOL; in check_fspec_against_fconf_iconf()
465 if (hwmode & F_PROTOCOL) in fconf_to_mode()
835 fmask |= F_PROTOCOL; in hashfilter_ntuple()
/freebsd-13.1/sbin/setkey/
H A Dparse.y101 %token F_PROTOCOL F_AUTH F_ENC F_REPLAY F_COMP F_RAWCPI
/freebsd-13.1/sys/dev/cxgbe/common/
H A Dt4_hw.c9766 tpp->protocol_shift = t4_filter_field_shift(adap, F_PROTOCOL); in read_filter_mode_and_ingress_config()
9854 case F_PROTOCOL: in t4_filter_field_shift()
H A Dt4_regs.h26807 #define F_PROTOCOL V_PROTOCOL(1U) macro