Home | History | Annotate | Download | only in ata

Lines Matching defs:slot

68     uint8_t *slot, uint8_t *status, uint8_t *err)
131 *slot = tb[0] & 0x1f;
144 "slot %d err %x status %x\n",
145 page, *slot, *err, *status);
163 uint8_t slot, eslot, st, err;
203 * Non-NCQ command error, just find the slot and end with
206 for (slot = 0; slot < ch_openings; slot++) {
207 if ((ata_queue_active(chp) & (1U << slot)) != 0) {
208 xfer = ata_queue_hwslot_to_xfer(chp, slot);
228 * The command to get the slot failed. Kill outstanding
236 for (slot = 0; slot < ch_openings; slot++) {
237 if ((ata_queue_active(chp) & (1U << slot)) == 0)
240 xfer = ata_queue_hwslot_to_xfer(chp, slot);