Lines Matching refs:v2p
1505 int mlx4_port_map_set(struct mlx4_dev *dev, struct mlx4_port_map *v2p)
1507 u8 port1 = v2p->port1;
1508 u8 port2 = v2p->port2;
1519 port1 = priv->v2p.port1;
1521 port2 = priv->v2p.port2;
1529 } else if ((port1 == priv->v2p.port1) &&
1530 (port2 == priv->v2p.port2)) {
1537 priv->v2p.port1 = port1;
1538 priv->v2p.port2 = port2;
3638 priv->v2p.port1 = 1;
3639 priv->v2p.port2 = 2;