Searched refs:crqb (Results 1 – 2 of 2) sorted by relevance
167 struct crqb { struct261 struct crqb *request;572 struct crqb *req; in mv_ata_exec_ata_cmd()583 memset(&priv->request[slot], 0, sizeof(struct crqb)); in mv_ata_exec_ata_cmd()939 priv->crqb_alloc = malloc(sizeof(struct crqb) * REQUEST_QUEUE_SIZE + in init_sata()946 sizeof(struct crqb) * REQUEST_QUEUE_SIZE + CRQB_ALIGN); in init_sata()947 priv->request = (struct crqb *)(((u32) priv->crqb_alloc + CRQB_ALIGN) & in init_sata()
517 struct mv_crqb *crqb; member1636 if (pp->crqb) { in mv_port_free_dma_mem()1637 dma_pool_free(hpriv->crqb_pool, pp->crqb, pp->crqb_dma); in mv_port_free_dma_mem()1638 pp->crqb = NULL; in mv_port_free_dma_mem()1682 pp->crqb = dma_pool_zalloc(hpriv->crqb_pool, GFP_KERNEL, &pp->crqb_dma); in mv_port_start()1683 if (!pp->crqb) in mv_port_start()2033 pp->crqb[in_index].sg_addr = in mv_qc_prep()2035 pp->crqb[in_index].sg_addr_hi = in mv_qc_prep()2037 pp->crqb[in_index].ctrl_flags = cpu_to_le16(flags); in mv_qc_prep()2039 cw = &pp->crqb[in_index].ata_cmd[0]; in mv_qc_prep()[all …]