Home
last modified time | relevance | path

Searched refs:free_head (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c349 BUG_ON(cmd->free_head < 0); in mlx4_comm_cmd_wait()
350 context = &cmd->context[cmd->free_head]; in mlx4_comm_cmd_wait()
352 cmd->free_head = context->next; in mlx4_comm_cmd_wait()
399 context->next = cmd->free_head; in mlx4_comm_cmd_wait()
400 cmd->free_head = context - cmd->context; in mlx4_comm_cmd_wait()
695 BUG_ON(cmd->free_head < 0); in mlx4_cmd_wait()
696 context = &cmd->context[cmd->free_head]; in mlx4_cmd_wait()
698 cmd->free_head = context->next; in mlx4_cmd_wait()
772 context->next = cmd->free_head; in mlx4_cmd_wait()
773 cmd->free_head = context - cmd->context; in mlx4_cmd_wait()
[all …]
H A Dmlx4.h627 int free_head; member
/freebsd/sys/dev/mthca/
H A Dmthca_cmd.c420 BUG_ON(dev->cmd.free_head < 0); in mthca_cmd_wait()
421 context = &dev->cmd.context[dev->cmd.free_head]; in mthca_cmd_wait()
423 dev->cmd.free_head = context->next; in mthca_cmd_wait()
455 context->next = dev->cmd.free_head; in mthca_cmd_wait()
456 dev->cmd.free_head = context - dev->cmd.context; in mthca_cmd_wait()
569 dev->cmd.free_head = 0; in mthca_cmd_use_events()
H A Dmthca_dev.h129 int free_head; member