Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/xscale/
Dixp4xx_eth.c59 #define POOL_ALLOC_SIZE (sizeof(struct desc) * (RX_DESCS + TX_DESCS)) macro
1101 POOL_ALLOC_SIZE, 32, 0); in init_queues()
1109 memset(port->desc_tab, 0, POOL_ALLOC_SIZE); in init_queues()
/Linux-v5.15/drivers/net/wan/
Dixp4xx_hss.c42 #define POOL_ALLOC_SIZE (sizeof(struct desc) * (RX_DESCS + TX_DESCS)) macro
973 POOL_ALLOC_SIZE, 32, 0); in init_hdlc_queues()