Home
last modified time | relevance | path

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

/drivers/bluetooth/
A Dbtintel_pcie.c436 struct frbd *frbd; in btintel_pcie_prepare_rx() local
441 frbd = &rxq->frbds[frbd_index]; in btintel_pcie_prepare_rx()
442 memset(frbd, 0, sizeof(*frbd)); in btintel_pcie_prepare_rx()
445 frbd->tag = frbd_index; in btintel_pcie_prepare_rx()
446 frbd->addr = buf->data_p_addr; in btintel_pcie_prepare_rx()
1849 total += (sizeof(struct frbd) + sizeof(struct urbd1)) * BTINTEL_PCIE_RX_DESCS_COUNT; in btintel_pcie_alloc()
1895 p_addr += (sizeof(struct frbd) * BTINTEL_PCIE_RX_DESCS_COUNT); in btintel_pcie_alloc()
1896 v_addr += (sizeof(struct frbd) * BTINTEL_PCIE_RX_DESCS_COUNT); in btintel_pcie_alloc()
A Dbtintel_pcie.h309 struct frbd { struct
391 struct frbd *frbds;

Completed in 11 milliseconds