Lines Matching defs:opt0
1131 uint64_t opt0 = 0;
1133 opt0 |= F_TCAM_BYPASS;
1136 opt0 |= V_WND_SCALE(cp->wscale);
1139 opt0 |= V_MSS_IDX(cp->mtu_idx);
1142 opt0 |= V_ULP_MODE(cp->ulp_mode);
1145 opt0 |= V_RCV_BUFSIZ(cp->opt0_bufsize);
1148 opt0 |= V_L2T_IDX(cp->l2t_idx);
1150 opt0 |= V_SMAC_SEL(vi->smt_idx);
1151 opt0 |= V_TX_CHAN(vi->pi->tx_chan);
1154 opt0 |= V_KEEP_ALIVE(cp->keepalive);
1157 opt0 |= V_NAGLE(cp->nagle);
1159 return (htobe64(opt0));