Home
last modified time | relevance | path

Searched refs:urbd1_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
1804 urbd1_size = ALIGN(sizeof(struct urbd1) * BTINTEL_PCIE_RX_DESCS_COUNT, in btintel_pcie_alloc()
1812 total = tfd_size + urbd0_size + frbd_size + urbd1_size + ctx_size + ci_size * 4; in btintel_pcie_alloc()
1861 p_addr += urbd1_size; in btintel_pcie_alloc()
1862 v_addr += urbd1_size; in btintel_pcie_alloc()