Home
last modified time | relevance | path

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

/drivers/atm/
Dnicstar.h38 #define NS_RSQSIZE 8192 /* 2048, 4096 or 8192 */ macro
169 #define NS_RSQ_NUM_ENTRIES (NS_RSQSIZE / 16)
170 #define NS_RSQ_ALIGNMENT NS_RSQSIZE
594 #if (NS_RSQSIZE == 2048)
596 #elif (NS_RSQSIZE == 4096)
598 #elif (NS_RSQSIZE == 8192)
601 #error NS_RSQSIZE is incorrect in nicstar.h
Dnicstar.c256 pci_free_consistent(card->pcidev, NS_RSQSIZE + NS_RSQ_ALIGNMENT, in nicstar_remove_one()
559 NS_RSQSIZE + NS_RSQ_ALIGNMENT, in ns_init_card()