Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.h71 #define HNS3_RX_HEAD_SIZE 256 macro
Dhns3_enet.c2206 HNS3_RX_HEAD_SIZE); in hns3_handle_rx_bd()
2220 if (length <= HNS3_RX_HEAD_SIZE) { in hns3_handle_rx_bd()
2235 pull_len = eth_get_headlen(va, HNS3_RX_HEAD_SIZE); in hns3_handle_rx_bd()