Searched refs:max_reg_cmds (Results 1 – 2 of 2) sorted by relevance
123 ret = find_first_bit(&cmd->bitmask, cmd->max_reg_cmds); in cmd_alloc_index()124 if (ret < cmd->max_reg_cmds) in cmd_alloc_index()128 return ret < cmd->max_reg_cmds ? ret : -ENOMEM; in cmd_alloc_index()958 ent->idx = cmd->max_reg_cmds; in cmd_work_handler()1512 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_allowed_opcode()1519 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_allowed_opcode()1528 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_change_mod()1535 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_change_mod()1723 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_flush()1732 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_flush()[all …]
284 int max_reg_cmds; member