Searched refs:next_ (Results 1 – 2 of 2) sorted by relevance
357 unsigned int next_ = 0U; in aq_ring_rx_clean() local376 next_ = buff_->next, in aq_ring_rx_clean()377 buff_ = &self->buff_ring[next_]; in aq_ring_rx_clean()380 next_, in aq_ring_rx_clean()402 next_ = buff_->next, in aq_ring_rx_clean()403 buff_ = &self->buff_ring[next_]; in aq_ring_rx_clean()461 next_ = buff_->next; in aq_ring_rx_clean()462 buff_ = &self->buff_ring[next_]; in aq_ring_rx_clean()
77 struct MT2063_ExclZone_t *next_; member374 pAS_Info->freeZones = pNode->next_; in InsertNode()381 pNode->next_ = pPrevNode->next_; in InsertNode()382 pPrevNode->next_ = pNode; in InsertNode()385 pNode->next_ = pAS_Info->usedZones; in InsertNode()399 struct MT2063_ExclZone_t *pNext = pNodeToRemove->next_; in RemoveNode()405 pPrevNode->next_ = pNext; in RemoveNode()408 pNodeToRemove->next_ = pAS_Info->freeZones; in RemoveNode()449 pNode = pNode->next_; in MT2063_AddExclZone()465 pNext = pNode->next_; in MT2063_AddExclZone()[all …]