Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c548 txwr->lsodisable_to_flags = htobe32(V_TX_ULP_MODE(ulp_mode(toep)) | in write_tx_wr()
655 KASSERT(ulp_mode(toep) == ULP_MODE_NONE || in t4_push_frames()
656 ulp_mode(toep) == ULP_MODE_TCPDDP || in t4_push_frames()
657 ulp_mode(toep) == ULP_MODE_TLS || in t4_push_frames()
658 ulp_mode(toep) == ULP_MODE_RDMA, in t4_push_frames()
659 ("%s: ulp_mode %u for toep %p", __func__, ulp_mode(toep), toep)); in t4_push_frames()
854 if (compl || ulp_mode(toep) == ULP_MODE_RDMA) { in t4_push_frames()
1132 KASSERT(ulp_mode(toep) == ULP_MODE_ISCSI, in t4_push_pdus()
1133 ("%s: ulp_mode %u for toep %p", __func__, ulp_mode(toep), toep)); in t4_push_pdus()
1235 if (ulp_mode(toep) == ULP_MODE_ISCSI) in t4_push_data()
[all …]
H A Dt4_tls.c216 if (ulp_mode(toep) != ULP_MODE_NONE) in tls_alloc_ktls()
221 switch (ulp_mode(toep)) { in tls_alloc_ktls()
505 KASSERT(ulp_mode(toep) == ULP_MODE_NONE || in t4_push_ktls()
506 ulp_mode(toep) == ULP_MODE_TCPDDP || ulp_mode(toep) == ULP_MODE_TLS, in t4_push_ktls()
507 ("%s: ulp_mode %u for toep %p", __func__, ulp_mode(toep), toep)); in t4_push_ktls()
1090 KASSERT(ulp_mode(toep) == ULP_MODE_NONE, in mk_set_tcb_field_ulp()
1158 toep->params.ulp_mode = ULP_MODE_TLS; in tls_update_tcb()
H A Dt4_tom.h114 int8_t ulp_mode; member
255 ulp_mode(struct toepcb *toep) in ulp_mode() function
258 return (toep->params.ulp_mode); in ulp_mode()
H A Dt4_tom.c188 MPASS(ulp_mode(toep) != ULP_MODE_TCPDDP); in init_toepcb()
216 if (ulp_mode(toep) == ULP_MODE_TCPDDP) in free_toepcb()
358 if (ulp_mode(toep) == ULP_MODE_TCPDDP) in done_with_toepcb()
916 if (ulp_mode(toep) == ULP_MODE_NONE && /* XXX: Read TCB otherwise? */ in t4_pmtu_update()
1000 if (ulp_mode(toep) == ULP_MODE_TCPDDP) in final_cpl_received()
1132 MPASS(cp->ulp_mode >= 0 && cp->ulp_mode <= M_ULP_MODE); in calc_options0()
1133 opt0 |= V_ULP_MODE(cp->ulp_mode); in calc_options0()
1202 MPASS(cp->ulp_mode != ULP_MODE_TCPDDP); in calc_options2()
1310 cp->ulp_mode = ULP_MODE_NONE; in init_conn_params()
2219 if (ulp_mode(toep) == ULP_MODE_TCPDDP || in t4_aio_queue_tom()
[all …]
H A Dt4_ddp.c1195 if (ulp_mode(toep) == ULP_MODE_ISCSI) { in do_rx_data_ddp()
1279 toep->params.ulp_mode = ULP_MODE_TCPDDP; in set_ddp_ulp_mode()
2804 if (__predict_false(ulp_mode(toep) == ULP_MODE_NONE)) { in t4_aio_queue_ddp()
2948 switch (ulp_mode(toep)) { in t4_enable_ddp_rcv()
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c1179 if (ulp_mode(toep) != ULP_MODE_NONE) { in icl_cxgbei_conn_handoff()
1203 toep->params.ulp_mode = ULP_MODE_ISCSI; in icl_cxgbei_conn_handoff()
/freebsd/sys/dev/oce/
H A Doce_mbox.c531 if (fwcmd->params.rsp.ulp[0].ulp_mode & ULP_NIC_MODE) { in oce_get_fw_config()
H A Doce_hw.h1685 uint32_t ulp_mode; member
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1428 toep->params.ulp_mode = ULP_MODE_RDMA; in rdma_init()