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