Searched refs:POOL_ALLOC_SIZE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | ixp4xx_hss.c | 41 #define POOL_ALLOC_SIZE (sizeof(struct desc) * (RX_DESCS + TX_DESCS)) macro 972 POOL_ALLOC_SIZE, 32, 0); in init_hdlc_queues() 980 memset(port->desc_tab, 0, POOL_ALLOC_SIZE); in init_hdlc_queues()
|
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | ixp4xx_hss.c | 50 #define POOL_ALLOC_SIZE (sizeof(struct desc) * (RX_DESCS + TX_DESCS)) macro 981 POOL_ALLOC_SIZE, 32, 0); in init_hdlc_queues()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/xscale/ |
H A D | ixp4xx_eth.c | 57 #define POOL_ALLOC_SIZE (sizeof(struct desc) * (RX_DESCS + TX_DESCS)) macro 1090 POOL_ALLOC_SIZE, 32, 0); in init_queues() 1098 memset(port->desc_tab, 0, POOL_ALLOC_SIZE); in init_queues()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/xscale/ |
H A D | ixp4xx_eth.c | 64 #define POOL_ALLOC_SIZE (sizeof(struct desc) * (RX_DESCS + TX_DESCS)) macro 1113 POOL_ALLOC_SIZE, 32, 0); in init_queues()
|
Completed in 9 milliseconds