Searched refs:pm8001_chip_make_sg (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/scsi/pm8001/ |
D | pm80xx_hwi.c | 3933 pm8001_chip_make_sg(task->scatter, in pm80xx_chip_ssp_io_req() 3963 pm8001_chip_make_sg(task->scatter, 1, in pm80xx_chip_ssp_io_req() 3993 pm8001_chip_make_sg(task->scatter, ccb->n_elem, in pm80xx_chip_ssp_io_req() 4022 pm8001_chip_make_sg(task->scatter, 1, in pm80xx_chip_ssp_io_req() 4114 pm8001_chip_make_sg(task->scatter, in pm80xx_chip_sata_req() 4140 pm8001_chip_make_sg(task->scatter, 1, in pm80xx_chip_sata_req() 4180 pm8001_chip_make_sg(task->scatter, in pm80xx_chip_sata_req() 4206 pm8001_chip_make_sg(task->scatter, 1, in pm80xx_chip_sata_req() 4536 .make_prd = pm8001_chip_make_sg,
|
D | pm8001_sas.h | 671 void pm8001_chip_make_sg(struct scatterlist *scatter, int nr, void *prd);
|
D | pm8001_hwi.c | 4193 pm8001_chip_make_sg(struct scatterlist *scatter, int nr, void *prd) in pm8001_chip_make_sg() function 4318 pm8001_chip_make_sg(task->scatter, ccb->n_elem, ccb->buf_prd); in pm8001_chip_ssp_io_req() 4391 pm8001_chip_make_sg(task->scatter, ccb->n_elem, ccb->buf_prd); in pm8001_chip_sata_req() 5109 .make_prd = pm8001_chip_make_sg,
|