Home
last modified time | relevance | path

Searched refs:v2p (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/sys/dev/mlx4/
Ddriver.h88 int mlx4_port_map_set(struct mlx4_dev *dev, struct mlx4_port_map *v2p);
/freebsd-12-stable/sys/gnu/dts/arm/
Dvexpress-v2p-ca15-tc1.dts18 compatible = "arm,vexpress,v2p-ca15,tc1", "arm,vexpress,v2p-ca15", "arm,vexpress";
Dvexpress-v2p-ca5s.dts18 compatible = "arm,vexpress,v2p-ca5s", "arm,vexpress";
Dvexpress-v2p-ca15_a7.dts18 compatible = "arm,vexpress,v2p-ca15_a7", "arm,vexpress";
213 compatible = "arm,vexpress-scc,v2p-ca15_a7", "arm,vexpress-scc";
Dvexpress-v2p-ca9.dts18 compatible = "arm,vexpress,v2p-ca9", "arm,vexpress";
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
Dmlx4_main.c1425 int mlx4_port_map_set(struct mlx4_dev *dev, struct mlx4_port_map *v2p) in mlx4_port_map_set() argument
1427 u8 port1 = v2p->port1; in mlx4_port_map_set()
1428 u8 port2 = v2p->port2; in mlx4_port_map_set()
1439 port1 = priv->v2p.port1; in mlx4_port_map_set()
1441 port2 = priv->v2p.port2; in mlx4_port_map_set()
1449 } else if ((port1 == priv->v2p.port1) && in mlx4_port_map_set()
1450 (port2 == priv->v2p.port2)) { in mlx4_port_map_set()
1457 priv->v2p.port1 = port1; in mlx4_port_map_set()
1458 priv->v2p.port2 = port2; in mlx4_port_map_set()
3504 priv->v2p.port1 = 1; in mlx4_load_one()
[all …]
Dmlx4_fw.c2517 } *v2p; in mlx4_virt2phy_port_map() local
2524 v2p = mailbox->buf; in mlx4_virt2phy_port_map()
2525 v2p->v_port1 = cpu_to_be32(port1); in mlx4_virt2phy_port_map()
2526 v2p->v_port2 = cpu_to_be32(port2); in mlx4_virt2phy_port_map()
Dmlx4.h905 struct mlx4_port_map v2p; /* cached port mapping configuration */ member
/freebsd-12-stable/sys/gnu/dts/arm64/arm/
Djuno-motherboard.dtsi41 compatible = "arm,vexpress,v2p-p1", "simple-bus";
/freebsd-12-stable/contrib/gcc/
Dglobal.c644 allocno_compare (const void *v1p, const void *v2p) in allocno_compare() argument
646 int v1 = *(const int *)v1p, v2 = *(const int *)v2p; in allocno_compare()