Lines Matching refs:toslots
270 uint32_t toslots; /* Slots in timeout */ member
1114 if ((ch->toslots & (1 << i)) == 0) in fsl_sata_rearm_timeout()
1162 if (ch->toslots == 0) in fsl_sata_timeout()
1164 ch->toslots |= (1 << slot->slot); in fsl_sata_timeout()
1165 if ((ch->rslots & ~ch->toslots) == 0) in fsl_sata_timeout()
1169 ch->rslots & ~ch->toslots); in fsl_sata_timeout()
1303 lastto = (ch->toslots == (1 << slot->slot)); in fsl_sata_end_transaction()
1304 ch->toslots &= ~(1 << slot->slot); in fsl_sata_end_transaction()
1335 if (ch->toslots != 0 || ch->fatalerr) { in fsl_sata_end_transaction()
1348 } else if ((ch->rslots & ~ch->toslots) == 0 && in fsl_sata_end_transaction()
1607 if (ch->toslots != 0) in fsl_sata_reset()
1610 ch->toslots = 0; in fsl_sata_reset()