Searched refs:frbd (Results 1 – 2 of 2) sorted by relevance
436 struct frbd *frbd; in btintel_pcie_prepare_rx() local441 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()
309 struct frbd { struct391 struct frbd *frbds;
Completed in 11 milliseconds