Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhnae.h82 #define HNS_RX_HEAD_SIZE 256 macro
Dhns_enet.c354 skb = *out_skb = napi_alloc_skb(&ring_data->napi, HNS_RX_HEAD_SIZE); in hns_nic_poll_rx_skb()
361 if (length <= HNS_RX_HEAD_SIZE) { in hns_nic_poll_rx_skb()
379 pull_len = hns_nic_get_headlen(va, bnum_flag, HNS_RX_HEAD_SIZE); in hns_nic_poll_rx_skb()