Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c126 ring_ptr_move_fw(ring, next_to_use); in fill_v2_desc_hw()
202 ring_ptr_move_fw(ring, next_to_use); in fill_desc()
588 ring_ptr_move_fw(ring, next_to_clean); in hns_nic_poll_rx_skb()
602 ring_ptr_move_fw(ring, next_to_clean); in hns_nic_poll_rx_skb()
613 ring_ptr_move_fw(ring, next_to_clean); in hns_nic_poll_rx_skb()
688 ring_ptr_move_fw(ring, next_to_use); in hns_nic_alloc_rx_buffers()
928 ring_ptr_move_fw(ring, next_to_clean); in hns_nic_reclaim_one_desc()
Dhnae.h300 #define ring_ptr_move_fw(ring, p) \ macro
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c1151 ring_ptr_move_fw(ring, next_to_use); in hns3_fill_desc()
1180 ring_ptr_move_fw(ring, next_to_use); in hns3_fill_desc()
2416 ring_ptr_move_fw(ring, next_to_use); in hns3_nic_alloc_rx_buffers()
2658 ring_ptr_move_fw(ring, next_to_clean); in hns3_alloc_skb()
2669 ring_ptr_move_fw(ring, next_to_clean); in hns3_alloc_skb()
2733 ring_ptr_move_fw(ring, next_to_clean); in hns3_add_frag()
4082 ring_ptr_move_fw(ring, next_to_clean); in hns3_clear_tx_ring()
4112 ring_ptr_move_fw(ring, next_to_use); in hns3_clear_rx_ring()
4138 ring_ptr_move_fw(ring, next_to_use); in hns3_force_clear_rx_ring()
Dhnae3.h74 #define ring_ptr_move_fw(ring, p) \ macro