Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.h73 #define HNS3_RX_HEAD_SIZE 256 macro
Dhns3_enet.c2632 ring->skb = napi_alloc_skb(&ring->tqp_vector->napi, HNS3_RX_HEAD_SIZE); in hns3_alloc_skb()
2649 if (length <= HNS3_RX_HEAD_SIZE) { in hns3_alloc_skb()
2665 ring->pull_len = eth_get_headlen(netdev, va, HNS3_RX_HEAD_SIZE); in hns3_alloc_skb()
2708 HNS3_RX_HEAD_SIZE); in hns3_add_frag()