Searched refs:frbd (Results 1 – 1 of 1) sorted by relevance
174 struct frbd *frbd; in btintel_pcie_prepare_rx() local179 frbd = &rxq->frbds[frbd_index]; in btintel_pcie_prepare_rx()180 memset(frbd, 0, sizeof(*frbd)); in btintel_pcie_prepare_rx()183 frbd->tag = frbd_index; in btintel_pcie_prepare_rx()184 frbd->addr = buf->data_p_addr; in btintel_pcie_prepare_rx()1152 total = (sizeof(struct tfd) + sizeof(struct urbd0) + sizeof(struct frbd) in btintel_pcie_alloc()1199 p_addr += (sizeof(struct frbd) * BTINTEL_DESCS_COUNT); in btintel_pcie_alloc()1200 v_addr += (sizeof(struct frbd) * BTINTEL_DESCS_COUNT); in btintel_pcie_alloc()