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()932 ent->idx = cmd->max_reg_cmds; in cmd_work_handler()1486 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_allowed_opcode()1493 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_allowed_opcode()1502 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_change_mod()1509 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_change_mod()1690 for (i = 0; i < cmd->max_reg_cmds; i++) { in mlx5_cmd_flush()1704 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_flush()[all …]
278 int max_reg_cmds; member