Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/hisilicon/hns/
Dhnae.c59 if (cb->type == DESC_TYPE_SKB) in hnae_free_buffer()
80 if (cb->type == DESC_TYPE_SKB) in hnae_unmap_buffer()
Dhns_enet.c69 if (type == DESC_TYPE_SKB) { in fill_v2_desc_hw()
168 if (type == DESC_TYPE_SKB) { in fill_desc()
298 (type == DESC_TYPE_SKB && !k) ? in fill_tso_desc()
299 DESC_TYPE_SKB : DESC_TYPE_PAGE, in fill_tso_desc()
343 buf_num, DESC_TYPE_SKB, ndev->mtu); in hns_nic_net_xmit_hw()
920 (*pkts) += (desc_cb->type == DESC_TYPE_SKB); in hns_nic_reclaim_one_desc()
Dhnae.h306 DESC_TYPE_SKB, enumerator
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.h317 DESC_TYPE_SKB = 1 << 0, enumerator
Dhns3_enet.c1730 if (type & (DESC_TYPE_FRAGLIST_SKB | DESC_TYPE_SKB)) { in hns3_map_and_fill_desc()
1993 if (desc_cb->type & (DESC_TYPE_SKB | DESC_TYPE_FRAGLIST_SKB)) in hns3_clear_desc()
2261 return hns3_fill_skb_to_desc(ring, skb, DESC_TYPE_SKB); in hns3_handle_desc_filling()
3391 if (cb->type & (DESC_TYPE_SKB | DESC_TYPE_BOUNCE_HEAD | in hns3_free_buffer()
3418 if (cb->type & (DESC_TYPE_SKB | DESC_TYPE_FRAGLIST_SKB)) in hns3_unmap_buffer()
3584 if (desc_cb->type & (DESC_TYPE_SKB | DESC_TYPE_BOUNCE_ALL | in hns3_nic_reclaim_desc()