Searched refs:IXGBEVF_RX_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance
150 #define IXGBEVF_RX_HDR_SIZE IXGBEVF_RXBUFFER_256 macro
885 skb = napi_alloc_skb(&rx_ring->q_vector->napi, IXGBEVF_RX_HDR_SIZE); in ixgbevf_construct_skb()891 if (headlen > IXGBEVF_RX_HDR_SIZE) in ixgbevf_construct_skb()892 headlen = eth_get_headlen(xdp->data, IXGBEVF_RX_HDR_SIZE); in ixgbevf_construct_skb()1752 srrctl |= IXGBEVF_RX_HDR_SIZE << IXGBE_SRRCTL_BSIZEHDRSIZE_SHIFT; in ixgbevf_configure_srrctl()