Searched refs:crqb (Results 1 – 2 of 2) sorted by relevance
168 struct crqb { struct262 struct crqb *request;573 struct crqb *req; in mv_ata_exec_ata_cmd()584 memset(&priv->request[slot], 0, sizeof(struct crqb)); in mv_ata_exec_ata_cmd()940 priv->crqb_alloc = malloc(sizeof(struct crqb) * REQUEST_QUEUE_SIZE + in init_sata()947 sizeof(struct crqb) * REQUEST_QUEUE_SIZE + CRQB_ALIGN); in init_sata()948 priv->request = (struct crqb *)(((u32) priv->crqb_alloc + CRQB_ALIGN) & in init_sata()
517 struct mv_crqb *crqb; member1671 if (pp->crqb) { in mv_port_free_dma_mem()1672 dma_pool_free(hpriv->crqb_pool, pp->crqb, pp->crqb_dma); in mv_port_free_dma_mem()1673 pp->crqb = NULL; in mv_port_free_dma_mem()1717 pp->crqb = dma_pool_zalloc(hpriv->crqb_pool, GFP_KERNEL, &pp->crqb_dma); in mv_port_start()1718 if (!pp->crqb) in mv_port_start()2068 pp->crqb[in_index].sg_addr = in mv_qc_prep()2070 pp->crqb[in_index].sg_addr_hi = in mv_qc_prep()2072 pp->crqb[in_index].ctrl_flags = cpu_to_le16(flags); in mv_qc_prep()2074 cw = &pp->crqb[in_index].ata_cmd[0]; in mv_qc_prep()[all …]