Searched refs:max_reg_cmds (Results 1 – 2 of 2) sorted by relevance
125 if (ret < cmd->max_reg_cmds) in cmd_alloc_index()129 return ret < cmd->max_reg_cmds ? ret : -ENOMEM; in cmd_alloc_index()966 ent->idx = cmd->max_reg_cmds; in cmd_work_handler()1520 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_allowed_opcode()1527 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_allowed_opcode()1536 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_change_mod()1543 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_change_mod()1731 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_flush()1740 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_flush()2101 cmd->max_reg_cmds = (1 << cmd->log_sz) - 1; in mlx5_cmd_init()[all …]
284 int max_reg_cmds; member
Completed in 13 milliseconds