Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c101 if (ulp_mode(toep) == ULP_MODE_TLS) in send_flowc_wr()
151 if (ulp_mode(toep) == ULP_MODE_TLS) in send_flowc_wr()
152 FLOWC_PARAM(ULP_MODE, ulp_mode(toep)); in send_flowc_wr()
399 if (ulp_mode(toep) == ULP_MODE_TLS) in make_established()
687 ulp_mode(toep) == ULP_MODE_TCPDDP || in t4_push_frames()
688 ulp_mode(toep) == ULP_MODE_TLS || in t4_push_frames()
689 ulp_mode(toep) == ULP_MODE_RDMA, in t4_push_frames()
1257 if (ulp_mode(toep) == ULP_MODE_ISCSI) in t4_push_data()
1391 if (ulp_mode(toep) == ULP_MODE_RDMA || in do_peer_close()
1730 if (ulp_mode(toep) == ULP_MODE_TCPDDP) in do_rx_data()
[all …]
H A Dt4_tom.c188 if (ulp_mode(toep) == ULP_MODE_TCPDDP) in init_toepcb()
217 if (ulp_mode(toep) == ULP_MODE_TCPDDP) in free_toepcb()
335 if (ulp_mode(toep) == ULP_MODE_TCPDDP) in release_offload_resources()
396 if (ulp_mode(toep) == ULP_MODE_TLS) in t4_pcb_detach()
861 if (ulp_mode(toep) == ULP_MODE_TCPDDP) in final_cpl_received()
995 MPASS(cp->ulp_mode >= 0 && cp->ulp_mode <= M_ULP_MODE); in calc_options0()
996 opt0 |= V_ULP_MODE(cp->ulp_mode); in calc_options0()
1064 if (cp->ulp_mode == ULP_MODE_TCPDDP) in calc_options2()
1195 cp->ulp_mode = ULP_MODE_TLS; in init_conn_params()
1198 cp->ulp_mode = ULP_MODE_TCPDDP; in init_conn_params()
[all …]
H A Dt4_tls.c145 toep->params.ulp_mode = ULP_MODE_NONE; in tls_clr_ofld_mode()
601 ulp_mode(toep) != ULP_MODE_TLS) in program_key_context()
837 else if (ulp_mode(toep) == ULP_MODE_TLS) { in t4_ctloutput_tls()
848 else if (ulp_mode(toep) == ULP_MODE_TLS) { in t4_ctloutput_tls()
872 switch (ulp_mode(toep)) { in t4_ctloutput_tls()
981 switch (ulp_mode(toep)) { in tls_alloc_ktls()
1127 if (ulp_mode(toep) == ULP_MODE_TLS) { in tls_alloc_ktls()
1396 KASSERT(ulp_mode(toep) == ULP_MODE_NONE || in t4_push_tls_records()
1397 ulp_mode(toep) == ULP_MODE_TCPDDP || ulp_mode(toep) == ULP_MODE_TLS, in t4_push_tls_records()
1775 KASSERT(ulp_mode(toep) == ULP_MODE_NONE || in t4_push_ktls()
[all …]
H A Dt4_tom.h111 int8_t ulp_mode; member
226 ulp_mode(struct toepcb *toep) in ulp_mode() function
229 return (toep->params.ulp_mode); in ulp_mode()
H A Dt4_ddp.c777 if (ulp_mode(toep) == ULP_MODE_ISCSI) { in do_rx_data_ddp()
/freebsd-13.1/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c867 if (ulp_mode(toep) != ULP_MODE_NONE) { in icl_cxgbei_conn_handoff()
889 toep->params.ulp_mode = ULP_MODE_ISCSI; in icl_cxgbei_conn_handoff()
/freebsd-13.1/sys/dev/oce/
H A Doce_mbox.c534 if (fwcmd->params.rsp.ulp[0].ulp_mode & ULP_NIC_MODE) { in oce_get_fw_config()
H A Doce_hw.h1686 uint32_t ulp_mode; member
/freebsd-13.1/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1425 toep->params.ulp_mode = ULP_MODE_RDMA; in rdma_init()