Home
last modified time | relevance | path

Searched refs:tisc (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dqp.c1065 void *tisc = MLX5_ADDR_OF(create_tis_in, in, ctx); in create_raw_packet_qp_tis() local
1067 MLX5_SET(tisc, tisc, transport_domain, tdn); in create_raw_packet_qp_tis()
1069 MLX5_SET(tisc, tisc, underlay_qpn, qp->underlay_qpn); in create_raw_packet_qp_tis()
2464 void *tisc; in modify_raw_packet_eth_prio() local
2475 tisc = MLX5_ADDR_OF(modify_tis_in, in, ctx); in modify_raw_packet_eth_prio()
2476 MLX5_SET(tisc, tisc, prio, ((sl & 0x7) << 1)); in modify_raw_packet_eth_prio()
2489 void *tisc; in modify_raw_packet_tx_affinity() local
2500 tisc = MLX5_ADDR_OF(modify_tis_in, in, ctx); in modify_raw_packet_tx_affinity()
2501 MLX5_SET(tisc, tisc, lag_tx_port_affinity, tx_affinity); in modify_raw_packet_tx_affinity()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c3109 void *tisc = MLX5_ADDR_OF(create_tis_in, in, ctx); in mlx5e_create_tis() local
3111 MLX5_SET(tisc, tisc, prio, tc << 1); in mlx5e_create_tis()
3112 MLX5_SET(tisc, tisc, underlay_qpn, underlay_qpn); in mlx5e_create_tis()
3113 MLX5_SET(tisc, tisc, transport_domain, mdev->mlx5e_res.td.tdn); in mlx5e_create_tis()
3116 MLX5_SET(tisc, tisc, strict_lag_tx_port_affinity, 1); in mlx5e_create_tis()