Searched refs:ulp_mode (Results 1 – 9 of 9) sorted by relevance
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()1235 if (ulp_mode(toep) == ULP_MODE_ISCSI) in t4_push_data()1355 if (ulp_mode(toep) == ULP_MODE_TCPDDP) { in do_peer_close()1365 if (ulp_mode(toep) == ULP_MODE_RDMA || in do_peer_close()1706 if (ulp_mode(toep) == ULP_MODE_TCPDDP) in do_rx_data()1717 if (ulp_mode(toep) == ULP_MODE_TCPDDP) in do_rx_data()1748 if (ulp_mode(toep) == ULP_MODE_TCPDDP) { in do_rx_data()1787 if (ulp_mode(toep) == ULP_MODE_TCPDDP && in do_rx_data()[all …]
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 tls_update_tcb()1158 toep->params.ulp_mode = ULP_MODE_TLS; in tls_update_tcb()
114 int8_t ulp_mode; member255 ulp_mode(struct toepcb *toep) in ulp_mode() function258 return (toep->params.ulp_mode); in ulp_mode()
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 …]
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()
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()
531 if (fwcmd->params.rsp.ulp[0].ulp_mode & ULP_NIC_MODE) { in oce_get_fw_config()
1685 uint32_t ulp_mode; member
1428 toep->params.ulp_mode = ULP_MODE_RDMA; in rdma_init()