Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c339 fconf |= F_PROTOCOL; in mode_to_fconf()
488 fconf |= F_PROTOCOL; in fconf_to_mode()
535 if (hwmode & F_PROTOCOL) in set_filter_mode()
1061 fmask |= F_PROTOCOL; in set_filter()
/freebsd/sbin/setkey/
H A Dparse.y108 %token F_PROTOCOL F_AUTH F_ENC F_REPLAY F_COMP F_RAWCPI
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c13093 tpp->protocol_shift = t4_filter_field_shift(adap, F_PROTOCOL); in read_filter_mode_and_ingress_config()
13287 case F_PROTOCOL: in t4_filter_field_shift()
H A Dt4_regs.h33586 #define F_PROTOCOL V_PROTOCOL(1U) macro