Lines Matching defs:guid
789 void mlx4_put_slave_node_guid(struct mlx4_dev *dev, int slave, __be64 guid)
796 priv->slave_node_guids[slave] = guid;
2697 void mlx4_set_admin_guid(struct mlx4_dev *dev, __be64 guid, int entry, int port)
2701 priv->mfunc.master.vf_admin[entry].vport[port].guid = guid;
2709 return priv->mfunc.master.vf_admin[entry].vport[port].guid;
2716 __be64 guid;
2722 get_random_bytes((char *)&guid, sizeof(guid));
2723 guid &= ~(cpu_to_be64(1ULL << 56));
2724 guid |= cpu_to_be64(1ULL << 57);
2725 priv->mfunc.master.vf_admin[entry].vport[port].guid = guid;