HomeSort by: relevance | last modified time | path
    Searched defs:c_slot (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
siisata.c 549 PRSX(chp->ch_channel, xfer->c_slot,
671 uint8_t c_slot; local in function:siisata_reset_drive
682 if (!ata_queue_alloc_slot(chp, &c_slot, ATA_MAX_OPENINGS)) {
689 prb = schp->sch_prb[c_slot];
698 siisata_activate_prb(schp, c_slot);
703 if ((pss & PR_PXSS(c_slot)) == 0) {
712 siisata_deactivate_prb(schp, c_slot);
719 if (slot != c_slot)
721 "drive %d slot %d c_slot %d", __func__,
722 chp->ch_channel, drvp->drive, slot, c_slot);
802 uint8_t c_slot; local in function:siisata_probe_drive
    [all...]
ahcisata_core.c 769 uint8_t c_slot; local in function:ahci_reset_drive
774 if (!ata_queue_alloc_slot(chp, &c_slot, ATA_MAX_OPENINGS)) {
784 ahci_do_reset_drive(chp, drvp->drive, flags, sigp, c_slot);
787 ata_queue_free_slot(chp, c_slot);
841 uint32_t *sigp, uint8_t c_slot)
889 cmd_h = &achp->ahcic_cmdh[c_slot];
890 cmd_tbl = achp->ahcic_cmd_tbl[c_slot];
899 switch (ahci_exec_fis(chp, 100, flags, c_slot)) {
939 switch (ahci_exec_fis(chp, 310, flags, c_slot)) {
1056 uint8_t c_slot; local in function:ahci_probe_drive
    [all...]
  /src/sys/dev/ata/
atavar.h 135 int8_t c_slot; /* queue slot # */ member in struct:ata_xfer

Completed in 13 milliseconds