Searched refs:res_cbs (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 2649 struct hns3_desc_cb res_cbs; in hns3_nic_alloc_rx_buffers() local 2661 ret = hns3_alloc_and_map_buffer(ring, &res_cbs); in hns3_nic_alloc_rx_buffers() 2675 hns3_replace_buffer(ring, ring->next_to_use, &res_cbs); in hns3_nic_alloc_rx_buffers() 4275 struct hns3_desc_cb res_cbs; in hns3_clear_rx_ring() local 4284 ret = hns3_alloc_and_map_buffer(ring, &res_cbs); in hns3_clear_rx_ring() 4297 hns3_replace_buffer(ring, ring->next_to_use, &res_cbs); in hns3_clear_rx_ring()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_enet.c | 665 struct hnae_desc_cb res_cbs; in hns_nic_alloc_rx_buffers() local 676 ret = hnae_reserve_buffer_map(ring, &res_cbs); in hns_nic_alloc_rx_buffers() 682 hnae_replace_buffer(ring, ring->next_to_use, &res_cbs); in hns_nic_alloc_rx_buffers()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_enet.c | 688 struct hnae_desc_cb res_cbs; in hns_nic_alloc_rx_buffers() local 699 ret = hnae_reserve_buffer_map(ring, &res_cbs); in hns_nic_alloc_rx_buffers() 705 hnae_replace_buffer(ring, ring->next_to_use, &res_cbs); in hns_nic_alloc_rx_buffers()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 3684 struct hns3_desc_cb res_cbs; in hns3_nic_alloc_rx_buffers() local 3694 ret = hns3_alloc_and_map_buffer(ring, &res_cbs); in hns3_nic_alloc_rx_buffers() 3706 hns3_replace_buffer(ring, ring->next_to_use, &res_cbs); in hns3_nic_alloc_rx_buffers() 5496 struct hns3_desc_cb res_cbs; in hns3_clear_rx_ring() local 5505 ret = hns3_alloc_and_map_buffer(ring, &res_cbs); in hns3_clear_rx_ring() 5516 hns3_replace_buffer(ring, ring->next_to_use, &res_cbs); in hns3_clear_rx_ring()
|
Completed in 18 milliseconds