Searched refs:next_ (Results 1 – 2 of 2) sorted by relevance
556 unsigned int next_ = 0U; in __aq_ring_rx_clean() local575 next_ = buff_->next, in __aq_ring_rx_clean()576 buff_ = &self->buff_ring[next_]; in __aq_ring_rx_clean()579 next_, in __aq_ring_rx_clean()601 next_ = buff_->next, in __aq_ring_rx_clean()602 buff_ = &self->buff_ring[next_]; in __aq_ring_rx_clean()660 next_ = buff_->next; in __aq_ring_rx_clean()661 buff_ = &self->buff_ring[next_]; in __aq_ring_rx_clean()732 unsigned int next_ = 0U; in __aq_ring_xdp_clean() local746 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 …]