Lines Matching refs:free_head
348 BUG_ON(cmd->free_head < 0); in mlx4_comm_cmd_wait()
349 context = &cmd->context[cmd->free_head]; in mlx4_comm_cmd_wait()
351 cmd->free_head = context->next; in mlx4_comm_cmd_wait()
398 context->next = cmd->free_head; in mlx4_comm_cmd_wait()
399 cmd->free_head = context - cmd->context; in mlx4_comm_cmd_wait()
693 BUG_ON(cmd->free_head < 0); in mlx4_cmd_wait()
694 context = &cmd->context[cmd->free_head]; in mlx4_cmd_wait()
696 cmd->free_head = context->next; in mlx4_cmd_wait()
758 context->next = cmd->free_head; in mlx4_cmd_wait()
759 cmd->free_head = context - cmd->context; in mlx4_cmd_wait()
2581 priv->cmd.free_head = 0; in mlx4_cmd_use_events()