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.c366 cpl->opt0 = calc_options0(vi, &toep->params); in t4_connect()
370 "%s: atid %u, toep %p, inp %p, opt0 %#016lx, opt2 %#08x", in t4_connect()
371 __func__, toep->tid, toep, inp, be64toh(cpl->opt0), in t4_connect()
404 cpl->opt0 = calc_options0(vi, &toep->params); in t4_connect()
408 "%s: atid %u, toep %p, inp %p, opt0 %#016lx, opt2 %#08x", in t4_connect()
409 __func__, toep->tid, toep, inp, be64toh(cpl->opt0), in t4_connect()
H A Dt4_tom.c1131 uint64_t opt0 = 0; in calc_options0() local
1133 opt0 |= F_TCAM_BYPASS; in calc_options0()
1136 opt0 |= V_WND_SCALE(cp->wscale); in calc_options0()
1139 opt0 |= V_MSS_IDX(cp->mtu_idx); in calc_options0()
1142 opt0 |= V_ULP_MODE(cp->ulp_mode); in calc_options0()
1145 opt0 |= V_RCV_BUFSIZ(cp->opt0_bufsize); in calc_options0()
1148 opt0 |= V_L2T_IDX(cp->l2t_idx); in calc_options0()
1150 opt0 |= V_SMAC_SEL(vi->smt_idx); in calc_options0()
1151 opt0 |= V_TX_CHAN(vi->pi->tx_chan); in calc_options0()
1154 opt0 |= V_KEEP_ALIVE(cp->keepalive); in calc_options0()
[all …]
H A Dt4_listen.c583 req->opt0 = htobe64(V_TX_CHAN(lctx->ctrlq->eq.tx_chan)); in create_server()
613 req->opt0 = htobe64(V_TX_CHAN(lctx->ctrlq->eq.tx_chan)); in create_server6()
1279 send_synack(struct adapter *sc, struct synq_entry *synqe, uint64_t opt0, in send_synack()
1300 rpl->opt0 = opt0; in send_synack()
1522 uint64_t opt0; in do_pass_accept_req()
1525 opt0 = calc_options0(vi, &synqe->params); in do_pass_accept_req()
1536 if (send_synack(sc, synqe, opt0, opt2, tid) != 0) { in do_pass_accept_req()
1547 "%s: stid %u, tid %u, synqe %p, opt0 %#016lx, opt2 %#08x", in do_pass_accept_req()
1548 __func__, stid, tid, synqe, be64toh(opt0), be32to in do_pass_accept_req()
1278 send_synack(struct adapter * sc,struct synq_entry * synqe,uint64_t opt0,uint32_t opt2,int tid) send_synack() argument
1519 uint64_t opt0; do_pass_accept_req() local
[all...]
/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.h682 __be64 opt0; member
695 __be64 opt0; member
968 __be64 opt0; member
975 __be64 opt0; member
990 __be64 opt0; member
1007 __be64 opt0; member
1020 __be64 opt0; member
1040 __be64 opt0; member
1062 __be64 opt0; member
1076 __be64 opt0; member
[all …]
/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.c1743 cpl->opt0 = htobe64(V_NAGLE(f->fs.newvlan == VLAN_REMOVE || in mk_abort_rpl_ulp()
1787 cpl->opt0 = htobe64(V_NAGLE(f->fs.newvlan == VLAN_REMOVE || in mk_del_hashfilter_wr()
/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_api.h489 __be64 opt0; member
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h945 __be64 opt0; member