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

/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,
1063 if (headlen > ICE_RX_HDR_SIZE)
1064 headlen = eth_get_headlen(skb->dev, xdp->data, ICE_RX_HDR_SIZE);

Completed in 330 milliseconds