Searched refs:max_reg_cmds (Results 1 – 2 of 2) sorted by relevance
118 ret = find_first_bit(&cmd->bitmask, cmd->max_reg_cmds); in alloc_ent()119 if (ret < cmd->max_reg_cmds) in alloc_ent()123 return ret < cmd->max_reg_cmds ? ret : -ENOMEM; in alloc_ent()884 ent->idx = cmd->max_reg_cmds; in cmd_work_handler()1395 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_change_mod()1402 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_change_mod()1574 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_flush()1583 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_flush()1937 cmd->max_reg_cmds = (1 << cmd->log_sz) - 1; in mlx5_cmd_init()1938 cmd->bitmask = (1UL << cmd->max_reg_cmds) - 1; in mlx5_cmd_init()[all …]
284 int max_reg_cmds; member