Home
last modified time | relevance | path

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

/drivers/atm/
Dnicstar.h307 #define NS_TSQ_ALIGNMENT 8192 macro
Dnicstar.c553 card->tsq.org = kmalloc(NS_TSQSIZE + NS_TSQ_ALIGNMENT, GFP_KERNEL); in ns_init_card()
561 card->tsq.base = (ns_tsi *) ALIGN_ADDRESS(card->tsq.org, NS_TSQ_ALIGNMENT); in ns_init_card()