Lines Matching defs:slave
753 mlx4_warn(dev, "%s: slave: %d is still active\n",
779 void mlx4_sync_pkey_table(struct mlx4_dev *dev, int slave, int port, int i, int val)
786 priv->virt2phys_pkey[slave][port - 1][i] = val;
790 void mlx4_put_slave_node_guid(struct mlx4_dev *dev, int slave, __be64 guid)
797 priv->slave_node_guids[slave] = guid;
801 __be64 mlx4_get_slave_node_guid(struct mlx4_dev *dev, int slave)
808 return priv->slave_node_guids[slave];
812 int mlx4_is_slave_active(struct mlx4_dev *dev, int slave)
820 s_slave = &priv->mfunc.master.slave_state[slave];
1068 mlx4_warn(dev, "Timestamping is not supported in slave mode\n");
1071 mlx4_dbg(dev, "User MAC FW update is not supported in slave mode\n");
1876 mlx4_warn(dev, "Failed to close slave function\n");
2072 /* if we are in the middle of flr the slave will try
2076 mlx4_warn(dev, "slave is currently in the middle of FLR - Deferring probe\n");
2083 /* check the driver version - the slave I/F revision
2090 mlx4_err(dev, "slave driver version is not supported by the master\n");
2442 mlx4_err(dev, "Failed to initialize slave\n");
2448 mlx4_err(dev, "Failed to obtain slave caps\n");
2831 /* initialize per-slave default ib port capabilities */
3364 mlx4_warn(dev, "Detected virtual function - running in slave mode\n");
3415 /* In slave functions, the communication channel must be initialized
3426 mlx4_err(dev, "Failed to init slave mfunc interface, aborting\n");
3498 * Running in slave mode */