Home
last modified time | relevance | path

Searched refs:V_ULP_MODE (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/crypto/
HDt6_kern_tls.c163 options = F_TCAM_BYPASS | V_ULP_MODE(ULP_MODE_NONE); in mk_ktls_act_open_req()
198 options = F_TCAM_BYPASS | V_ULP_MODE(ULP_MODE_NONE); in mk_ktls_act_open_req6()
/freebsd-13-stable/sys/dev/cxgbe/
HDt4_filter.c1537 V_ULP_MODE(f->fs.nat_mode ? ULP_MODE_TCPDDP : ULP_MODE_NONE) | in mk_act_open_req6()
1581 V_ULP_MODE(f->fs.nat_mode ? ULP_MODE_TCPDDP : ULP_MODE_NONE) | in mk_act_open_req()
/freebsd-13-stable/sys/dev/cxgb/common/
HDcxgb_t3_cpl.h358 #define V_ULP_MODE(x) ((x) << S_ULP_MODE) macro
/freebsd-13-stable/sys/dev/cxgbe/tom/
HDt4_tom.c1002 opt0 |= V_ULP_MODE(cp->ulp_mode); in calc_options0()
/freebsd-13-stable/sys/dev/cxgbe/common/
HDt4_msg.h460 #define V_ULP_MODE(x) ((x) << S_ULP_MODE) macro