Searched refs:ulp_mode (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_cpl_io.c | 548 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 D | t4_tls.c | 216 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 D | t4_tom.h | 114 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 D | t4_tom.c | 188 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 D | t4_ddp.c | 1195 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 D | icl_cxgbei.c | 1179 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 D | oce_mbox.c | 531 if (fwcmd->params.rsp.ulp[0].ulp_mode & ULP_NIC_MODE) { in oce_get_fw_config()
|
H A D | oce_hw.h | 1685 uint32_t ulp_mode; member
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | qp.c | 1428 toep->params.ulp_mode = ULP_MODE_RDMA; in rdma_init()
|