Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbtintel_pcie.h164 #define BTINTEL_PCIE_RX_DESCS_COUNT 64 macro
H A Dbtintel_pcie.c1794 frbd_size = ALIGN(sizeof(struct frbd) * BTINTEL_PCIE_RX_DESCS_COUNT, in btintel_pcie_alloc()
1796 urbd1_size = ALIGN(sizeof(struct urbd1) * BTINTEL_PCIE_RX_DESCS_COUNT, in btintel_pcie_alloc()
1826 data->rxq.count = BTINTEL_PCIE_RX_DESCS_COUNT; in btintel_pcie_alloc()