Searched refs:I40E_RX_HDR_SIZE (Results 1 – 4 of 4) sorted by relevance
98 #define I40E_RX_HDR_SIZE I40E_RXBUFFER_256 macro
1311 I40E_RX_HDR_SIZE, in i40e_construct_skb()1318 if (headlen > I40E_RX_HDR_SIZE) in i40e_construct_skb()1319 headlen = eth_get_headlen(va, I40E_RX_HDR_SIZE); in i40e_construct_skb()
118 #define I40E_RX_HDR_SIZE I40E_RXBUFFER_256 macro
2053 I40E_RX_HDR_SIZE, in i40e_construct_skb()2060 if (headlen > I40E_RX_HDR_SIZE) in i40e_construct_skb()2061 headlen = eth_get_headlen(xdp->data, I40E_RX_HDR_SIZE); in i40e_construct_skb()