Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/toshiba/ !
H A Dtc35815.c345 /* 16 + RX_BUF_NUM * 8 + RX_FD_NUM * 16 + TX_FD_NUM * 32 <= PAGE_SIZE*FD_PAGE_NUM */
346 #define FD_PAGE_NUM 4 macro
878 PAGE_SIZE * FD_PAGE_NUM); in tc35815_init_queues()
881 PAGE_SIZE * FD_PAGE_NUM, in tc35815_init_queues()
897 PAGE_SIZE * FD_PAGE_NUM, in tc35815_init_queues()
907 for (i = 0; i < FD_PAGE_NUM; i++) in tc35815_init_queues()
1051 dma_free_coherent(&lp->pci_dev->dev, PAGE_SIZE * FD_PAGE_NUM, in tc35815_free_queues()