Lines Matching defs:sg_tbl
521 struct mv_sg *sg_tbl[MV_MAX_Q_DEPTH];
1680 * For GEN_I, there's no NCQ, so we have only a single sg_tbl.
1681 * For later hardware, we have one unique sg_tbl per NCQ tag.
1684 if (pp->sg_tbl[tag]) {
1687 pp->sg_tbl[tag],
1689 pp->sg_tbl[tag] = NULL;
1729 * For GEN_I, there's no NCQ, so we only allocate a single sg_tbl.
1730 * For later hardware, we need one unique sg_tbl per NCQ tag.
1734 pp->sg_tbl[tag] = dma_pool_alloc(hpriv->sg_tbl_pool,
1736 if (!pp->sg_tbl[tag])
1739 pp->sg_tbl[tag] = pp->sg_tbl[0];
1792 mv_sg = pp->sg_tbl[qc->hw_tag];
4011 hpriv->sg_tbl_pool = dmam_pool_create("sg_tbl", dev, MV_SG_TBL_SZ,