Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.h62 #define SKB_DATA_ALIGN(X) (((X) + (sizeof (long)-1)) & ~(sizeof (long)-1)) macro
H A Dsge.c1336 SKB_DATA_ALIGN(sizeof (struct skb_shared_info)); in alloc_rx_resources()