Searched refs:next_ (Results 1 – 2 of 2) sorted by relevance
541 unsigned int next_ = 0U; in __aq_ring_rx_clean() local560 next_ = buff_->next; in __aq_ring_rx_clean()561 buff_ = &self->buff_ring[next_]; in __aq_ring_rx_clean()564 next_, in __aq_ring_rx_clean()586 next_ = buff_->next; in __aq_ring_rx_clean()587 buff_ = &self->buff_ring[next_]; in __aq_ring_rx_clean()645 next_ = buff_->next; in __aq_ring_rx_clean()646 buff_ = &self->buff_ring[next_]; in __aq_ring_rx_clean()719 unsigned int next_ = 0U; in __aq_ring_xdp_clean() local733 next_ = buff_->next; in __aq_ring_xdp_clean()[all …]
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 …]