Lines Matching refs:free_head
349 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()
2597 priv->cmd.free_head = 0; in mlx4_cmd_use_events()