Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbtintel_pcie.c1780 size_t tfd_size, frbd_size, ctx_size, ci_size, urbd0_size, urbd1_size; in btintel_pcie_alloc() local
1807 ci_size = ALIGN(sizeof(u16) * BTINTEL_PCIE_NUM_QUEUES, in btintel_pcie_alloc()
1812 total = tfd_size + urbd0_size + frbd_size + urbd1_size + ctx_size + ci_size * 4; in btintel_pcie_alloc()
1877 p_addr += ci_size; in btintel_pcie_alloc()
1878 v_addr += ci_size; in btintel_pcie_alloc()
1883 p_addr += ci_size; in btintel_pcie_alloc()
1884 v_addr += ci_size; in btintel_pcie_alloc()
1889 p_addr += ci_size; in btintel_pcie_alloc()
1890 v_addr += ci_size; in btintel_pcie_alloc()
1895 p_addr += ci_size; in btintel_pcie_alloc()
[all …]