Home
last modified time | relevance | path

Searched refs:max_reg_cmds (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/dev/mlx5/mlx5_core/
HDmlx5_cmd.c142 int ret = cmd->max_reg_cmds; in alloc_ent()
146 ret = find_first_bit(&cmd->bitmask, cmd->max_reg_cmds); in alloc_ent()
147 if (ret >= cmd->max_reg_cmds) in alloc_ent()
1156 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_change_mod()
1163 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_change_mod()
1580 cmd->max_reg_cmds = (1 << cmd->log_sz) - 1; in mlx5_cmd_init()
1581 cmd->bitmask = (1 << cmd->max_reg_cmds) - 1; in mlx5_cmd_init()
1597 sema_init(&cmd->sem, cmd->max_reg_cmds); in mlx5_cmd_init()
/freebsd-14-stable/sys/dev/mlx5/
HDdriver.h331 int max_reg_cmds; member