Home
last modified time | relevance | path

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

/linux/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c4387 pm8001_chip_make_sg(task->scatter, in pm80xx_chip_ssp_io_req()
4416 pm8001_chip_make_sg(task->scatter, 1, in pm80xx_chip_ssp_io_req()
4446 pm8001_chip_make_sg(task->scatter, ccb->n_elem, in pm80xx_chip_ssp_io_req()
4473 pm8001_chip_make_sg(task->scatter, 1, in pm80xx_chip_ssp_io_req()
4557 pm8001_chip_make_sg(task->scatter, in pm80xx_chip_sata_req()
4585 pm8001_chip_make_sg(task->scatter, 1, in pm80xx_chip_sata_req()
4623 pm8001_chip_make_sg(task->scatter, in pm80xx_chip_sata_req()
4647 pm8001_chip_make_sg(task->scatter, 1, in pm80xx_chip_sata_req()
4989 .make_prd = pm8001_chip_make_sg,
H A Dpm8001_hwi.c3889 pm8001_chip_make_sg(struct scatterlist *scatter, int nr, void *prd) in pm8001_chip_make_sg() function
4006 pm8001_chip_make_sg(task->scatter, ccb->n_elem, ccb->buf_prd); in pm8001_chip_ssp_io_req()
4079 pm8001_chip_make_sg(task->scatter, ccb->n_elem, ccb->buf_prd); in pm8001_chip_sata_req()
4762 .make_prd = pm8001_chip_make_sg,