Searched refs:vhcr_cmd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | cmd.c | 338 static int mlx4_comm_cmd_wait(struct mlx4_dev *dev, u8 vhcr_cmd, in mlx4_comm_cmd_wait() argument 357 if (mlx4_comm_cmd_post(dev, vhcr_cmd, param)) { in mlx4_comm_cmd_wait() 368 vhcr_cmd, op); in mlx4_comm_cmd_wait() 375 vhcr_cmd, context->fw_status); in mlx4_comm_cmd_wait() 1666 struct mlx4_vhcr_cmd *vhcr_cmd = in_vhcr ? in_vhcr : priv->mfunc.vhcr; in mlx4_master_process_vhcr() local 1698 vhcr->in_param = be64_to_cpu(vhcr_cmd->in_param); in mlx4_master_process_vhcr() 1699 vhcr->out_param = be64_to_cpu(vhcr_cmd->out_param); in mlx4_master_process_vhcr() 1700 vhcr->in_modifier = be32_to_cpu(vhcr_cmd->in_modifier); in mlx4_master_process_vhcr() 1701 vhcr->token = be16_to_cpu(vhcr_cmd->token); in mlx4_master_process_vhcr() 1702 vhcr->op = be16_to_cpu(vhcr_cmd in mlx4_master_process_vhcr() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | cmd.c | 338 static int mlx4_comm_cmd_wait(struct mlx4_dev *dev, u8 vhcr_cmd, in mlx4_comm_cmd_wait() argument 357 if (mlx4_comm_cmd_post(dev, vhcr_cmd, param)) { in mlx4_comm_cmd_wait() 368 vhcr_cmd, op); in mlx4_comm_cmd_wait() 375 vhcr_cmd, context->fw_status); in mlx4_comm_cmd_wait() 1666 struct mlx4_vhcr_cmd *vhcr_cmd = in_vhcr ? in_vhcr : priv->mfunc.vhcr; in mlx4_master_process_vhcr() local 1698 vhcr->in_param = be64_to_cpu(vhcr_cmd->in_param); in mlx4_master_process_vhcr() 1699 vhcr->out_param = be64_to_cpu(vhcr_cmd->out_param); in mlx4_master_process_vhcr() 1700 vhcr->in_modifier = be32_to_cpu(vhcr_cmd->in_modifier); in mlx4_master_process_vhcr() 1701 vhcr->token = be16_to_cpu(vhcr_cmd->token); in mlx4_master_process_vhcr() 1702 vhcr->op = be16_to_cpu(vhcr_cmd in mlx4_master_process_vhcr() [all...] |
Completed in 6 milliseconds