Searched refs:ulp_mode (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c99 if (ulp_mode(toep) == ULP_MODE_TLS)
149 if (ulp_mode(toep) == ULP_MODE_TLS)
150 FLOWC_PARAM(ULP_MODE, ulp_mode(toep));
397 if (ulp_mode(toep) == ULP_MODE_TLS)
570 txwr->lsodisable_to_flags = htobe32(V_TX_ULP_MODE(ulp_mode(toep)) |
677 KASSERT(ulp_mode(toep) == ULP_MODE_NONE ||
678 ulp_mode(toep) == ULP_MODE_TCPDDP ||
679 ulp_mode(toep) == ULP_MODE_TLS ||
680 ulp_mode(toep) == ULP_MODE_RDMA,
681 ("%s: ulp_mode
[all...]
H A Dt4_tom.h109 int8_t ulp_mode; member in struct:conn_params
224 ulp_mode(struct toepcb *toep) function
227 return (toep->params.ulp_mode);
H A Dt4_tom.c189 if (ulp_mode(toep) == ULP_MODE_TCPDDP)
218 if (ulp_mode(toep) == ULP_MODE_TCPDDP)
336 if (ulp_mode(toep) == ULP_MODE_TCPDDP)
397 if (ulp_mode(toep) == ULP_MODE_TLS)
861 if (ulp_mode(toep) == ULP_MODE_TCPDDP)
863 else if (ulp_mode(toep) == ULP_MODE_TLS)
985 MPASS(cp->ulp_mode >= 0 && cp->ulp_mode <= M_ULP_MODE);
986 opt0 |= V_ULP_MODE(cp->ulp_mode);
1054 if (cp->ulp_mode
[all...]
H A Dt4_tls.c145 toep->params.ulp_mode = ULP_MODE_NONE;
601 ulp_mode(toep) != ULP_MODE_TLS)
837 else if (ulp_mode(toep) == ULP_MODE_TLS) {
848 else if (ulp_mode(toep) == ULP_MODE_TLS) {
872 switch (ulp_mode(toep)) {
981 switch (ulp_mode(toep)) {
1127 if (ulp_mode(toep) == ULP_MODE_TLS) {
1396 KASSERT(ulp_mode(toep) == ULP_MODE_NONE ||
1397 ulp_mode(toep) == ULP_MODE_TCPDDP || ulp_mode(toe
[all...]
H A Dt4_ddp.c763 if (ulp_mode(toep) == ULP_MODE_ISCSI) {
/freebsd-13-stable/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c698 toep->params.ulp_mode = ULP_MODE_ISCSI;
/freebsd-13-stable/sys/dev/oce/
H A Doce_hw.h1686 uint32_t ulp_mode; member in struct:mbx_common_query_fw_config::__anon13636::__anon13638::__anon13639
H A Doce_mbox.c534 if (fwcmd->params.rsp.ulp[0].ulp_mode & ULP_NIC_MODE) {
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1425 toep->params.ulp_mode = ULP_MODE_RDMA;

Completed in 201 milliseconds