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()946 ent->idx = cmd->max_reg_cmds; in cmd_work_handler()1500 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_allowed_opcode()1507 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_allowed_opcode()1516 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_change_mod()1523 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_change_mod()1711 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_flush()1720 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_flush()[all …]
278 int max_reg_cmds; member