Searched refs:ulp_mode (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/dev/cxgbe/tom/ |
| H A D | t4_cpl_io.c | 600 txwr->lsodisable_to_flags = htobe32(V_TX_ULP_MODE(ulp_mode(toep)) | in write_tx_wr() 779 KASSERT(ulp_mode(toep) == ULP_MODE_NONE || in t4_push_frames() 780 ulp_mode(toep) == ULP_MODE_TCPDDP || in t4_push_frames() 781 ulp_mode(toep) == ULP_MODE_TLS || in t4_push_frames() 782 ulp_mode(toep) == ULP_MODE_RDMA, in t4_push_frames() 783 ("%s: ulp_mode %u for toep %p", __func__, ulp_mode(toep), toep)); in t4_push_frames() 993 if (compl || ulp_mode(toep) == ULP_MODE_RDMA) { in t4_push_frames() 1518 mode = ulp_mode(toep); in t4_push_pdus() 1522 ("%s: ulp_mode %u for toep %p", __func__, ulp_mode(toep), toep)); in t4_push_pdus() 1629 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() 520 KASSERT(ulp_mode(toep) == ULP_MODE_NONE || in t4_push_ktls() 521 ulp_mode(toep) == ULP_MODE_TCPDDP || ulp_mode(toep) == ULP_MODE_TLS, in t4_push_ktls() 522 ("%s: ulp_mode %u for toep %p", __func__, ulp_mode(toep), toep)); in t4_push_ktls() 1177 KASSERT(resid == 0 || ulp_mode(toep) == ULP_MODE_NONE, in tls_update_tcb() 1182 if (ulp_mode(toep) == ULP_MODE_NONE) { in tls_update_tcb() 1201 if (ulp_mode(toe in tls_check_rx_sockbuf() [all...] |
| H A D | t4_tom.h | 114 int8_t ulp_mode; member 259 ulp_mode(struct toepcb *toep) in ulp_mode() 262 return (toep->params.ulp_mode); in ulp_mode() 258 ulp_mode(struct toepcb *toep) ulp_mode() function
|
| 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() 925 if (ulp_mode(toep) == ULP_MODE_NONE && /* XXX: Read TCB otherwise? */ in t4_pmtu_update() 1009 if (ulp_mode(toep) == ULP_MODE_TCPDDP) in final_cpl_received() 1141 MPASS(cp->ulp_mode >= 0 && cp->ulp_mode <= M_ULP_MODE); in calc_options0() 1142 opt0 |= V_ULP_MODE(cp->ulp_mode); in calc_options0() 1211 MPASS(cp->ulp_mode != ULP_MODE_TCPDDP); in calc_options2() 1316 cp->ulp_mode = ULP_MODE_NONE; in init_conn_params() 2256 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() 2816 if (__predict_false(ulp_mode(toep) == ULP_MODE_NONE)) { in t4_aio_queue_ddp() 2960 switch (ulp_mode(toep)) { in t4_enable_ddp_rcv()
|
| /freebsd/sys/dev/cxgbe/cxgbei/ |
| H A D | icl_cxgbei.c | 1098 if (ulp_mode(toep) != ULP_MODE_NONE) { in icl_cxgbei_conn_handoff() 1122 toep->params.ulp_mode = ULP_MODE_ISCSI; in icl_cxgbei_conn_handoff()
|
| /freebsd/sys/dev/cxgbe/nvmf/ |
| H A D | nvmf_che.c | 2524 if (ulp_mode(toep) != ULP_MODE_NONE) { in che_allocate_qpair() 2589 toep->params.ulp_mode = ULP_MODE_NVMET; in che_allocate_qpair()
|
| /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 | 1430 toep->params.ulp_mode = ULP_MODE_RDMA; in rdma_init()
|