Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgb/common/
HDcxgb_tcb.h551 #define V_TF_NON_OFFLOAD(x) ((x) << S_TF_NON_OFFLOAD) macro
/freebsd-14-stable/sys/dev/cxgbe/common/
HDt4_tcb.h550 #define V_TF_NON_OFFLOAD(x) ((x) << S_TF_NON_OFFLOAD) macro
/freebsd-14-stable/sys/dev/cxgbe/crypto/
HDt6_kern_tls.c342 V_TCB_T_FLAGS(V_TF_CORE_BYPASS(1) | V_TF_NON_OFFLOAD(1)), in ktls_set_tcb_fields()
/freebsd-14-stable/sys/dev/cxgbe/
HDt4_filter.c2006 set_tcb_field(sc, f->tid, W_TCB_T_FLAGS, V_TF_NON_OFFLOAD(1) | in configure_hashfilter_tcb()