Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/bluetooth/
Dbtintel_pcie.c181 struct frbd *frbd; in btintel_pcie_prepare_rx() local
186 frbd = &rxq->frbds[frbd_index]; in btintel_pcie_prepare_rx()
187 memset(frbd, 0, sizeof(*frbd)); in btintel_pcie_prepare_rx()
190 frbd->tag = frbd_index; in btintel_pcie_prepare_rx()
191 frbd->addr = buf->data_p_addr; in btintel_pcie_prepare_rx()
922 total = (sizeof(struct tfd) + sizeof(struct urbd0) + sizeof(struct frbd) 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()
Dbtintel_pcie.h222 struct frbd { struct
304 struct frbd *frbds;