Lines Matching refs:fw_status
131 u8 fw_status; member
216 static int mlx4_closing_cmd_fatal_error(u16 op, u8 fw_status) in mlx4_closing_cmd_fatal_error() argument
234 if (op == MLX4_CMD_HW2SW_MPT && fw_status != CMD_STAT_REG_BOUND) in mlx4_closing_cmd_fatal_error()
372 if (err && context->fw_status != CMD_STAT_MULTI_FUNC_REQ) { in mlx4_comm_cmd_wait()
374 vhcr_cmd, context->fw_status); in mlx4_comm_cmd_wait()
375 if (mlx4_closing_cmd_fatal_error(op, context->fw_status)) in mlx4_comm_cmd_wait()
675 context->fw_status = status; in mlx4_cmd_event()
736 context->fw_status == CMD_STAT_BAD_SIZE) in mlx4_cmd_wait()
738 op, context->fw_status); in mlx4_cmd_wait()
741 op, context->fw_status); in mlx4_cmd_wait()
744 else if (mlx4_closing_cmd_fatal_error(op, context->fw_status)) in mlx4_cmd_wait()
2685 context->fw_status = CMD_STAT_INTERNAL_ERR; in mlx4_cmd_wake_completions()