Home
last modified time | relevance | path

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

/linux-6.15/drivers/bluetooth/
H A Dbtintel_pcie.c1668 + sizeof(struct urbd1)) * BTINTEL_DESCS_COUNT; in btintel_pcie_alloc()
1693 data->txq.count = BTINTEL_DESCS_COUNT; in btintel_pcie_alloc()
1694 data->rxq.count = BTINTEL_DESCS_COUNT; in btintel_pcie_alloc()
1700 p_addr += (sizeof(struct tfd) * BTINTEL_DESCS_COUNT); in btintel_pcie_alloc()
1701 v_addr += (sizeof(struct tfd) * BTINTEL_DESCS_COUNT); in btintel_pcie_alloc()
1707 p_addr += (sizeof(struct urbd0) * BTINTEL_DESCS_COUNT); in btintel_pcie_alloc()
1708 v_addr += (sizeof(struct urbd0) * BTINTEL_DESCS_COUNT); in btintel_pcie_alloc()
1714 p_addr += (sizeof(struct frbd) * BTINTEL_DESCS_COUNT); in btintel_pcie_alloc()
1715 v_addr += (sizeof(struct frbd) * BTINTEL_DESCS_COUNT); in btintel_pcie_alloc()
1721 p_addr += (sizeof(struct urbd1) * BTINTEL_DESCS_COUNT); in btintel_pcie_alloc()
[all …]
H A Dbtintel_pcie.h139 #define BTINTEL_DESCS_COUNT 16 macro