Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/
H A Dt4_filter.c339 fconf |= F_PROTOCOL; in mode_to_fconf_t4()
488 fconf |= F_PROTOCOL; in check_fspec_against_fconf_iconf()
535 if (hwmode & F_PROTOCOL) in fconf_to_mode_t4()
1061 fmask |= F_PROTOCOL; in hashfilter_ntuple()
/src/sbin/setkey/
H A Dparse.y108 %token F_PROTOCOL F_AUTH F_ENC F_REPLAY F_COMP F_RAWCPI
/src/sys/dev/cxgbe/common/
H A Dt4_hw.c11626 tpp->protocol_shift = t4_filter_field_shift(adap, F_PROTOCOL); in read_filter_mode_and_ingress_config()
11820 case F_PROTOCOL: in t4_filter_field_shift()
H A Dt4_regs.h33591 #define F_PROTOCOL V_PROTOCOL(1U) macro