Home
last modified time | relevance | path

Searched refs:ring_ptr_move_fw (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c130 ring_ptr_move_fw(ring, next_to_use); in fill_v2_desc_hw()
206 ring_ptr_move_fw(ring, next_to_use); in fill_desc()
691 ring_ptr_move_fw(ring, next_to_clean); in hns_nic_poll_rx_skb()
705 ring_ptr_move_fw(ring, next_to_clean); in hns_nic_poll_rx_skb()
716 ring_ptr_move_fw(ring, next_to_clean); in hns_nic_poll_rx_skb()
791 ring_ptr_move_fw(ring, next_to_use); in hns_nic_alloc_rx_buffers()
1031 ring_ptr_move_fw(ring, next_to_clean); in hns_nic_reclaim_one_desc()
Dhnae.h307 #define ring_ptr_move_fw(ring, p) \ macro
/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhns3_enet.c797 ring_ptr_move_fw(ring, next_to_use); in hns3_fill_desc()
1620 ring_ptr_move_fw(ring, next_to_clean); in hns3_nic_reclaim_one_desc()
1729 ring_ptr_move_fw(ring, next_to_use); in hns3_nic_alloc_rx_buffers()
2010 ring_ptr_move_fw(ring, next_to_clean); in hns3_handle_rx_bd()
2022 ring_ptr_move_fw(ring, next_to_clean); in hns3_handle_rx_bd()
2029 ring_ptr_move_fw(ring, next_to_clean); in hns3_handle_rx_bd()
/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.h64 #define ring_ptr_move_fw(ring, p) \ macro