Searched refs:NS_RSQSIZE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | nicstar.h | 39 #define NS_RSQSIZE 8192 /* 2048, 4096 or 8192 */ macro 170 #define NS_RSQ_NUM_ENTRIES (NS_RSQSIZE / 16) 171 #define NS_RSQ_ALIGNMENT NS_RSQSIZE 595 #if (NS_RSQSIZE == 2048) 597 #elif (NS_RSQSIZE == 4096) 599 #elif (NS_RSQSIZE == 8192) 602 #error NS_RSQSIZE is incorrect in nicstar.h 603 #endif /* NS_RSQSIZE */
|
H A D | nicstar.c | 248 dma_free_coherent(&card->pcidev->dev, NS_RSQSIZE + NS_RSQ_ALIGNMENT, in nicstar_remove_one() 558 NS_RSQSIZE + NS_RSQ_ALIGNMENT, in ns_init_card() 840 dma_free_coherent(&card->pcidev->dev, NS_RSQSIZE + NS_RSQ_ALIGNMENT, in ns_init_card_error()
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | nicstar.h | 39 #define NS_RSQSIZE 8192 /* 2048, 4096 or 8192 */ macro 170 #define NS_RSQ_NUM_ENTRIES (NS_RSQSIZE / 16) 171 #define NS_RSQ_ALIGNMENT NS_RSQSIZE 595 #if (NS_RSQSIZE == 2048) 597 #elif (NS_RSQSIZE == 4096) 599 #elif (NS_RSQSIZE == 8192) 602 #error NS_RSQSIZE is incorrect in nicstar.h 603 #endif /* NS_RSQSIZE */
|
H A D | nicstar.c | 250 dma_free_coherent(&card->pcidev->dev, NS_RSQSIZE + NS_RSQ_ALIGNMENT, in nicstar_remove_one() 560 NS_RSQSIZE + NS_RSQ_ALIGNMENT, in ns_init_card() 842 dma_free_coherent(&card->pcidev->dev, NS_RSQSIZE + NS_RSQ_ALIGNMENT, in ns_init_card_error()
|
Completed in 10 milliseconds