Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/pm8001/
Dpm80xx_hwi.c3989 pm8001_chip_make_sg(task->scatter, in pm80xx_chip_ssp_io_req()
4019 pm8001_chip_make_sg(task->scatter, 1, in pm80xx_chip_ssp_io_req()
4049 pm8001_chip_make_sg(task->scatter, ccb->n_elem, in pm80xx_chip_ssp_io_req()
4078 pm8001_chip_make_sg(task->scatter, 1, in pm80xx_chip_ssp_io_req()
4170 pm8001_chip_make_sg(task->scatter, in pm80xx_chip_sata_req()
4196 pm8001_chip_make_sg(task->scatter, 1, in pm80xx_chip_sata_req()
4236 pm8001_chip_make_sg(task->scatter, in pm80xx_chip_sata_req()
4262 pm8001_chip_make_sg(task->scatter, 1, in pm80xx_chip_sata_req()
4624 .make_prd = pm8001_chip_make_sg,
Dpm8001_sas.h681 void pm8001_chip_make_sg(struct scatterlist *scatter, int nr, void *prd);
Dpm8001_hwi.c4198 pm8001_chip_make_sg(struct scatterlist *scatter, int nr, void *prd) in pm8001_chip_make_sg() function
4323 pm8001_chip_make_sg(task->scatter, ccb->n_elem, ccb->buf_prd); in pm8001_chip_ssp_io_req()
4396 pm8001_chip_make_sg(task->scatter, ccb->n_elem, ccb->buf_prd); in pm8001_chip_sata_req()
5114 .make_prd = pm8001_chip_make_sg,