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