Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgbe/tom/
Dt4_cpl_io.c504 txwr->lsodisable_to_flags = htobe32(V_TX_ULP_MODE(toep->ulp_mode) | in write_tx_wr()
608 KASSERT(toep->ulp_mode == ULP_MODE_NONE || in t4_push_frames()
609 toep->ulp_mode == ULP_MODE_TCPDDP || in t4_push_frames()
610 toep->ulp_mode == ULP_MODE_RDMA, in t4_push_frames()
611 ("%s: ulp_mode %u for toep %p", __func__, toep->ulp_mode, toep)); in t4_push_frames()
764 if (compl || toep->ulp_mode == ULP_MODE_RDMA) { in t4_push_frames()
838 KASSERT(toep->ulp_mode == ULP_MODE_ISCSI, in t4_push_pdus()
839 ("%s: ulp_mode %u for toep %p", __func__, toep->ulp_mode, toep)); in t4_push_pdus()
1006 if (toep->ulp_mode == ULP_MODE_ISCSI) in t4_tod_output()
1030 if (toep->ulp_mode == ULP_MODE_ISCSI) in t4_send_fin()
[all …]
Dt4_connect.c263 if (toep->ulp_mode == ULP_MODE_TCPDDP) in calc_opt2a()
379 toep->ulp_mode = ULP_MODE_NONE; in t4_connect()
435 toep->rx_credits, toep->ulp_mode); in t4_connect()
464 toep->rx_credits, toep->ulp_mode); in t4_connect()
Dt4_listen.c1021 const struct tcp_options *tcpopt, struct tcphdr *th, int ulp_mode) in calc_opt2p() argument
1052 if (ulp_mode == ULP_MODE_TCPDDP) in calc_opt2p()
1239 int rscale, mtu_idx, rx_credits, rxqid, ulp_mode; in do_pass_accept_req() local
1400 ulp_mode = ULP_MODE_TCPDDP; in do_pass_accept_req()
1403 ulp_mode = ULP_MODE_NONE; in do_pass_accept_req()
1404 rpl->opt0 = calc_opt0(so, vi, e, mtu_idx, rscale, rx_credits, ulp_mode); in do_pass_accept_req()
1405 rpl->opt2 = calc_opt2p(sc, pi, rxqid, &cpl->tcpopt, &th, ulp_mode); in do_pass_accept_req()
1611 toep->ulp_mode = ULP_MODE_NONE; in do_pass_establish()
Dt4_tom.c236 if (toep->ulp_mode == ULP_MODE_TCPDDP) { in offload_socket()
318 if (toep->ulp_mode == ULP_MODE_TCPDDP) in release_offload_resources()
558 int mtu_idx, int rscale, int rx_credits, int ulp_mode) in calc_opt0() argument
566 V_ULP_MODE(ulp_mode) | V_RCV_BUFSIZ(rx_credits); in calc_opt0()
629 toep->ulp_mode = ULP_MODE_TCPDDP; in set_tcpddp_ulp_mode()
Dt4_tom.h145 u_int ulp_mode; /* ULP mode */ member
Dt4_ddp.c491 if (toep->ulp_mode == ULP_MODE_ISCSI) { in do_rx_data_ddp()
/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
Dqp.c1241 toep->ulp_mode = ULP_MODE_RDMA; in rdma_init()
/freebsd-10-stable/sys/dev/oce/
Doce_hw.h1679 uint32_t ulp_mode; member
Doce_mbox.c500 if (fwcmd->params.rsp.ulp[0].ulp_mode & ULP_NIC_MODE) { in oce_get_fw_config()