Searched refs:pool_count (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/ibm/ |
D | ibmveth.h | 115 static int pool_count[] = { 256, 512, 256, 256, 256 }; variable
|
D | ibmveth.c | 1555 memcpy(pool_count, pool_count_cmo, sizeof(pool_count)); in ibmveth_probe() 1562 pool_count[i], pool_size[i], in ibmveth_probe()
|
/linux-4.4.14/drivers/staging/fsl-mc/include/ |
D | dprc.h | 335 int *pool_count);
|
/linux-4.4.14/drivers/staging/fsl-mc/bus/ |
D | dprc.c | 799 int *pool_count) in dprc_get_pool_count() argument 814 *pool_count = mc_dec(cmd.params[0], 0, 32); in dprc_get_pool_count()
|
/linux-4.4.14/drivers/dma/ |
D | coh901318.c | 1341 int pool_count = debugfs_dma_base->pool.debugfs_pool_counter; in coh901318_debugfs_read() local 1358 tmp += sprintf(tmp, "Pool alloc nbr %d\n", pool_count); in coh901318_debugfs_read()
|