Searched refs:crpb (Results 1 – 2 of 2) sorted by relevance
231 struct crpb { struct264 struct crpb *response;951 priv->crpb_alloc = malloc(sizeof(struct crpb) * REQUEST_QUEUE_SIZE + in init_sata()958 sizeof(struct crpb) * REQUEST_QUEUE_SIZE + CRPB_ALIGN); in init_sata()959 priv->response = (struct crpb *)(((u32) priv->crpb_alloc + CRPB_ALIGN) & in init_sata()
519 struct mv_crpb *crpb; member1640 if (pp->crpb) { in mv_port_free_dma_mem()1641 dma_pool_free(hpriv->crpb_pool, pp->crpb, pp->crpb_dma); in mv_port_free_dma_mem()1642 pp->crpb = NULL; in mv_port_free_dma_mem()1686 pp->crpb = dma_pool_zalloc(hpriv->crpb_pool, GFP_KERNEL, &pp->crpb_dma); in mv_port_start()1687 if (!pp->crpb) in mv_port_start()2781 struct mv_crpb *response = &pp->crpb[pp->resp_idx]; in mv_process_crpb_entries()