Home
last modified time | relevance | path

Searched refs:HNS3_RX_HEAD_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h49 #define HNS3_RX_HEAD_SIZE 256 macro
H A Dhns3_enet.c2931 ring->skb = napi_alloc_skb(&ring->tqp_vector->napi, HNS3_RX_HEAD_SIZE); in hns3_alloc_skb()
2949 if (length <= HNS3_RX_HEAD_SIZE) { in hns3_alloc_skb()
2966 ring->pull_len = eth_get_headlen(netdev, va, HNS3_RX_HEAD_SIZE); in hns3_alloc_skb()
3212 if (skb->len > HNS3_RX_HEAD_SIZE) in hns3_handle_rx_bd()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h60 #define HNS3_RX_HEAD_SIZE 256 macro
H A Dhns3_enet.c4039 ring->skb = napi_alloc_skb(&ring->tqp_vector->napi, HNS3_RX_HEAD_SIZE); in hns3_alloc_skb()
4054 if (length <= HNS3_RX_HEAD_SIZE) { in hns3_alloc_skb()
4076 ring->pull_len = eth_get_headlen(netdev, va, HNS3_RX_HEAD_SIZE); in hns3_alloc_skb()
4383 if (skb->len > HNS3_RX_HEAD_SIZE) in hns3_handle_rx_bd()

Completed in 16 milliseconds