Searched refs:ICE_RX_HDR_SIZE (Results 1 – 1 of 1) sorted by relevance
21 #define ICE_RX_HDR_SIZE 256 macro1055 skb = __napi_alloc_skb(&rx_ring->q_vector->napi, ICE_RX_HDR_SIZE, in ice_construct_skb()1064 if (headlen > ICE_RX_HDR_SIZE) in ice_construct_skb()1065 headlen = eth_get_headlen(skb->dev, xdp->data, ICE_RX_HDR_SIZE); in ice_construct_skb()