Lines Matching refs:tisc
1236 void *tisc = MLX5_ADDR_OF(create_tis_in, in, ctx);
1239 MLX5_SET(tisc, tisc, transport_domain, tdn);
1242 MLX5_SET(tisc, tisc, strict_lag_tx_port_affinity, 1);
1244 MLX5_SET(tisc, tisc, underlay_qpn, qp->underlay_qpn);
3455 void *tisc;
3467 tisc = MLX5_ADDR_OF(modify_tis_in, in, ctx);
3468 MLX5_SET(tisc, tisc, prio, ((sl & 0x7) << 1));
3482 void *tisc;
3494 tisc = MLX5_ADDR_OF(modify_tis_in, in, ctx);
3495 MLX5_SET(tisc, tisc, lag_tx_port_affinity, tx_affinity);