Lines Matching refs:v2p
1476 static int mlx4_port_map_set(struct mlx4_dev *dev, struct mlx4_port_map *v2p)
1478 u8 port1 = v2p->port1;
1479 u8 port2 = v2p->port2;
1490 port1 = priv->v2p.port1;
1492 port2 = priv->v2p.port2;
1500 } else if ((port1 == priv->v2p.port1) &&
1501 (port2 == priv->v2p.port2)) {
1508 priv->v2p.port1 = port1;
1509 priv->v2p.port2 = port2;
3702 priv->v2p.port1 = 1;
3703 priv->v2p.port2 = 2;