Lines Matching defs:slave
752 mlx4_warn(dev, "%s: slave: %d is still active\n",
778 void mlx4_sync_pkey_table(struct mlx4_dev *dev, int slave, int port, int i, int val)
785 priv->virt2phys_pkey[slave][port - 1][i] = val;
789 void mlx4_put_slave_node_guid(struct mlx4_dev *dev, int slave, __be64 guid)
796 priv->slave_node_guids[slave] = guid;
800 __be64 mlx4_get_slave_node_guid(struct mlx4_dev *dev, int slave)
807 return priv->slave_node_guids[slave];
811 int mlx4_is_slave_active(struct mlx4_dev *dev, int slave)
819 s_slave = &priv->mfunc.master.slave_state[slave];
1067 mlx4_warn(dev, "Timestamping is not supported in slave mode\n");
1070 mlx4_dbg(dev, "User MAC FW update is not supported in slave mode\n");
1901 mlx4_warn(dev, "Failed to close slave function\n");
2097 /* if we are in the middle of flr the slave will try
2101 mlx4_warn(dev, "slave is currently in the middle of FLR - Deferring probe\n");
2108 /* check the driver version - the slave I/F revision
2115 mlx4_err(dev, "slave driver version is not supported by the master\n");
2467 mlx4_err(dev, "Failed to initialize slave\n");
2473 mlx4_err(dev, "Failed to obtain slave caps\n");
2856 /* initialize per-slave default ib port capabilities */
3427 mlx4_warn(dev, "Detected virtual function - running in slave mode\n");
3479 /* In slave functions, the communication channel must be initialized
3490 mlx4_err(dev, "Failed to init slave mfunc interface, aborting\n");
3562 * Running in slave mode */