Searched refs:opt0 (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_connect.c | 348 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 D | t4_tom.c | 1122 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 D | t4_listen.c | 582 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 D | pinctrl-palmas.txt | 71 There are 4 special functions: opt0, opt1, opt2 and opt3. If any of these 99 function = "opt0";
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_msg.h | 645 __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 D | t6_kern_tls.c | 171 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 D | t4_filter.c | 1533 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 D | t4fw_api.h | 489 __be64 opt0; member
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 918 __be64 opt0; member
|