Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wan/
H A Dixp4xx_hss.c41 #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 Dixp4xx_hss.c50 #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 Dixp4xx_eth.c57 #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 Dixp4xx_eth.c64 #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