Home
last modified time | relevance | path

Searched refs:HBG_PACKET_HEAD_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/hisilicon/hibmcge/
H A Dhbg_txrx.c421 memset(buffer->page_addr, 0, HBG_PACKET_HEAD_SIZE); in hbg_rx_fill_one_buffer()
423 HBG_PACKET_HEAD_SIZE, DMA_TO_DEVICE); in hbg_rx_fill_one_buffer()
515 skb_reserve(buffer->skb, HBG_PACKET_HEAD_SIZE + NET_IP_ALIGN); in hbg_napi_rx_poll()
H A Dhbg_common.h23 #define HBG_PACKET_HEAD_SIZE ((HBG_RX_SKIP1 + HBG_RX_SKIP2 + \ macro
H A Dhbg_hw.c89 specs->rx_buf_size = HBG_PACKET_HEAD_SIZE + specs->max_frame_len; in hbg_hw_dev_specs_init()