Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c663 struct hnae_desc_cb res_cbs; in hns_nic_alloc_rx_buffers() local
674 ret = hnae_reserve_buffer_map(ring, &res_cbs); in hns_nic_alloc_rx_buffers()
680 hnae_replace_buffer(ring, ring->next_to_use, &res_cbs); in hns_nic_alloc_rx_buffers()
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c3669 struct hns3_desc_cb res_cbs; in hns3_nic_alloc_rx_buffers() local
3679 ret = hns3_alloc_and_map_buffer(ring, &res_cbs); in hns3_nic_alloc_rx_buffers()
3691 hns3_replace_buffer(ring, ring->next_to_use, &res_cbs); in hns3_nic_alloc_rx_buffers()
5483 struct hns3_desc_cb res_cbs; in hns3_clear_rx_ring() local
5492 ret = hns3_alloc_and_map_buffer(ring, &res_cbs); in hns3_clear_rx_ring()
5503 hns3_replace_buffer(ring, ring->next_to_use, &res_cbs); in hns3_clear_rx_ring()