Home
last modified time | relevance | path

Searched refs:pm8001_ccb_info (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/scsi/pm8001/
Dpm8001_sas.h102 struct pm8001_ccb_info;
189 struct pm8001_ccb_info *ccb);
191 struct pm8001_ccb_info *ccb);
193 struct pm8001_ccb_info *ccb);
202 struct pm8001_ccb_info *ccb);
204 struct pm8001_ccb_info *ccb, struct sas_tmf_task *tmf);
285 struct pm8001_ccb_info { struct
521 struct pm8001_ccb_info *ccb_info;
642 struct pm8001_ccb_info *ccb);
685 struct pm8001_ccb_info *ccb,
[all …]
Dpm8001_sas.c53 struct pm8001_ccb_info *ccb; in pm8001_find_tag()
303 struct pm8001_ccb_info *ccb) in pm8001_task_prep_smp()
326 struct pm8001_ccb_info *ccb) in pm8001_task_prep_ata()
338 struct pm8001_ccb_info *ccb) in pm8001_task_prep_internal_abort()
350 struct pm8001_ccb_info *ccb, struct sas_tmf_task *tmf) in pm8001_task_prep_ssp_tm()
361 struct pm8001_ccb_info *ccb) in pm8001_task_prep_ssp()
388 struct pm8001_ccb_info *ccb) in pm8001_deliver_command()
430 struct pm8001_ccb_info *ccb; in pm8001_queue_command()
520 struct pm8001_ccb_info *ccb) in pm8001_ccb_task_free()
755 struct pm8001_ccb_info *ccb = &pm8001_ha->ccb_info[i]; in pm8001_open_reject_retry()
[all …]
Dpm8001_hwi.c1528 struct pm8001_ccb_info *ccb; in pm8001_work_fn()
1584 struct pm8001_ccb_info *ccb; in pm8001_work_fn()
1685 struct pm8001_ccb_info *ccb; in pm8001_work_fn()
1754 struct pm8001_ccb_info *ccb; in pm8001_send_abort_all()
1795 struct pm8001_ccb_info *ccb; in pm8001_send_read_log()
1870 struct pm8001_ccb_info *ccb; in mpi_ssp_completion()
2103 struct pm8001_ccb_info *ccb; in mpi_ssp_event()
2269 struct pm8001_ccb_info *ccb; in mpi_sata_completion()
2651 struct pm8001_ccb_info *ccb; in mpi_sata_event()
2823 struct pm8001_ccb_info *ccb; in mpi_smp_completion()
[all …]
Dpm80xx_hwi.c1784 struct pm8001_ccb_info *ccb; in pm80xx_send_abort_all()
1825 struct pm8001_ccb_info *ccb; in pm80xx_send_read_log()
1903 struct pm8001_ccb_info *ccb; in mpi_ssp_completion()
2192 struct pm8001_ccb_info *ccb; in mpi_ssp_event()
2371 struct pm8001_ccb_info *ccb; in mpi_sata_completion()
2791 struct pm8001_ccb_info *ccb; in mpi_sata_event()
2986 struct pm8001_ccb_info *ccb; in mpi_smp_completion()
4205 struct pm8001_ccb_info *ccb) in pm80xx_chip_smp_req()
4387 struct pm8001_ccb_info *ccb) in pm80xx_chip_ssp_io_req()
4540 struct pm8001_ccb_info *ccb) in pm80xx_chip_sata_req()
[all …]
Dpm8001_init.c1231 kcalloc(ccb_count, sizeof(struct pm8001_ccb_info), GFP_KERNEL); in pm8001_init_ccb_tag()