Home
last modified time | relevance | path

Searched refs:mv_sg (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dsata_mv.c497 struct mv_sg { struct
521 struct mv_sg *sg_tbl[MV_MAX_Q_DEPTH]; argument
1754 struct mv_sg *mv_sg, *last_sg = NULL; in mv_fill_sg() local
1757 mv_sg = pp->sg_tbl[qc->hw_tag]; in mv_fill_sg()
1769 mv_sg->addr = cpu_to_le32(addr & 0xffffffff); in mv_fill_sg()
1770 mv_sg->addr_hi = cpu_to_le32((addr >> 16) >> 16); in mv_fill_sg()
1771 mv_sg->flags_size = cpu_to_le32(len & 0xffff); in mv_fill_sg()
1772 mv_sg->reserved = 0; in mv_fill_sg()
1777 last_sg = mv_sg; in mv_fill_sg()
1778 mv_sg++; in mv_fill_sg()