Searched refs:max_reg_cmds (Results 1 – 2 of 2) sorted by relevance
143 ret = find_first_bit(&cmd->bitmask, cmd->max_reg_cmds); in alloc_ent()144 if (ret < cmd->max_reg_cmds) in alloc_ent()148 return ret < cmd->max_reg_cmds ? ret : -ENOMEM; in alloc_ent()497 ent->idx = cmd->max_reg_cmds; in cmd_work_handler()1049 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_use_events()1059 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_use_events()1068 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_use_polling()1077 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_use_polling()1409 cmd->max_reg_cmds = (1 << cmd->log_sz) - 1; in mlx5_cmd_init()1410 cmd->bitmask = (1 << cmd->max_reg_cmds) - 1; in mlx5_cmd_init()[all …]
243 int max_reg_cmds; member