Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c95 ring_ptr_move_fw(ring, next_to_use); in fill_desc()
370 ring_ptr_move_fw(ring, next_to_clean); in hns_nic_poll_rx_skb()
390 ring_ptr_move_fw(ring, next_to_clean); in hns_nic_poll_rx_skb()
406 ring_ptr_move_fw(ring, next_to_clean); in hns_nic_poll_rx_skb()
484 ring_ptr_move_fw(ring, next_to_use); in hns_nic_alloc_rx_buffers()
586 ring_ptr_move_fw(ring, next_to_clean); in hns_nic_reclaim_one_desc()
Dhnae.h249 #define ring_ptr_move_fw(ring, p) \ macro