Searched refs:ulp_mode (Results 1 – 9 of 9) sorted by relevance
| /freebsd-10-stable/sys/dev/cxgbe/tom/ |
| D | t4_cpl_io.c | 504 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 …]
|
| D | t4_connect.c | 263 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()
|
| D | t4_listen.c | 1021 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()
|
| D | t4_tom.c | 236 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()
|
| D | t4_tom.h | 145 u_int ulp_mode; /* ULP mode */ member
|
| D | t4_ddp.c | 491 if (toep->ulp_mode == ULP_MODE_ISCSI) { in do_rx_data_ddp()
|
| /freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/ |
| D | qp.c | 1241 toep->ulp_mode = ULP_MODE_RDMA; in rdma_init()
|
| /freebsd-10-stable/sys/dev/oce/ |
| D | oce_hw.h | 1679 uint32_t ulp_mode; member
|
| D | oce_mbox.c | 500 if (fwcmd->params.rsp.ulp[0].ulp_mode & ULP_NIC_MODE) { in oce_get_fw_config()
|