Home
last modified time | relevance | path

Searched refs:next_ (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.c541 unsigned int next_ = 0U; in __aq_ring_rx_clean() local
560 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() local
733 next_ = buff_->next; in __aq_ring_xdp_clean()
[all …]
/linux/drivers/media/tuners/
H A Dmt2063.c77 struct MT2063_ExclZone_t *next_; member
374 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 …]