Searched refs:ring_ptr_move_fw (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/ |
D | hns_enet.c | 133 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()
|
D | hnae.h | 307 #define ring_ptr_move_fw(ring, p) \ macro
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_enet.c | 971 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()
|
D | hnae3.h | 64 #define ring_ptr_move_fw(ring, p) \ macro
|