Searched refs:sactive (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ata/
H A Dlibata-eh.c1101 if (!ap->sactive || !(ehc->i.err_mask & AC_ERR_DEV))
1123 if (!(ap->sactive & (1 << tag))) {
1523 ehc->i.err_mask, ap->sactive, ehc->i.serror,
1530 ehc->i.err_mask, ap->sactive, ehc->i.serror,
H A Dsata_sil24.c59 __le32 sactive; member in struct:sil24_port_multiplier
862 "(slot_stat 0x%x active_tag %d sactive 0x%x)\n",
863 slot_stat, ap->active_tag, ap->sactive);
H A Dlibata-core.c1397 preempted_sactive = ap->sactive;
1400 ap->sactive = 0;
1478 ap->sactive = preempted_sactive;
5123 ap->sactive &= ~(1 << qc->tag);
5289 WARN_ON(ap->sactive & (1 << qc->tag));
5290 ap->sactive |= 1 << qc->tag;
5292 WARN_ON(ap->sactive);
H A Dahci.c1251 if (ap->sactive)
1271 if (!ap->sactive)
1323 "(irq_stat 0x%x active_tag 0x%x sactive 0x%x)\n",
1324 status, ap->active_tag, ap->sactive);
H A Dsata_nv.c883 check_commands = ap->sactive;
1484 if(ata_tag_valid(ap->active_tag) || ap->sactive) {
1501 ap->sactive & (1 << i) )
H A Dlibata-scsi.c1424 if (!ata_tag_valid(ap->active_tag) && !ap->sactive)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/scsi/
H A Dlibsas.h471 u32 sactive; member in struct:ata_task_resp
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dlibata.h530 u32 sactive; member in struct:ata_port

Completed in 135 milliseconds