Searched refs:HNS3_RX_HEAD_SIZE (Results 1 – 2 of 2) sorted by relevance
60 #define HNS3_RX_HEAD_SIZE 256 macro
4026 ring->skb = napi_alloc_skb(&ring->tqp_vector->napi, HNS3_RX_HEAD_SIZE); in hns3_alloc_skb()4041 if (length <= HNS3_RX_HEAD_SIZE) { in hns3_alloc_skb()4063 ring->pull_len = eth_get_headlen(netdev, va, HNS3_RX_HEAD_SIZE); in hns3_alloc_skb()4370 if (skb->len > HNS3_RX_HEAD_SIZE) in hns3_handle_rx_bd()