Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c133 ring_ptr_move_fw(ring, next_to_use); in fill_v2_desc_hw()
209 ring_ptr_move_fw(ring, next_to_use); in fill_desc()
597 ring_ptr_move_fw(ring, next_to_clean); in hns_nic_poll_rx_skb()
611 ring_ptr_move_fw(ring, next_to_clean); in hns_nic_poll_rx_skb()
622 ring_ptr_move_fw(ring, next_to_clean); in hns_nic_poll_rx_skb()
697 ring_ptr_move_fw(ring, next_to_use); in hns_nic_alloc_rx_buffers()
937 ring_ptr_move_fw(ring, next_to_clean); in hns_nic_reclaim_one_desc()
Dhnae.h307 #define ring_ptr_move_fw(ring, p) \ macro
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c971 ring_ptr_move_fw(ring, next_to_use); in hns3_fill_desc()
1901 ring_ptr_move_fw(ring, next_to_clean); in hns3_nic_reclaim_one_desc()
2010 ring_ptr_move_fw(ring, next_to_use); in hns3_nic_alloc_rx_buffers()
2229 ring_ptr_move_fw(ring, next_to_clean); in hns3_handle_rx_bd()
2241 ring_ptr_move_fw(ring, next_to_clean); in hns3_handle_rx_bd()
2248 ring_ptr_move_fw(ring, next_to_clean); in hns3_handle_rx_bd()
3291 ring_ptr_move_fw(ring, next_to_clean); in hns3_clear_tx_ring()
3322 ring_ptr_move_fw(ring, next_to_use); in hns3_clear_rx_ring()
3341 ring_ptr_move_fw(ring, next_to_use); in hns3_force_clear_rx_ring()
Dhnae3.h64 #define ring_ptr_move_fw(ring, p) \ macro