Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Dcmd.c166 if (ret < cmd->max_reg_cmds) in cmd_alloc_index()
170 return ret < cmd->max_reg_cmds ? ret : -ENOMEM; in cmd_alloc_index()
997 ent->idx = cmd->max_reg_cmds; in cmd_work_handler()
1575 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_allowed_opcode()
1582 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_allowed_opcode()
1591 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_change_mod()
1598 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_change_mod()
1776 for (i = 0; i < cmd->max_reg_cmds; i++) { in mlx5_cmd_flush()
1790 for (i = 0; i < cmd->max_reg_cmds; i++) in mlx5_cmd_flush()
2232 cmd->max_reg_cmds = (1 << cmd->log_sz) - 1; in mlx5_cmd_init()
[all …]
A Ddebugfs.c179 weight = bitmap_weight(&cmd->bitmask, cmd->max_reg_cmds); in slots_read()
180 field = cmd->max_reg_cmds - weight; in slots_read()
/linux-6.3-rc2/include/linux/mlx5/
A Ddriver.h298 int max_reg_cmds; member

Completed in 14 milliseconds