Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbtintel_pcie.c443 struct frbd *frbd; in btintel_pcie_prepare_rx() local
448 frbd = &rxq->frbds[frbd_index]; in btintel_pcie_prepare_rx()
449 memset(frbd, 0, sizeof(*frbd)); in btintel_pcie_prepare_rx()
452 frbd->tag = frbd_index; in btintel_pcie_prepare_rx()
453 frbd->addr = buf->data_p_addr; in btintel_pcie_prepare_rx()
1793 total += (sizeof(struct frbd) + sizeof(struct urbd1)) * BTINTEL_PCIE_RX_DESCS_COUNT; in btintel_pcie_alloc()
1839 p_addr += (sizeof(struct frbd) * BTINTEL_PCIE_RX_DESCS_COUNT); in btintel_pcie_alloc()
1840 v_addr += (sizeof(struct frbd) * BTINTEL_PCIE_RX_DESCS_COUNT); in btintel_pcie_alloc()