Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_tcb.h551 #define V_TF_NON_OFFLOAD(x) ((x) << S_TF_NON_OFFLOAD) macro
/freebsd/sys/dev/cxgbe/common/
H A Dt4_tcb.h550 #define V_TF_NON_OFFLOAD(x) ((x) << S_TF_NON_OFFLOAD) macro
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c341 V_TCB_T_FLAGS(V_TF_CORE_BYPASS(1) | V_TF_NON_OFFLOAD(1)), in ktls_set_tcb_fields()
/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c2006 set_tcb_field(sc, f->tid, W_TCB_T_FLAGS, V_TF_NON_OFFLOAD(1) | in configure_hashfilter_tcb()