Lines Matching refs:opt0
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()
1148 opt0 |= V_NAGLE(cp->nagle); in calc_options0()
1150 return (htobe64(opt0)); in calc_options0()