Searched refs:BTINTEL_DESCS_COUNT (Results 1 – 2 of 2) sorted by relevance
923 + 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 …]
73 #define BTINTEL_DESCS_COUNT 16 macro