Searched refs:POOL_ALLOC_SIZE (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c58 #define POOL_ALLOC_SIZE (sizeof(struct desc) * (RX_DESCS + TX_DESCS)) macro
1128 POOL_ALLOC_SIZE, 32, 0); init_queues()
1136 memset(port->desc_tab, 0, POOL_ALLOC_SIZE); init_queues()
/linux-4.4.14/drivers/net/wan/
H A Dixp4xx_hss.c43 #define POOL_ALLOC_SIZE (sizeof(struct desc) * (RX_DESCS + TX_DESCS)) macro
974 POOL_ALLOC_SIZE, 32, 0); init_hdlc_queues()
982 memset(port->desc_tab, 0, POOL_ALLOC_SIZE); init_hdlc_queues()

Completed in 107 milliseconds