Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_connect.c348 cpl->opt0 = calc_options0(vi, &toep->params); in t4_connect()
353 __func__, toep->tid, toep, inp, be64toh(cpl->opt0), in t4_connect()
381 cpl->opt0 = calc_options0(vi, &toep->params); in t4_connect()
386 __func__, toep->tid, toep, inp, be64toh(cpl->opt0), in t4_connect()
H A Dt4_tom.c1122 uint64_t opt0 = 0; in calc_options0() local
1124 opt0 |= F_TCAM_BYPASS; in calc_options0()
1127 opt0 |= V_WND_SCALE(cp->wscale); in calc_options0()
1130 opt0 |= V_MSS_IDX(cp->mtu_idx); in calc_options0()
1133 opt0 |= V_ULP_MODE(cp->ulp_mode); in calc_options0()
1136 opt0 |= V_RCV_BUFSIZ(cp->opt0_bufsize); in calc_options0()
1139 opt0 |= V_L2T_IDX(cp->l2t_idx); in calc_options0()
1141 opt0 |= V_SMAC_SEL(vi->smt_idx); in calc_options0()
1142 opt0 |= V_TX_CHAN(vi->pi->tx_chan); in calc_options0()
1145 opt0 |= V_KEEP_ALIVE(cp->keepalive); in calc_options0()
[all …]
H A Dt4_listen.c582 req->opt0 = htobe64(V_TX_CHAN(lctx->ctrlq->eq.tx_chan)); in create_server()
612 req->opt0 = htobe64(V_TX_CHAN(lctx->ctrlq->eq.tx_chan)); in create_server6()
1278 send_synack(struct adapter *sc, struct synq_entry *synqe, uint64_t opt0, in send_synack() argument
1299 rpl->opt0 = opt0; in send_synack()
1519 uint64_t opt0; in do_pass_accept_req() local
1522 opt0 = calc_options0(vi, &synqe->params); in do_pass_accept_req()
1533 if (send_synack(sc, synqe, opt0, opt2, tid) != 0) { in do_pass_accept_req()
1545 __func__, stid, tid, synqe, be64toh(opt0), be32toh(opt2)); in do_pass_accept_req()
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-palmas.txt71 There are 4 special functions: opt0, opt1, opt2 and opt3. If any of these
99 function = "opt0";
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h645 __be64 opt0; member
658 __be64 opt0; member
782 __be64 opt0; member
789 __be64 opt0; member
804 __be64 opt0; member
820 __be64 opt0; member
833 __be64 opt0; member
855 __be64 opt0; member
869 __be64 opt0; member
884 __be64 opt0; member
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c171 cpl->opt0 = htobe64(options); in mk_ktls_act_open_req()
206 cpl->opt0 = htobe64(options); in mk_ktls_act_open_req6()
/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c1533 cpl->opt0 = htobe64(V_NAGLE(f->fs.newvlan == VLAN_REMOVE || in mk_act_open_req6()
1577 cpl->opt0 = htobe64(V_NAGLE(f->fs.newvlan == VLAN_REMOVE || in mk_act_open_req()
/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_api.h489 __be64 opt0; member
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h918 __be64 opt0; member