Searched refs:pm8001_chip_make_sg (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/scsi/pm8001/ |
D | pm80xx_hwi.c | 4319 pm8001_chip_make_sg(task->scatter, in pm80xx_chip_ssp_io_req() 4348 pm8001_chip_make_sg(task->scatter, 1, in pm80xx_chip_ssp_io_req() 4378 pm8001_chip_make_sg(task->scatter, ccb->n_elem, in pm80xx_chip_ssp_io_req() 4405 pm8001_chip_make_sg(task->scatter, 1, in pm80xx_chip_ssp_io_req() 4489 pm8001_chip_make_sg(task->scatter, in pm80xx_chip_sata_req() 4517 pm8001_chip_make_sg(task->scatter, 1, in pm80xx_chip_sata_req() 4555 pm8001_chip_make_sg(task->scatter, in pm80xx_chip_sata_req() 4579 pm8001_chip_make_sg(task->scatter, 1, in pm80xx_chip_sata_req() 4902 .make_prd = pm8001_chip_make_sg,
|
D | pm8001_sas.h | 679 void pm8001_chip_make_sg(struct scatterlist *scatter, int nr, void *prd);
|
D | pm8001_hwi.c | 3889 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() 4764 .make_prd = pm8001_chip_make_sg,
|