Searched refs:ring_ptr_move_fw (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns/ |
| H A D | hns_enet.c | 127 ring_ptr_move_fw(ring, next_to_use); in fill_v2_desc_hw() 203 ring_ptr_move_fw(ring, next_to_use); in fill_desc() 585 ring_ptr_move_fw(ring, next_to_clean); in hns_nic_poll_rx_skb() 599 ring_ptr_move_fw(ring, next_to_clean); in hns_nic_poll_rx_skb() 610 ring_ptr_move_fw(ring, next_to_clean); in hns_nic_poll_rx_skb() 685 ring_ptr_move_fw(ring, next_to_use); in hns_nic_alloc_rx_buffers() 927 ring_ptr_move_fw(ring, next_to_clean); in hns_nic_reclaim_one_desc()
|
| H A D | hnae.h | 300 #define ring_ptr_move_fw(ring, p) \ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_enet.c | 1130 ring_ptr_move_fw(ring, next_to_use); in hns3_fill_desc() 1149 ring_ptr_move_fw(ring, next_to_use); in hns3_fill_desc() 2682 ring_ptr_move_fw(ring, next_to_use); in hns3_nic_alloc_rx_buffers() 4267 ring_ptr_move_fw(ring, next_to_clean); in hns3_clear_tx_ring() 4299 ring_ptr_move_fw(ring, next_to_use); in hns3_clear_rx_ring() 4325 ring_ptr_move_fw(ring, next_to_use); in hns3_force_clear_rx_ring()
|
| H A D | hnae3.h | 136 #define ring_ptr_move_fw(ring, p) \ macro
|