Searched refs:max_reg_cmds (Results 1 – 2 of 2) sorted by relevance
124 ret = find_first_bit(&cmd->bitmask, cmd->max_reg_cmds); in alloc_ent()125 if (ret < cmd->max_reg_cmds) in alloc_ent()129 return ret < cmd->max_reg_cmds ? ret : -ENOMEM; in alloc_ent()638 ent->idx = cmd->max_reg_cmds; in cmd_work_handler()1203 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_use_events()1213 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_use_events()1222 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_use_polling()1231 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_use_polling()1587 cmd->max_reg_cmds = (1 << cmd->log_sz) - 1; in mlx5_cmd_init()1588 cmd->bitmask = (1 << cmd->max_reg_cmds) - 1; in mlx5_cmd_init()[all …]
250 int max_reg_cmds; member