Searched refs:next_ (Results 1 – 2 of 2) sorted by relevance
190 unsigned int next_ = 0U; in aq_ring_rx_clean() local203 for (next_ = buff->next, in aq_ring_rx_clean()204 buff_ = &self->buff_ring[next_]; true; in aq_ring_rx_clean()205 next_ = buff_->next, in aq_ring_rx_clean()206 buff_ = &self->buff_ring[next_]) { in aq_ring_rx_clean()209 next_, in aq_ring_rx_clean()252 for (i = 1U, next_ = buff->next, in aq_ring_rx_clean()253 buff_ = &self->buff_ring[next_]; in aq_ring_rx_clean()254 true; next_ = buff_->next, in aq_ring_rx_clean()255 buff_ = &self->buff_ring[next_], ++i) { in aq_ring_rx_clean()
86 struct MT2063_ExclZone_t *next_; member383 pAS_Info->freeZones = pNode->next_; in InsertNode()390 pNode->next_ = pPrevNode->next_; in InsertNode()391 pPrevNode->next_ = pNode; in InsertNode()394 pNode->next_ = pAS_Info->usedZones; in InsertNode()408 struct MT2063_ExclZone_t *pNext = pNodeToRemove->next_; in RemoveNode()414 pPrevNode->next_ = pNext; in RemoveNode()417 pNodeToRemove->next_ = pAS_Info->freeZones; in RemoveNode()458 pNode = pNode->next_; in MT2063_AddExclZone()474 pNext = pNode->next_; in MT2063_AddExclZone()[all …]