Home
last modified time | relevance | path

Searched refs:OWL_EMAC_SKB_ALIGN (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/actions/
Dowl-emac.h22 #define OWL_EMAC_SKB_ALIGN 4 macro
Dowl-emac.c172 offset = ((uintptr_t)skb->data) & (OWL_EMAC_SKB_ALIGN - 1); in owl_emac_alloc_skb()
174 skb_reserve(skb, OWL_EMAC_SKB_ALIGN - offset); in owl_emac_alloc_skb()