Searched refs:ulp_mode (Results 1 – 10 of 10) sorted by relevance
120 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 …]
186 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 …]
592 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()
105 int8_t ulp_mode; member232 ulp_mode(struct toepcb *toep) in ulp_mode() function235 return (toep->params.ulp_mode); in ulp_mode()
105 if (ulp_mode(toep) == ULP_MODE_TLS) in do_act_establish()
772 if (ulp_mode(toep) == ULP_MODE_ISCSI) { in do_rx_data_ddp()
699 toep->params.ulp_mode = ULP_MODE_ISCSI; in icl_cxgbei_conn_handoff()
543 if (fwcmd->params.rsp.ulp[0].ulp_mode & ULP_NIC_MODE) { in oce_get_fw_config()
1714 uint32_t ulp_mode; member
1418 toep->params.ulp_mode = ULP_MODE_RDMA; in rdma_init()