Home
last modified time | relevance | path

Searched refs:ULP_MODE_TLS (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/dev/cxgbe/tom/
H A Dt4_tls.c223 case ULP_MODE_TLS: in tls_alloc_ktls()
366 txwr->lsodisable_to_flags = htobe32(V_TX_ULP_MODE(ULP_MODE_TLS) | in write_tlstx_wr()
506 ulp_mode(toep) == ULP_MODE_TCPDDP || ulp_mode(toep) == ULP_MODE_TLS, in t4_push_ktls()
1158 toep->params.ulp_mode = ULP_MODE_TLS; in tls_update_tcb()
1160 V_TCB_ULP_TYPE(M_TCB_ULP_TYPE), V_TCB_ULP_TYPE(ULP_MODE_TLS)); in tls_update_tcb()
H A Dt4_cpl_io.c657 ulp_mode(toep) == ULP_MODE_TLS || in t4_push_frames()
1685 if (__predict_false(ulp_mode(toep) == ULP_MODE_TLS && in do_rx_data()
/freebsd-14.2/sys/dev/cxgbe/common/
H A Dt4_msg.h235 ULP_MODE_TLS = 8, enumerator