Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_sata.c274 int numrslotspd[16];/* Number of running slots per dev */ member
863 if (ch->numrslotspd[t] != 0 && ch->numtslotspd[t] == 0) in fsl_sata_check_collision()
867 if (ch->numrslotspd[t] != 0 && ch->numtslotspd[t] != 0) in fsl_sata_check_collision()
915 ch->numrslotspd[ccb->ccb_h.target_id]++; in fsl_sata_begin_transaction()
1294 ch->numrslotspd[ccb->ccb_h.target_id]--; in fsl_sata_end_transaction()
/freebsd/sys/dev/mvs/
H A Dmvs.h563 int numrslotspd[16];/* Number of running slots per dev */ member
H A Dmvs.c750 if (ch->numrslotspd[i] == 0) in mvs_ch_intr()
1212 ch->numrslotspd[ccb->ccb_h.target_id]++; in mvs_begin_transaction()
1697 ch->numrslotspd[ccb->ccb_h.target_id]--; in mvs_end_transaction()
/freebsd/sys/dev/ahci/
H A Dahci.h451 int numrslotspd[16];/* Number of running slots per dev */ member
H A Dahci.c1449 if (ch->numrslotspd[i] == 0) in ahci_ch_intr_main()
1545 if (ch->numrslotspd[t] != 0 && ch->numtslotspd[t] == 0) in ahci_check_collision()
1560 if (ch->numrslotspd[t] != 0 && ch->numtslotspd[t] != 0) in ahci_check_collision()
1610 ch->numrslotspd[ccb->ccb_h.target_id]++; in ahci_begin_transaction()
2076 ch->numrslotspd[ccb->ccb_h.target_id]--; in ahci_end_transaction()