Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/bluetooth/
Dbtintel_pcie.c923 + sizeof(struct urbd1)) * BTINTEL_DESCS_COUNT; in btintel_pcie_alloc()
948 data->txq.count = BTINTEL_DESCS_COUNT; in btintel_pcie_alloc()
949 data->rxq.count = BTINTEL_DESCS_COUNT; in btintel_pcie_alloc()
955 p_addr += (sizeof(struct tfd) * BTINTEL_DESCS_COUNT); in btintel_pcie_alloc()
956 v_addr += (sizeof(struct tfd) * BTINTEL_DESCS_COUNT); in btintel_pcie_alloc()
962 p_addr += (sizeof(struct urbd0) * BTINTEL_DESCS_COUNT); in btintel_pcie_alloc()
963 v_addr += (sizeof(struct urbd0) * BTINTEL_DESCS_COUNT); in btintel_pcie_alloc()
969 p_addr += (sizeof(struct frbd) * BTINTEL_DESCS_COUNT); in btintel_pcie_alloc()
970 v_addr += (sizeof(struct frbd) * BTINTEL_DESCS_COUNT); in btintel_pcie_alloc()
976 p_addr += (sizeof(struct urbd1) * BTINTEL_DESCS_COUNT); in btintel_pcie_alloc()
[all …]
Dbtintel_pcie.h73 #define BTINTEL_DESCS_COUNT 16 macro