Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.c51 cb->type = DESC_TYPE_PAGE; in hnae_alloc_buffer()
H A 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/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h321 DESC_TYPE_PAGE = 1 << 2, enumerator
H A Dhns3_enet.c2044 ret = hns3_map_and_fill_desc(ring, frag, DESC_TYPE_PAGE); in hns3_fill_skb_to_desc()
3442 cb->type = DESC_TYPE_PAGE; in hns3_alloc_buffer()
3456 if (cb->type & DESC_TYPE_PAGE && cb->pagecnt_bias) in hns3_free_buffer()
3482 else if ((cb->type & DESC_TYPE_PAGE) && cb->length) in hns3_unmap_buffer()