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.c2000 size_t tfd_size, frbd_size, ctx_size, ci_size, urbd0_size, urbd1_size; in btintel_pcie_alloc() local
2027 ci_size = ALIGN(sizeof(u16) * BTINTEL_PCIE_NUM_QUEUES, in btintel_pcie_alloc()
2032 total = tfd_size + urbd0_size + frbd_size + urbd1_size + ctx_size + ci_size * 4; in btintel_pcie_alloc()
2097 p_addr += ci_size; in btintel_pcie_alloc()
2098 v_addr += ci_size; in btintel_pcie_alloc()
2103 p_addr += ci_size; in btintel_pcie_alloc()
2104 v_addr += ci_size; in btintel_pcie_alloc()
2109 p_addr += ci_size; in btintel_pcie_alloc()
2110 v_addr += ci_size; in btintel_pcie_alloc()
2115 p_addr += ci_size; in btintel_pcie_alloc()
[all …]