Searched refs:ddb_size (Results 1 – 2 of 2) sorted by relevance
2548 unsigned int pipe_size, ddb_size; in skl_ddb_get_pipe_allocation_limits() local2557 ddb_size = SKL_DDB_SIZE; in skl_ddb_get_pipe_allocation_limits()2559 ddb_size -= 4; /* 4 blocks for bypass path allocation */ in skl_ddb_get_pipe_allocation_limits()2572 pipe_size = ddb_size / config->num_pipes_active; in skl_ddb_get_pipe_allocation_limits()2573 alloc->start = nth_active_pipe * ddb_size / config->num_pipes_active; in skl_ddb_get_pipe_allocation_limits()
8314 size_t ddb_size = 0; in qla4xxx_sysfs_ddb_delete() local8335 ddb_size = sizeof(*fw_ddb_entry); in qla4xxx_sysfs_ddb_delete()8352 ddb_size = sizeof(*ddb_cookie); in qla4xxx_sysfs_ddb_delete()8365 pddb = dma_alloc_coherent(&ha->pdev->dev, ddb_size, in qla4xxx_sysfs_ddb_delete()8377 memset(fw_ddb_entry, 0, ddb_size); in qla4xxx_sysfs_ddb_delete()8386 ddb_size, FLASH_OPT_RMW_COMMIT); in qla4xxx_sysfs_ddb_delete()8396 dma_free_coherent(&ha->pdev->dev, ddb_size, pddb, in qla4xxx_sysfs_ddb_delete()