Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c120 if (ulp_mode(toep) == ULP_MODE_TLS) in send_flowc_wr()
169 if (ulp_mode(toep) == ULP_MODE_TLS) in send_flowc_wr()
170 FLOWC_PARAM(ULP_MODE, ulp_mode(toep)); in send_flowc_wr()
469 if (ulp_mode(toep) == ULP_MODE_TLS) { in t4_rcvd_locked()
705 ulp_mode(toep) == ULP_MODE_TLS || in t4_push_frames()
706 ulp_mode(toep) == ULP_MODE_RDMA, in t4_push_frames()
1127 if (ulp_mode(toep) == ULP_MODE_ISCSI) in t4_tod_output()
1153 if (ulp_mode(toep) == ULP_MODE_ISCSI) in t4_send_fin()
1248 if (ulp_mode(toep) != ULP_MODE_RDMA) { in do_peer_close()
1566 if (ulp_mode(toep) == ULP_MODE_TCPDDP) in do_rx_data()
[all …]
H A Dt4_tom.c186 if (ulp_mode(toep) == ULP_MODE_TCPDDP) in init_toepcb()
212 if (ulp_mode(toep) == ULP_MODE_TCPDDP) in free_toepcb()
319 if (ulp_mode(toep) == ULP_MODE_TCPDDP) in release_offload_resources()
826 if (ulp_mode(toep) == ULP_MODE_TCPDDP) in final_cpl_received()
948 MPASS(cp->ulp_mode >= 0 && cp->ulp_mode <= M_ULP_MODE); in calc_options0()
949 opt0 |= V_ULP_MODE(cp->ulp_mode); in calc_options0()
1017 if (cp->ulp_mode == ULP_MODE_TCPDDP) in calc_options2()
1020 if (cp->ulp_mode == ULP_MODE_TLS) in calc_options2()
1151 cp->ulp_mode = ULP_MODE_TLS; in init_conn_params()
1154 cp->ulp_mode = ULP_MODE_TCPDDP; in init_conn_params()
[all …]
H A Dt4_tls.c592 ulp_mode(toep) != ULP_MODE_TLS) in program_key_context()
790 if (ulp_mode(toep) == ULP_MODE_TLS) { in t4_ctloutput_tls()
799 if (ulp_mode(toep) == ULP_MODE_TLS) { in t4_ctloutput_tls()
822 switch (ulp_mode(toep)) { in t4_ctloutput_tls()
855 if (ulp_mode(toep) == ULP_MODE_TLS) in tls_init_toep()
884 if (ulp_mode(toep) == ULP_MODE_TLS) in tls_uninit_toep()
1099 KASSERT(ulp_mode(toep) == ULP_MODE_NONE || in t4_push_tls_records()
1100 ulp_mode(toep) == ULP_MODE_TCPDDP || ulp_mode(toep) == ULP_MODE_TLS, in t4_push_tls_records()
1101 ("%s: ulp_mode %u for toep %p", __func__, ulp_mode(toep), toep)); in t4_push_tls_records()
H A Dt4_tom.h105 int8_t ulp_mode; member
232 ulp_mode(struct toepcb *toep) in ulp_mode() function
235 return (toep->params.ulp_mode); in ulp_mode()
H A Dt4_connect.c105 if (ulp_mode(toep) == ULP_MODE_TLS) in do_act_establish()
H A Dt4_ddp.c772 if (ulp_mode(toep) == ULP_MODE_ISCSI) { in do_rx_data_ddp()
/freebsd-12.1/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c699 toep->params.ulp_mode = ULP_MODE_ISCSI; in icl_cxgbei_conn_handoff()
/freebsd-12.1/sys/dev/oce/
H A Doce_mbox.c543 if (fwcmd->params.rsp.ulp[0].ulp_mode & ULP_NIC_MODE) { in oce_get_fw_config()
H A Doce_hw.h1714 uint32_t ulp_mode; member
/freebsd-12.1/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1418 toep->params.ulp_mode = ULP_MODE_RDMA; in rdma_init()