Searched refs:hw_head (Results 1 – 6 of 6) sorted by relevance
101 self->hw_head = 0; in aq_ring_init()144 for (; self->sw_head != self->hw_head && budget--; in aq_ring_tx_clean()154 self->hw_head))) in aq_ring_tx_clean()185 for (; (self->sw_head != self->hw_head) && budget; in aq_ring_rx_clean()210 self->hw_head); in aq_ring_rx_clean()
113 unsigned int hw_head; member
59 ring[AQ_VEC_TX_ID].hw_head) { in aq_vec_poll()70 ring[AQ_VEC_RX_ID].hw_head) { in aq_vec_poll()
597 unsigned int hw_head = hw_atl_tdm_tx_desc_head_ptr_get(self, ring->idx); in hw_atl_a0_hw_ring_tx_head_update() local603 ring->hw_head = hw_head; in hw_atl_a0_hw_ring_tx_head_update()615 for (; ring->hw_head != ring->sw_tail; in hw_atl_a0_hw_ring_rx_receive()616 ring->hw_head = aq_ring_next_dx(ring, ring->hw_head)) { in hw_atl_a0_hw_ring_rx_receive()619 &ring->dx_ring[ring->hw_head * HW_ATL_A0_RXD_SIZE]; in hw_atl_a0_hw_ring_rx_receive()634 if (ring->hw_head || in hw_atl_a0_hw_ring_rx_receive()653 buff = &ring->buff_ring[ring->hw_head]; in hw_atl_a0_hw_ring_rx_receive()708 ring->hw_head); in hw_atl_a0_hw_ring_rx_receive()
640 ring->hw_head = hw_head_; in hw_atl_b0_hw_ring_tx_head_update()652 for (; ring->hw_head != ring->sw_tail; in hw_atl_b0_hw_ring_rx_receive()653 ring->hw_head = aq_ring_next_dx(ring, ring->hw_head)) { in hw_atl_b0_hw_ring_rx_receive()656 &ring->dx_ring[ring->hw_head * HW_ATL_B0_RXD_SIZE]; in hw_atl_b0_hw_ring_rx_receive()666 buff = &ring->buff_ring[ring->hw_head]; in hw_atl_b0_hw_ring_rx_receive()727 ring->hw_head); in hw_atl_b0_hw_ring_rx_receive()
1470 int hw_head, hw_tail; in hns3_get_tx_timeo_queue_info() local1497 hw_head = readl_relaxed(tx_ring->tqp->io_base + in hns3_get_tx_timeo_queue_info()1507 hw_head, in hns3_get_tx_timeo_queue_info()