Searched refs:hw_head (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_a0.c | 609 unsigned int hw_head = hw_atl_tdm_tx_desc_head_ptr_get(self, ring->idx); in hw_atl_a0_hw_ring_tx_head_update() local 616 ring->hw_head = hw_head; in hw_atl_a0_hw_ring_tx_head_update() 626 for (; ring->hw_head != ring->sw_tail; in hw_atl_a0_hw_ring_rx_receive() 627 ring->hw_head = aq_ring_next_dx(ring, ring->hw_head)) { in hw_atl_a0_hw_ring_rx_receive() 630 &ring->dx_ring[ring->hw_head * HW_ATL_A0_RXD_SIZE]; in hw_atl_a0_hw_ring_rx_receive() 645 if (ring->hw_head || in hw_atl_a0_hw_ring_rx_receive() 664 buff = &ring->buff_ring[ring->hw_head]; in hw_atl_a0_hw_ring_rx_receive() 717 ring->hw_head); in hw_atl_a0_hw_ring_rx_receive()
|
| H A D | hw_atl_b0.c | 865 while (ring->hw_head != ring->sw_tail) { in hw_atl_b0_hw_ring_hwts_rx_receive() 868 (ring->dx_ring + (ring->hw_head * HW_ATL_B0_RXD_SIZE)); in hw_atl_b0_hw_ring_hwts_rx_receive() 874 ring->hw_head = aq_ring_next_dx(ring, ring->hw_head); in hw_atl_b0_hw_ring_hwts_rx_receive() 899 ring->hw_head = hw_head_; in hw_atl_b0_hw_ring_tx_head_update() 908 for (; ring->hw_head != ring->sw_tail; in hw_atl_b0_hw_ring_rx_receive() 909 ring->hw_head = aq_ring_next_dx(ring, ring->hw_head)) { in hw_atl_b0_hw_ring_rx_receive() 912 &ring->dx_ring[ring->hw_head * HW_ATL_B0_RXD_SIZE]; in hw_atl_b0_hw_ring_rx_receive() 922 buff = &ring->buff_ring[ring->hw_head]; in hw_atl_b0_hw_ring_rx_receive() 997 ring->hw_head); in hw_atl_b0_hw_ring_rx_receive()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_ring.c | 222 self->hw_head = 0; in aq_ring_init() 281 budget && self->sw_head != self->hw_head; budget--) { in aq_ring_tx_clean() 290 self->hw_head))) in aq_ring_tx_clean() 350 for (; (self->sw_head != self->hw_head) && budget; in aq_ring_rx_clean() 381 self->hw_head); in aq_ring_rx_clean() 517 while (self->sw_head != self->hw_head) { in aq_ring_hwts_rx_clean()
|
| H A D | aq_vec.c | 60 ring[AQ_VEC_TX_ID].hw_head) { in aq_vec_poll() 71 ring[AQ_VEC_RX_ID].hw_head) { in aq_vec_poll()
|
| H A D | aq_ring.h | 129 unsigned int hw_head; member
|
| H A D | aq_ptp.c | 670 if (aq_ptp->ptp_tx.sw_head != aq_ptp->ptp_tx.hw_head) { in aq_ptp_poll() 682 if (aq_ptp->hwts_rx.sw_head != aq_ptp->hwts_rx.hw_head) { in aq_ptp_poll() 699 if (aq_ptp->ptp_rx.sw_head != aq_ptp->ptp_rx.hw_head) { in aq_ptp_poll()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_enet.c | 1877 int hw_head, hw_tail; in hns3_get_tx_timeo_queue_info() local 1940 hw_head = readl_relaxed(tx_ring->tqp->io_base + in hns3_get_tx_timeo_queue_info() 1961 bd_num, hw_head, hw_tail, bd_err, in hns3_get_tx_timeo_queue_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_xmit.c | 6856 num_txreq, hw_head, hw_tail, (void *)list); in fill_txreq_pkt_perfrag_txos()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_xmit.c | 6838 num_txreq, hw_head, hw_tail, (void *)list); in fill_txreq_pkt_perfrag_txos()
|