Lines Matching refs:guid
790 void mlx4_put_slave_node_guid(struct mlx4_dev *dev, int slave, __be64 guid)
797 priv->slave_node_guids[slave] = guid;
2672 void mlx4_set_admin_guid(struct mlx4_dev *dev, __be64 guid, int entry, int port)
2676 priv->mfunc.master.vf_admin[entry].vport[port].guid = guid;
2684 return priv->mfunc.master.vf_admin[entry].vport[port].guid;
2691 __be64 guid;
2697 get_random_bytes((char *)&guid, sizeof(guid));
2698 guid &= ~(cpu_to_be64(1ULL << 56));
2699 guid |= cpu_to_be64(1ULL << 57);
2700 priv->mfunc.master.vf_admin[entry].vport[port].guid = guid;