Searched refs:lsg (Results 1 – 1 of 1) sorted by relevance
2675 struct scatterlist *lsg = &sg[qc->n_elem - 1]; in ata_sg_setup() local2682 qc->pad_len = lsg->length & 3; in ata_sg_setup()2696 offset = lsg->offset + lsg->length - qc->pad_len; in ata_sg_setup()2697 psg->page = nth_page(lsg->page, offset >> PAGE_SHIFT); in ata_sg_setup()2709 lsg->length -= qc->pad_len; in ata_sg_setup()2710 if (lsg->length == 0) in ata_sg_setup()2714 qc->n_elem - 1, lsg->length, qc->pad_len); in ata_sg_setup()2730 lsg->length += qc->pad_len; in ata_sg_setup()