Home
last modified time | relevance | path

Searched refs:DESC_TYPE_PAGE (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/hisilicon/hns/
Dhnae.c51 cb->type = DESC_TYPE_PAGE; in hnae_alloc_buffer()
Dhnae.h307 DESC_TYPE_PAGE, enumerator
Dhns_enet.c309 DESC_TYPE_SKB : DESC_TYPE_PAGE, in fill_tso_desc()
382 DESC_TYPE_PAGE, ndev->mtu, is_gso); in hns_nic_net_xmit_hw()
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.h321 DESC_TYPE_PAGE = 1 << 2, enumerator
Dhns3_enet.c2025 ret = hns3_map_and_fill_desc(ring, frag, DESC_TYPE_PAGE); in hns3_fill_skb_to_desc()
3393 cb->type = DESC_TYPE_PAGE; in hns3_alloc_buffer()
3407 if (cb->type & DESC_TYPE_PAGE && cb->pagecnt_bias) in hns3_free_buffer()
3433 else if ((cb->type & DESC_TYPE_PAGE) && cb->length) in hns3_unmap_buffer()