Searched refs:ICE_RX_HDR_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c21 #define ICE_RX_HDR_SIZE 256 macro
1054 skb = napi_alloc_skb(&rx_ring->q_vector->napi, ICE_RX_HDR_SIZE);
1062 if (headlen > ICE_RX_HDR_SIZE)
1063 headlen = eth_get_headlen(skb->dev, xdp->data, ICE_RX_HDR_SIZE);

Completed in 120 milliseconds