Lines Matching refs:free_head
255 BUG_ON(cmd->free_head < 0); in mlx4_comm_cmd_wait()
256 context = &cmd->context[cmd->free_head]; in mlx4_comm_cmd_wait()
258 cmd->free_head = context->next; in mlx4_comm_cmd_wait()
290 context->next = cmd->free_head; in mlx4_comm_cmd_wait()
291 cmd->free_head = context - cmd->context; in mlx4_comm_cmd_wait()
555 BUG_ON(cmd->free_head < 0); in mlx4_cmd_wait()
556 context = &cmd->context[cmd->free_head]; in mlx4_cmd_wait()
558 cmd->free_head = context->next; in mlx4_cmd_wait()
604 context->next = cmd->free_head; in mlx4_cmd_wait()
605 cmd->free_head = context - cmd->context; in mlx4_cmd_wait()
2215 priv->cmd.free_head = 0; in mlx4_cmd_use_events()