Searched refs:crpb (Results 1 – 2 of 2) sorted by relevance
232 struct crpb { struct265 struct crpb *response;952 priv->crpb_alloc = malloc(sizeof(struct crpb) * REQUEST_QUEUE_SIZE + in init_sata()959 sizeof(struct crpb) * REQUEST_QUEUE_SIZE + CRPB_ALIGN); in init_sata()960 priv->response = (struct crpb *)(((u32) priv->crpb_alloc + CRPB_ALIGN) & in init_sata()
519 struct mv_crpb *crpb; member1675 if (pp->crpb) { in mv_port_free_dma_mem()1676 dma_pool_free(hpriv->crpb_pool, pp->crpb, pp->crpb_dma); in mv_port_free_dma_mem()1677 pp->crpb = NULL; in mv_port_free_dma_mem()1721 pp->crpb = dma_pool_zalloc(hpriv->crpb_pool, GFP_KERNEL, &pp->crpb_dma); in mv_port_start()1722 if (!pp->crpb) in mv_port_start()2815 struct mv_crpb *response = &pp->crpb[pp->resp_idx]; in mv_process_crpb_entries()