tstate             52 arch/powerpc/boot/cpm-serial.c 	u32 tstate;
tstate             25 arch/powerpc/include/asm/cpm.h 	__be32	tstate;	/* Internal */
tstate           1378 arch/sparc/include/asm/hypervisor.h 	unsigned long	tstate;		/* Trap state			*/
tstate             26 arch/sparc/include/asm/mman.h 		regs->tstate |= TSTATE_MCDE;
tstate             38 arch/sparc/include/asm/mman.h 			regs->tstate |= TSTATE_MCDE;
tstate            185 arch/sparc/include/asm/mmu_context_64.h 			regs->tstate |= TSTATE_MCDE;
tstate             21 arch/sparc/include/asm/perf_event.h 	(regs)->tstate = (_pstate << 8) |		\
tstate            100 arch/sparc/include/asm/processor_64.h 	regs->tstate = (regs->tstate & (TSTATE_CWP)) | (TSTATE_INITIAL_MM|TSTATE_IE) | (__asi << 24UL); \
tstate            136 arch/sparc/include/asm/processor_64.h 	regs->tstate &= ~TSTATE_PEF;	\
tstate            144 arch/sparc/include/asm/processor_64.h 	regs->tstate = (regs->tstate & (TSTATE_CWP))|(TSTATE_INITIAL_MM|TSTATE_IE|TSTATE_AM) | (__asi << 24UL); \
tstate            180 arch/sparc/include/asm/processor_64.h 	regs->tstate &= ~TSTATE_PEF;	\
tstate             21 arch/sparc/include/asm/ptrace.h 	return (regs->tstate & TSTATE_SYSCALL);
tstate             26 arch/sparc/include/asm/ptrace.h 	return (regs->tstate &= ~TSTATE_SYSCALL);
tstate             41 arch/sparc/include/asm/ptrace.h 	unsigned long		tstate;
tstate             64 arch/sparc/include/asm/ptrace.h #define user_mode(regs) (!((regs)->tstate & TSTATE_PRIV))
tstate             73 arch/sparc/include/asm/ptrace.h 	return !(regs->tstate & (TSTATE_XCARRY | TSTATE_ICARRY));
tstate             77 arch/sparc/include/asm/sigcontext.h 		unsigned long	tstate;
tstate             56 arch/sparc/include/asm/syscall.h 	return (regs->tstate & (TSTATE_XCARRY | TSTATE_ICARRY)) ? true : false;
tstate             60 arch/sparc/include/asm/syscall.h 	regs->tstate |= (TSTATE_XCARRY | TSTATE_ICARRY);
tstate             64 arch/sparc/include/asm/syscall.h 	regs->tstate &= ~(TSTATE_XCARRY | TSTATE_ICARRY);
tstate             28 arch/sparc/include/uapi/asm/psrcompat.h static inline unsigned int tstate_to_psr(unsigned long tstate)
tstate             30 arch/sparc/include/uapi/asm/psrcompat.h 	return ((tstate & TSTATE_CWP)			|
tstate             32 arch/sparc/include/uapi/asm/psrcompat.h 		((tstate & TSTATE_ICC) >> 12)		|
tstate             33 arch/sparc/include/uapi/asm/psrcompat.h 		((tstate & TSTATE_XCC) >> 20)		|
tstate             34 arch/sparc/include/uapi/asm/psrcompat.h 		((tstate & TSTATE_SYSCALL) ? PSR_SYSCALL : 0) |
tstate             40 arch/sparc/include/uapi/asm/psrcompat.h 	unsigned long tstate = ((unsigned long)(psr & PSR_ICC)) << 12;
tstate             42 arch/sparc/include/uapi/asm/psrcompat.h 		tstate |= ((unsigned long)(psr & PSR_XCC)) << 20;
tstate             43 arch/sparc/include/uapi/asm/psrcompat.h 	return tstate;
tstate             24 arch/sparc/include/uapi/asm/ptrace.h 	unsigned long tstate;
tstate             39 arch/sparc/kernel/kgdb_64.c 	gdb_regs[GDB_STATE] = regs->tstate;
tstate             99 arch/sparc/kernel/kgdb_64.c 	if (regs->tstate != gdb_regs[GDB_STATE]) {
tstate            100 arch/sparc/kernel/kgdb_64.c 		unsigned long cwp = regs->tstate & TSTATE_CWP;
tstate            102 arch/sparc/kernel/kgdb_64.c 		regs->tstate = (gdb_regs[GDB_STATE] & ~TSTATE_CWP) | cwp;
tstate             98 arch/sparc/kernel/kprobes.c 	kcb->kprobe_orig_tstate_pil = (regs->tstate & TSTATE_PIL);
tstate            104 arch/sparc/kernel/kprobes.c 	regs->tstate |= TSTATE_PIL;
tstate            134 arch/sparc/kernel/kprobes.c 				regs->tstate = ((regs->tstate & ~TSTATE_PIL) |
tstate            289 arch/sparc/kernel/kprobes.c 	regs->tstate = ((regs->tstate & ~TSTATE_PIL) |
tstate            338 arch/sparc/kernel/kprobes.c 		regs->tstate = ((regs->tstate & ~TSTATE_PIL) |
tstate            145 arch/sparc/kernel/process_64.c 	if ((regs->tstate & TSTATE_PRIV) || !(test_thread_flag(TIF_32BIT))) {
tstate            151 arch/sparc/kernel/process_64.c 		if (!(regs->tstate & TSTATE_PRIV)) {
tstate            173 arch/sparc/kernel/process_64.c 	if (regs->tstate & TSTATE_PRIV)
tstate            181 arch/sparc/kernel/process_64.c 	printk("TSTATE: %016lx TPC: %016lx TNPC: %016lx Y: %08x    %s\n", regs->tstate,
tstate            213 arch/sparc/kernel/process_64.c 	rp->tstate = regs->tstate;
tstate            218 arch/sparc/kernel/process_64.c 	if (regs->tstate & TSTATE_PRIV) {
tstate            286 arch/sparc/kernel/process_64.c 		       gp->tstate, gp->tpc, gp->tnpc,
tstate            290 arch/sparc/kernel/process_64.c 		if (gp->tstate & TSTATE_PRIV) {
tstate            638 arch/sparc/kernel/process_64.c 			(current_pt_regs()->tstate + 1) & TSTATE_CWP;
tstate            653 arch/sparc/kernel/process_64.c 		(regs->tstate + 1) & TSTATE_CWP;
tstate            276 arch/sparc/kernel/ptrace_64.c 					  &regs->tstate,
tstate            329 arch/sparc/kernel/ptrace_64.c 		unsigned long tstate;
tstate            333 arch/sparc/kernel/ptrace_64.c 					 &tstate,
tstate            340 arch/sparc/kernel/ptrace_64.c 			tstate &= (TSTATE_ICC | TSTATE_XCC | TSTATE_SYSCALL);
tstate            341 arch/sparc/kernel/ptrace_64.c 			regs->tstate &= ~(TSTATE_ICC | TSTATE_XCC | TSTATE_SYSCALL);
tstate            342 arch/sparc/kernel/ptrace_64.c 			regs->tstate |= tstate;
tstate            594 arch/sparc/kernel/ptrace_64.c 			reg = tstate_to_psr(regs->tstate);
tstate            707 arch/sparc/kernel/ptrace_64.c 		unsigned long tstate;
tstate            716 arch/sparc/kernel/ptrace_64.c 			tstate = regs->tstate;
tstate            717 arch/sparc/kernel/ptrace_64.c 			tstate &= ~(TSTATE_ICC | TSTATE_XCC | TSTATE_SYSCALL);
tstate            718 arch/sparc/kernel/ptrace_64.c 			tstate |= psr_to_tstate_icc(reg);
tstate            720 arch/sparc/kernel/ptrace_64.c 				tstate |= TSTATE_SYSCALL;
tstate            721 arch/sparc/kernel/ptrace_64.c 			regs->tstate = tstate;
tstate           1050 arch/sparc/kernel/ptrace_64.c 						  &pregs->tstate);
tstate           1064 arch/sparc/kernel/ptrace_64.c 						    &pregs->tstate);
tstate            142 arch/sparc/kernel/signal32.c 			regs->tstate &= ~TSTATE_ASI;
tstate            143 arch/sparc/kernel/signal32.c 			regs->tstate |= ((asi & 0xffUL) << 24UL);
tstate            148 arch/sparc/kernel/signal32.c 	regs->tstate &= ~(TSTATE_ICC|TSTATE_XCC);
tstate            149 arch/sparc/kernel/signal32.c 	regs->tstate |= psr_to_tstate_icc(psr);
tstate            230 arch/sparc/kernel/signal32.c 			regs->tstate &= ~TSTATE_ASI;
tstate            231 arch/sparc/kernel/signal32.c 			regs->tstate |= ((asi & 0xffUL) << 24UL);
tstate            236 arch/sparc/kernel/signal32.c 	regs->tstate &= ~(TSTATE_ICC|TSTATE_XCC);
tstate            237 arch/sparc/kernel/signal32.c 	regs->tstate |= psr_to_tstate_icc(psr);
tstate            392 arch/sparc/kernel/signal32.c 	psr = tstate_to_psr(regs->tstate);
tstate            403 arch/sparc/kernel/signal32.c 	err |= __put_user((regs->tstate & TSTATE_ASI) >> 24UL,
tstate            526 arch/sparc/kernel/signal32.c 	psr = tstate_to_psr(regs->tstate);
tstate            537 arch/sparc/kernel/signal32.c 	err |= __put_user((regs->tstate & TSTATE_ASI) >> 24UL,
tstate            641 arch/sparc/kernel/signal32.c 		regs->tstate |= TSTATE_ICARRY;
tstate            666 arch/sparc/kernel/signal32.c 	    (regs->tstate & (TSTATE_XCARRY | TSTATE_ICARRY))) {
tstate             48 arch/sparc/kernel/signal_64.c 	unsigned long pc, npc, tstate;
tstate             82 arch/sparc/kernel/signal_64.c 	err |= __get_user(tstate, &((*grp)[MC_TSTATE]));
tstate             83 arch/sparc/kernel/signal_64.c 	regs->tstate &= ~(TSTATE_ASI | TSTATE_ICC | TSTATE_XCC);
tstate             84 arch/sparc/kernel/signal_64.c 	regs->tstate |= (tstate & (TSTATE_ASI | TSTATE_ICC | TSTATE_XCC));
tstate            129 arch/sparc/kernel/signal_64.c 		regs->tstate &= ~TSTATE_PEF;
tstate            181 arch/sparc/kernel/signal_64.c 	err |= __put_user(regs->tstate, &((*grp)[MC_TSTATE]));
tstate            258 arch/sparc/kernel/signal_64.c 	unsigned long tpc, tnpc, tstate, ufp;
tstate            292 arch/sparc/kernel/signal_64.c 	err |= __get_user(tstate, &sf->regs.tstate);
tstate            296 arch/sparc/kernel/signal_64.c 	regs->tstate &= ~(TSTATE_ASI | TSTATE_ICC | TSTATE_XCC);
tstate            297 arch/sparc/kernel/signal_64.c 	regs->tstate |= (tstate & (TSTATE_ASI | TSTATE_ICC | TSTATE_XCC));
tstate            460 arch/sparc/kernel/signal_64.c 		regs->tstate |= (TSTATE_ICARRY|TSTATE_XCARRY);
tstate            502 arch/sparc/kernel/signal_64.c 	    (regs->tstate & (TSTATE_XCARRY | TSTATE_ICARRY)))
tstate            516 arch/sparc/kernel/signal_64.c 	    (regs->tstate & (TSTATE_XCARRY | TSTATE_ICARRY))) {
tstate             46 arch/sparc/kernel/sigutil_64.c 	regs->tstate &= ~TSTATE_PEF;
tstate             46 arch/sparc/kernel/stacktrace.c 			if (!(regs->tstate & TSTATE_PRIV))
tstate            674 arch/sparc/kernel/sys_sparc_64.c 	regs->tstate = (regs->tstate & ~TSTATE_MM) | (model << 14);
tstate             61 arch/sparc/kernel/traps_64.c 		unsigned long tstate;
tstate             82 arch/sparc/kernel/traps_64.c 		       p->trapstack[i].tstate, p->trapstack[i].tpc,
tstate            102 arch/sparc/kernel/traps_64.c 	if (regs->tstate & TSTATE_PRIV) {
tstate            195 arch/sparc/kernel/traps_64.c 	if (regs->tstate & TSTATE_PRIV) {
tstate            229 arch/sparc/kernel/traps_64.c 	if (regs->tstate & TSTATE_PRIV) {
tstate            275 arch/sparc/kernel/traps_64.c 			asi = (regs->tstate >> 24); /* saved %asi       */
tstate            300 arch/sparc/kernel/traps_64.c 	if (regs->tstate & TSTATE_PRIV) {
tstate            349 arch/sparc/kernel/traps_64.c 	if (regs->tstate & TSTATE_PRIV) {
tstate            554 arch/sparc/kernel/traps_64.c 	if (regs->tstate & TSTATE_PRIV) {
tstate           1182 arch/sparc/kernel/traps_64.c 	       regs->tpc, regs->tnpc, regs->u_regs[UREG_I7], regs->tstate);
tstate           1326 arch/sparc/kernel/traps_64.c 			    smp_processor_id(), regs->tpc, regs->tnpc, regs->tstate);
tstate           1484 arch/sparc/kernel/traps_64.c 			    smp_processor_id(), regs->tpc, regs->tnpc, regs->tstate);
tstate           1619 arch/sparc/kernel/traps_64.c 			    smp_processor_id(), regs->tpc, regs->tnpc, regs->tstate);
tstate           1722 arch/sparc/kernel/traps_64.c 		if ((regs->tstate & TSTATE_PRIV) == 0UL) {
tstate           1955 arch/sparc/kernel/traps_64.c 	if (!(regs->tstate & TSTATE_PRIV))
tstate           2042 arch/sparc/kernel/traps_64.c 	if (regs->tstate & TSTATE_PRIV) {
tstate           2220 arch/sparc/kernel/traps_64.c 	if (!(regs->tstate & TSTATE_PRIV) &&
tstate           2320 arch/sparc/kernel/traps_64.c 	if (regs->tstate & TSTATE_PRIV) {
tstate           2393 arch/sparc/kernel/traps_64.c 	if (regs->tstate & TSTATE_PRIV)
tstate           2413 arch/sparc/kernel/traps_64.c 	if (regs->tstate & TSTATE_PRIV)
tstate           2491 arch/sparc/kernel/traps_64.c 			if (!(regs->tstate & TSTATE_PRIV))
tstate           2542 arch/sparc/kernel/traps_64.c 	if (regs->tstate & TSTATE_PRIV) {
tstate           2568 arch/sparc/kernel/traps_64.c 	if (regs->tstate & TSTATE_PRIV)
tstate           2581 arch/sparc/kernel/traps_64.c 	unsigned long tstate = regs->tstate;
tstate           2588 arch/sparc/kernel/traps_64.c 	if (tstate & TSTATE_PRIV)
tstate           2629 arch/sparc/kernel/traps_64.c 	if (regs->tstate & TSTATE_PRIV) {
tstate           2647 arch/sparc/kernel/traps_64.c 	if (regs->tstate & TSTATE_PRIV) {
tstate           2671 arch/sparc/kernel/traps_64.c 	if (regs->tstate & TSTATE_PRIV) {
tstate           2818 arch/sparc/kernel/traps_64.c 	regs->u_regs[UREG_I0] = tstate_to_psr(regs->tstate);
tstate             91 arch/sparc/kernel/unaligned_64.c 			return (unsigned char)(regs->tstate >> 24);	/* %asi */
tstate            129 arch/sparc/kernel/unaligned_64.c 	if (regs->tstate & TSTATE_PRIV) {
tstate            154 arch/sparc/kernel/unaligned_64.c 	if (regs->tstate & TSTATE_PRIV) {
tstate            172 arch/sparc/kernel/unaligned_64.c 	int from_kernel = (regs->tstate & TSTATE_PRIV) != 0;
tstate            291 arch/sparc/kernel/unaligned_64.c 		regs->tstate &= ~TSTATE_ASI;
tstate            292 arch/sparc/kernel/unaligned_64.c 		regs->tstate |= (ASI_AIUS << 24UL);
tstate            398 arch/sparc/kernel/unaligned_64.c 	int from_kernel = (regs->tstate & TSTATE_PRIV) != 0;
tstate            573 arch/sparc/kernel/unaligned_64.c 	int from_kernel = (regs->tstate & TSTATE_PRIV) != 0;
tstate            600 arch/sparc/kernel/unaligned_64.c 	unsigned long tstate = regs->tstate;
tstate            607 arch/sparc/kernel/unaligned_64.c 	if (tstate & TSTATE_PRIV)
tstate            664 arch/sparc/kernel/unaligned_64.c 	unsigned long tstate = regs->tstate;
tstate            671 arch/sparc/kernel/unaligned_64.c 	if (tstate & TSTATE_PRIV)
tstate            160 arch/sparc/kernel/visemul.c 	if (regs->tstate & TSTATE_PRIV) {
tstate            182 arch/sparc/kernel/visemul.c 	BUG_ON(regs->tstate & TSTATE_PRIV);
tstate            199 arch/sparc/kernel/visemul.c 	BUG_ON(regs->tstate & TSTATE_PRIV);
tstate            359 arch/sparc/kernel/visemul.c 		unsigned long ccr, tstate;
tstate            366 arch/sparc/kernel/visemul.c 		tstate = regs->tstate & ~(TSTATE_XCC | TSTATE_ICC);
tstate            367 arch/sparc/kernel/visemul.c 		regs->tstate = tstate | (ccr << 32UL);
tstate            809 arch/sparc/kernel/visemul.c 	BUG_ON(regs->tstate & TSTATE_PRIV);
tstate            170 arch/sparc/math-emu/math_64.c 	unsigned long tstate = regs->tstate;
tstate            187 arch/sparc/math-emu/math_64.c 	if (tstate & TSTATE_PRIV)
tstate            294 arch/sparc/math-emu/math_64.c 				XR = regs->tstate >> 32;
tstate            184 arch/sparc/mm/fault_64.c 		if (regs->tstate & TSTATE_PRIV) {
tstate            199 arch/sparc/mm/fault_64.c 	if ((!insn) && (regs->tstate & TSTATE_PRIV))
tstate            210 arch/sparc/mm/fault_64.c 			asi = (regs->tstate >> 24);
tstate            228 arch/sparc/mm/fault_64.c 	if (regs->tstate & TSTATE_PRIV) {
tstate            285 arch/sparc/mm/fault_64.c 		if (!(regs->tstate & TSTATE_PRIV)) {
tstate            295 arch/sparc/mm/fault_64.c 	if (regs->tstate & TSTATE_PRIV) {
tstate            319 arch/sparc/mm/fault_64.c 		if ((regs->tstate & TSTATE_PRIV) &&
tstate            376 arch/sparc/mm/fault_64.c 				asi = (regs->tstate >> 24);
tstate            398 arch/sparc/mm/fault_64.c 		WARN_ON(regs->tstate & TSTATE_PRIV);
tstate            503 arch/sparc/mm/fault_64.c 	if (!(regs->tstate & TSTATE_PRIV)) {
tstate            524 arch/sparc/mm/fault_64.c 	if (regs->tstate & TSTATE_PRIV)
tstate             60 drivers/i2c/busses/i2c-cpm.c 	uint    tstate;		/* Internal */
tstate            158 drivers/i2c/busses/i2c-cpm.c 	out_be32(&i2c_ram->tstate, 0);
tstate            304 drivers/media/dvb-frontends/as102_fe.c 	struct as10x_tune_status tstate = { 0 };
tstate            307 drivers/media/dvb-frontends/as102_fe.c 	ret = state->ops->get_status(state->priv, &tstate);
tstate            311 drivers/media/dvb-frontends/as102_fe.c 	state->signal_strength  = tstate.signal_strength;
tstate            312 drivers/media/dvb-frontends/as102_fe.c 	state->ber  = tstate.BER;
tstate            314 drivers/media/dvb-frontends/as102_fe.c 	switch (tstate.tune_state) {
tstate            331 drivers/media/dvb-frontends/as102_fe.c 		 tstate.tune_state, tstate.signal_strength,
tstate            332 drivers/media/dvb-frontends/as102_fe.c 		 tstate.PER, tstate.BER);
tstate             12 drivers/media/dvb-frontends/as102_fe.h 	int (*get_status)(void *priv, struct as10x_tune_status *tstate);
tstate            207 drivers/media/usb/as102/as102_drv.c static int as102_get_status(void *priv, struct as10x_tune_status *tstate)
tstate            216 drivers/media/usb/as102/as102_drv.c 	ret = as10x_cmd_get_tune_status(bus_adap, tstate);
tstate            765 drivers/net/ethernet/freescale/ucc_geth.c 			(u32)&ugeth->p_tx_glbl_pram->tstate,
tstate            766 drivers/net/ethernet/freescale/ucc_geth.c 			in_be32(&ugeth->p_tx_glbl_pram->tstate));
tstate           2678 drivers/net/ethernet/freescale/ucc_geth.c 	out_be32(&ugeth->p_tx_glbl_pram->tstate, ((u32) function_code) << 24);
tstate            573 drivers/net/ethernet/freescale/ucc_geth.h 	u32 tstate;		/* tx internal state. High byte contains
tstate            115 drivers/net/slip/slhc.c 		comp->tstate = kzalloc(tsize, GFP_KERNEL);
tstate            116 drivers/net/slip/slhc.c 		if (! comp->tstate)
tstate            133 drivers/net/slip/slhc.c 		ts = comp->tstate;
tstate            159 drivers/net/slip/slhc.c 	if ( comp->tstate != NULLSLSTATE )
tstate            160 drivers/net/slip/slhc.c 		kfree( comp->tstate );
tstate            230 drivers/net/slip/slhc.c 	struct cstate *ocs = &(comp->tstate[comp->xmit_oldest]);
tstate            267 drivers/net/wan/fsl_ucc_hdlc.c 	iowrite32be(BMR_GBL | BMR_BIG_ENDIAN, &priv->ucc_pram->tstate);
tstate             34 drivers/net/wan/fsl_ucc_hdlc.h 	__be32 tstate;
tstate           1430 drivers/scsi/aic7xxx/aic79xx.h 				    struct ahd_tmode_tstate **tstate,
tstate            564 drivers/scsi/aic7xxx/aic79xx_core.c 		    u_int remote_id, struct ahd_tmode_tstate **tstate)
tstate            574 drivers/scsi/aic7xxx/aic79xx_core.c 	*tstate = ahd->enabled_targets[our_id];
tstate            575 drivers/scsi/aic7xxx/aic79xx_core.c 	return (&(*tstate)->transinfo[remote_id]);
tstate           1910 drivers/scsi/aic7xxx/aic79xx_core.c 			struct	ahd_tmode_tstate *tstate;
tstate           1943 drivers/scsi/aic7xxx/aic79xx_core.c 							&tstate);
tstate           3130 drivers/scsi/aic7xxx/aic79xx_core.c 			struct ahd_tmode_tstate *tstate;
tstate           3148 drivers/scsi/aic7xxx/aic79xx_core.c 						    devinfo.target, &tstate);
tstate           3417 drivers/scsi/aic7xxx/aic79xx_core.c 	struct	ahd_tmode_tstate *tstate;
tstate           3429 drivers/scsi/aic7xxx/aic79xx_core.c 					&tstate);
tstate           3430 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_update_neg_request(ahd, devinfo, tstate,
tstate           3626 drivers/scsi/aic7xxx/aic79xx_core.c 	struct ahd_tmode_tstate *tstate;
tstate           3634 drivers/scsi/aic7xxx/aic79xx_core.c 	tstate = kmalloc(sizeof(*tstate), GFP_ATOMIC);
tstate           3635 drivers/scsi/aic7xxx/aic79xx_core.c 	if (tstate == NULL)
tstate           3645 drivers/scsi/aic7xxx/aic79xx_core.c 		memcpy(tstate, master_tstate, sizeof(*tstate));
tstate           3646 drivers/scsi/aic7xxx/aic79xx_core.c 		memset(tstate->enabled_luns, 0, sizeof(tstate->enabled_luns));
tstate           3648 drivers/scsi/aic7xxx/aic79xx_core.c 			memset(&tstate->transinfo[i].curr, 0,
tstate           3649 drivers/scsi/aic7xxx/aic79xx_core.c 			      sizeof(tstate->transinfo[i].curr));
tstate           3650 drivers/scsi/aic7xxx/aic79xx_core.c 			memset(&tstate->transinfo[i].goal, 0,
tstate           3651 drivers/scsi/aic7xxx/aic79xx_core.c 			      sizeof(tstate->transinfo[i].goal));
tstate           3654 drivers/scsi/aic7xxx/aic79xx_core.c 		memset(tstate, 0, sizeof(*tstate));
tstate           3655 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd->enabled_targets[scsi_id] = tstate;
tstate           3656 drivers/scsi/aic7xxx/aic79xx_core.c 	return (tstate);
tstate           3667 drivers/scsi/aic7xxx/aic79xx_core.c 	struct ahd_tmode_tstate *tstate;
tstate           3677 drivers/scsi/aic7xxx/aic79xx_core.c 	tstate = ahd->enabled_targets[scsi_id];
tstate           3678 drivers/scsi/aic7xxx/aic79xx_core.c 	if (tstate != NULL)
tstate           3679 drivers/scsi/aic7xxx/aic79xx_core.c 		kfree(tstate);
tstate           3841 drivers/scsi/aic7xxx/aic79xx_core.c 		       struct ahd_tmode_tstate *tstate,
tstate           3846 drivers/scsi/aic7xxx/aic79xx_core.c 	auto_negotiate_orig = tstate->auto_negotiate;
tstate           3867 drivers/scsi/aic7xxx/aic79xx_core.c 		tstate->auto_negotiate |= devinfo->target_mask;
tstate           3869 drivers/scsi/aic7xxx/aic79xx_core.c 		tstate->auto_negotiate &= ~devinfo->target_mask;
tstate           3871 drivers/scsi/aic7xxx/aic79xx_core.c 	return (auto_negotiate_orig != tstate->auto_negotiate);
tstate           3888 drivers/scsi/aic7xxx/aic79xx_core.c 	struct	ahd_tmode_tstate *tstate;
tstate           3904 drivers/scsi/aic7xxx/aic79xx_core.c 				    devinfo->target, &tstate);
tstate           4013 drivers/scsi/aic7xxx/aic79xx_core.c 	update_needed += ahd_update_neg_request(ahd, devinfo, tstate,
tstate           4033 drivers/scsi/aic7xxx/aic79xx_core.c 	struct	ahd_tmode_tstate *tstate;
tstate           4041 drivers/scsi/aic7xxx/aic79xx_core.c 				    devinfo->target, &tstate);
tstate           4072 drivers/scsi/aic7xxx/aic79xx_core.c 	update_needed += ahd_update_neg_request(ahd, devinfo, tstate,
tstate           4236 drivers/scsi/aic7xxx/aic79xx_core.c 		struct ahd_tmode_tstate *tstate;
tstate           4241 drivers/scsi/aic7xxx/aic79xx_core.c 					    devinfo.target, &tstate);
tstate           4242 drivers/scsi/aic7xxx/aic79xx_core.c 		if ((tstate->auto_negotiate & devinfo.target_mask) == 0
tstate           4524 drivers/scsi/aic7xxx/aic79xx_core.c 	struct	ahd_tmode_tstate *tstate;
tstate           4533 drivers/scsi/aic7xxx/aic79xx_core.c 				    devinfo->target, &tstate);
tstate           5099 drivers/scsi/aic7xxx/aic79xx_core.c 	struct	ahd_tmode_tstate *tstate;
tstate           5108 drivers/scsi/aic7xxx/aic79xx_core.c 				    devinfo->target, &tstate);
tstate           5297 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_update_neg_request(ahd, devinfo, tstate,
tstate           5460 drivers/scsi/aic7xxx/aic79xx_core.c 		tstate = ahd->enabled_targets[devinfo->our_scsiid];
tstate           5461 drivers/scsi/aic7xxx/aic79xx_core.c 		if (tstate != NULL) {
tstate           5464 drivers/scsi/aic7xxx/aic79xx_core.c 			lstate = tstate->enabled_luns[devinfo->lun];
tstate           5524 drivers/scsi/aic7xxx/aic79xx_core.c 	struct ahd_tmode_tstate *tstate;
tstate           5533 drivers/scsi/aic7xxx/aic79xx_core.c 				    devinfo->target, &tstate);
tstate           5922 drivers/scsi/aic7xxx/aic79xx_core.c 	struct ahd_tmode_tstate* tstate;
tstate           5935 drivers/scsi/aic7xxx/aic79xx_core.c 	tstate = ahd->enabled_targets[devinfo->our_scsiid];
tstate           5936 drivers/scsi/aic7xxx/aic79xx_core.c 	if (tstate != NULL) {
tstate           5950 drivers/scsi/aic7xxx/aic79xx_core.c 			lstate = tstate->enabled_luns[cur_lun];
tstate           6177 drivers/scsi/aic7xxx/aic79xx_core.c 		struct ahd_tmode_tstate *tstate;
tstate           6179 drivers/scsi/aic7xxx/aic79xx_core.c 		tstate = ahd->enabled_targets[i];
tstate           6180 drivers/scsi/aic7xxx/aic79xx_core.c 		if (tstate != NULL) {
tstate           6187 drivers/scsi/aic7xxx/aic79xx_core.c 				lstate = tstate->enabled_luns[j];
tstate           6194 drivers/scsi/aic7xxx/aic79xx_core.c 			kfree(tstate);
tstate           7419 drivers/scsi/aic7xxx/aic79xx_core.c 		struct	 ahd_tmode_tstate *tstate;
tstate           7422 drivers/scsi/aic7xxx/aic79xx_core.c 					    target, &tstate);
tstate           7601 drivers/scsi/aic7xxx/aic79xx_core.c 		struct	 ahd_tmode_tstate *tstate;
tstate           7605 drivers/scsi/aic7xxx/aic79xx_core.c 					    targ, &tstate);
tstate           7614 drivers/scsi/aic7xxx/aic79xx_core.c 		tstate->discenable |= target_mask;
tstate           7644 drivers/scsi/aic7xxx/aic79xx_core.c 		tstate->tagenable &= ~target_mask;
tstate           7681 drivers/scsi/aic7xxx/aic79xx_core.c 		struct	 ahd_tmode_tstate *tstate;
tstate           7685 drivers/scsi/aic7xxx/aic79xx_core.c 					    targ, &tstate);
tstate           7696 drivers/scsi/aic7xxx/aic79xx_core.c 		tstate->discenable &= ~target_mask;
tstate           7699 drivers/scsi/aic7xxx/aic79xx_core.c 			tstate->discenable |= target_mask;
tstate           7750 drivers/scsi/aic7xxx/aic79xx_core.c 		tstate->tagenable &= ~target_mask;
tstate           8779 drivers/scsi/aic7xxx/aic79xx_core.c 		struct ahd_tmode_tstate* tstate;
tstate           8782 drivers/scsi/aic7xxx/aic79xx_core.c 		tstate = ahd->enabled_targets[target];
tstate           8783 drivers/scsi/aic7xxx/aic79xx_core.c 		if (tstate == NULL)
tstate           8788 drivers/scsi/aic7xxx/aic79xx_core.c 			lstate = tstate->enabled_luns[lun];
tstate           8979 drivers/scsi/aic7xxx/aic79xx_core.c 		struct ahd_tmode_tstate *tstate;
tstate           9001 drivers/scsi/aic7xxx/aic79xx_core.c 						&tstate);
tstate           9048 drivers/scsi/aic7xxx/aic79xx_core.c 					       tstate, targ_info,
tstate           9051 drivers/scsi/aic7xxx/aic79xx_core.c 		if (tstate->auto_negotiate & devinfo.target_mask) {
tstate           10227 drivers/scsi/aic7xxx/aic79xx_core.c 		    struct ahd_tmode_tstate **tstate,
tstate           10241 drivers/scsi/aic7xxx/aic79xx_core.c 		*tstate = NULL;
tstate           10253 drivers/scsi/aic7xxx/aic79xx_core.c 		*tstate = ahd->enabled_targets[ccb->ccb_h.target_id];
tstate           10255 drivers/scsi/aic7xxx/aic79xx_core.c 		if (*tstate != NULL)
tstate           10257 drivers/scsi/aic7xxx/aic79xx_core.c 			    (*tstate)->enabled_luns[ccb->ccb_h.target_lun];
tstate           10270 drivers/scsi/aic7xxx/aic79xx_core.c 	struct	   ahd_tmode_tstate *tstate;
tstate           10280 drivers/scsi/aic7xxx/aic79xx_core.c 	status = ahd_find_tmode_devs(ahd, sim, ccb, &tstate, &lstate,
tstate           10379 drivers/scsi/aic7xxx/aic79xx_core.c 		if (target != CAM_TARGET_WILDCARD && tstate == NULL) {
tstate           10380 drivers/scsi/aic7xxx/aic79xx_core.c 			tstate = ahd_alloc_tstate(ahd, target, channel);
tstate           10381 drivers/scsi/aic7xxx/aic79xx_core.c 			if (tstate == NULL) {
tstate           10411 drivers/scsi/aic7xxx/aic79xx_core.c 			tstate->enabled_luns[lun] = lstate;
tstate           10519 drivers/scsi/aic7xxx/aic79xx_core.c 			tstate->enabled_luns[lun] = NULL;
tstate           10522 drivers/scsi/aic7xxx/aic79xx_core.c 				if (tstate->enabled_luns[i] != NULL) {
tstate           10660 drivers/scsi/aic7xxx/aic79xx_core.c 	struct	  ahd_tmode_tstate *tstate;
tstate           10673 drivers/scsi/aic7xxx/aic79xx_core.c 	tstate = ahd->enabled_targets[target];
tstate           10675 drivers/scsi/aic7xxx/aic79xx_core.c 	if (tstate != NULL)
tstate           10676 drivers/scsi/aic7xxx/aic79xx_core.c 		lstate = tstate->enabled_luns[lun];
tstate            121 drivers/scsi/aic7xxx/aic79xx_inline.h 			    struct ahd_tmode_tstate **tstate);
tstate            617 drivers/scsi/aic7xxx/aic79xx_osm.c 	struct ahd_tmode_tstate *tstate;
tstate            630 drivers/scsi/aic7xxx/aic79xx_osm.c 					    starget->id, &tstate);
tstate            650 drivers/scsi/aic7xxx/aic79xx_osm.c 				    starget->id, &tstate);
tstate            791 drivers/scsi/aic7xxx/aic79xx_osm.c 	struct	ahd_tmode_tstate *tstate;
tstate            832 drivers/scsi/aic7xxx/aic79xx_osm.c 				    cmd->device->id, &tstate);
tstate           1305 drivers/scsi/aic7xxx/aic79xx_osm.c 		struct ahd_tmode_tstate *tstate;
tstate           1308 drivers/scsi/aic7xxx/aic79xx_osm.c 					    target_id, &tstate);
tstate           1311 drivers/scsi/aic7xxx/aic79xx_osm.c 		ahd_update_neg_request(ahd, &devinfo, tstate,
tstate           1560 drivers/scsi/aic7xxx/aic79xx_osm.c 	struct	 ahd_tmode_tstate *tstate;
tstate           1576 drivers/scsi/aic7xxx/aic79xx_osm.c 				    cmd->device->id, &tstate);
tstate           1611 drivers/scsi/aic7xxx/aic79xx_osm.c 	if ((tstate->auto_negotiate & mask) != 0) {
tstate           1694 drivers/scsi/aic7xxx/aic79xx_osm.c 		struct	ahd_tmode_tstate *tstate;
tstate           1700 drivers/scsi/aic7xxx/aic79xx_osm.c 					    target, &tstate);
tstate           2404 drivers/scsi/aic7xxx/aic79xx_osm.c 	struct ahd_tmode_tstate *tstate;
tstate           2408 drivers/scsi/aic7xxx/aic79xx_osm.c 				      shost->this_id, starget->id, &tstate);
tstate           2457 drivers/scsi/aic7xxx/aic79xx_osm.c 	struct ahd_tmode_tstate *tstate;
tstate           2461 drivers/scsi/aic7xxx/aic79xx_osm.c 				      shost->this_id, starget->id, &tstate);
tstate           2492 drivers/scsi/aic7xxx/aic79xx_osm.c 	struct ahd_tmode_tstate *tstate;
tstate           2496 drivers/scsi/aic7xxx/aic79xx_osm.c 				      shost->this_id, starget->id, &tstate);
tstate           2534 drivers/scsi/aic7xxx/aic79xx_osm.c 	struct ahd_tmode_tstate *tstate;
tstate           2538 drivers/scsi/aic7xxx/aic79xx_osm.c 				      shost->this_id, starget->id, &tstate);
tstate           2573 drivers/scsi/aic7xxx/aic79xx_osm.c 	struct ahd_tmode_tstate *tstate;
tstate           2577 drivers/scsi/aic7xxx/aic79xx_osm.c 				      shost->this_id, starget->id, &tstate);
tstate           2613 drivers/scsi/aic7xxx/aic79xx_osm.c 	struct ahd_tmode_tstate *tstate;
tstate           2617 drivers/scsi/aic7xxx/aic79xx_osm.c 				      shost->this_id, starget->id, &tstate);
tstate           2649 drivers/scsi/aic7xxx/aic79xx_osm.c 	struct ahd_tmode_tstate *tstate;
tstate           2653 drivers/scsi/aic7xxx/aic79xx_osm.c 				      shost->this_id, starget->id, &tstate);
tstate           2685 drivers/scsi/aic7xxx/aic79xx_osm.c 	struct ahd_tmode_tstate *tstate;
tstate           2689 drivers/scsi/aic7xxx/aic79xx_osm.c 				      shost->this_id, starget->id, &tstate);
tstate           2729 drivers/scsi/aic7xxx/aic79xx_osm.c 	struct ahd_tmode_tstate *tstate;
tstate           2733 drivers/scsi/aic7xxx/aic79xx_osm.c 				      shost->this_id, starget->id, &tstate);
tstate           2779 drivers/scsi/aic7xxx/aic79xx_osm.c 	struct ahd_tmode_tstate *tstate;
tstate           2783 drivers/scsi/aic7xxx/aic79xx_osm.c 				      shost->this_id, starget->id, &tstate);
tstate            162 drivers/scsi/aic7xxx/aic79xx_proc.c 	struct	ahd_tmode_tstate *tstate;
tstate            166 drivers/scsi/aic7xxx/aic79xx_proc.c 				    target_id, &tstate);
tstate           1241 drivers/scsi/aic7xxx/aic7xxx.h 				    struct ahc_tmode_tstate **tstate,
tstate            444 drivers/scsi/aic7xxx/aic7xxx_core.c 		    u_int remote_id, struct ahc_tmode_tstate **tstate)
tstate            454 drivers/scsi/aic7xxx/aic7xxx_core.c 	*tstate = ahc->enabled_targets[our_id];
tstate            455 drivers/scsi/aic7xxx/aic7xxx_core.c 	return (&(*tstate)->transinfo[remote_id]);
tstate           1054 drivers/scsi/aic7xxx/aic7xxx_core.c 			struct ahc_tmode_tstate *tstate;
tstate           1071 drivers/scsi/aic7xxx/aic7xxx_core.c 							&tstate);
tstate           1123 drivers/scsi/aic7xxx/aic7xxx_core.c 						       tstate, targ_info,
tstate           1126 drivers/scsi/aic7xxx/aic7xxx_core.c 			if (tstate->auto_negotiate & devinfo.target_mask) {
tstate           1866 drivers/scsi/aic7xxx/aic7xxx_core.c 				struct ahc_tmode_tstate *tstate;
tstate           1876 drivers/scsi/aic7xxx/aic7xxx_core.c 							    &tstate);
tstate           1968 drivers/scsi/aic7xxx/aic7xxx_core.c 	struct	ahc_tmode_tstate *tstate;
tstate           1974 drivers/scsi/aic7xxx/aic7xxx_core.c 					&tstate);
tstate           1975 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_update_neg_request(ahc, devinfo, tstate,
tstate           2136 drivers/scsi/aic7xxx/aic7xxx_core.c 	struct ahc_tmode_tstate *tstate;
tstate           2148 drivers/scsi/aic7xxx/aic7xxx_core.c 	tstate = kmalloc(sizeof(*tstate), GFP_ATOMIC);
tstate           2149 drivers/scsi/aic7xxx/aic7xxx_core.c 	if (tstate == NULL)
tstate           2159 drivers/scsi/aic7xxx/aic7xxx_core.c 		memcpy(tstate, master_tstate, sizeof(*tstate));
tstate           2160 drivers/scsi/aic7xxx/aic7xxx_core.c 		memset(tstate->enabled_luns, 0, sizeof(tstate->enabled_luns));
tstate           2161 drivers/scsi/aic7xxx/aic7xxx_core.c 		tstate->ultraenb = 0;
tstate           2163 drivers/scsi/aic7xxx/aic7xxx_core.c 			memset(&tstate->transinfo[i].curr, 0,
tstate           2164 drivers/scsi/aic7xxx/aic7xxx_core.c 			      sizeof(tstate->transinfo[i].curr));
tstate           2165 drivers/scsi/aic7xxx/aic7xxx_core.c 			memset(&tstate->transinfo[i].goal, 0,
tstate           2166 drivers/scsi/aic7xxx/aic7xxx_core.c 			      sizeof(tstate->transinfo[i].goal));
tstate           2169 drivers/scsi/aic7xxx/aic7xxx_core.c 		memset(tstate, 0, sizeof(*tstate));
tstate           2170 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc->enabled_targets[scsi_id] = tstate;
tstate           2171 drivers/scsi/aic7xxx/aic7xxx_core.c 	return (tstate);
tstate           2182 drivers/scsi/aic7xxx/aic7xxx_core.c 	struct ahc_tmode_tstate *tstate;
tstate           2195 drivers/scsi/aic7xxx/aic7xxx_core.c 	tstate = ahc->enabled_targets[scsi_id];
tstate           2196 drivers/scsi/aic7xxx/aic7xxx_core.c 	if (tstate != NULL)
tstate           2197 drivers/scsi/aic7xxx/aic7xxx_core.c 		kfree(tstate);
tstate           2444 drivers/scsi/aic7xxx/aic7xxx_core.c 		       struct ahc_tmode_tstate *tstate,
tstate           2449 drivers/scsi/aic7xxx/aic7xxx_core.c 	auto_negotiate_orig = tstate->auto_negotiate;
tstate           2470 drivers/scsi/aic7xxx/aic7xxx_core.c 		tstate->auto_negotiate |= devinfo->target_mask;
tstate           2472 drivers/scsi/aic7xxx/aic7xxx_core.c 		tstate->auto_negotiate &= ~devinfo->target_mask;
tstate           2474 drivers/scsi/aic7xxx/aic7xxx_core.c 	return (auto_negotiate_orig != tstate->auto_negotiate);
tstate           2491 drivers/scsi/aic7xxx/aic7xxx_core.c 	struct	ahc_tmode_tstate *tstate;
tstate           2507 drivers/scsi/aic7xxx/aic7xxx_core.c 				    devinfo->target, &tstate);
tstate           2550 drivers/scsi/aic7xxx/aic7xxx_core.c 			tstate->ultraenb &= ~devinfo->target_mask;
tstate           2553 drivers/scsi/aic7xxx/aic7xxx_core.c 					tstate->ultraenb |=
tstate           2564 drivers/scsi/aic7xxx/aic7xxx_core.c 				if (tstate->ultraenb & devinfo->target_mask)
tstate           2597 drivers/scsi/aic7xxx/aic7xxx_core.c 	update_needed += ahc_update_neg_request(ahc, devinfo, tstate,
tstate           2617 drivers/scsi/aic7xxx/aic7xxx_core.c 	struct	ahc_tmode_tstate *tstate;
tstate           2625 drivers/scsi/aic7xxx/aic7xxx_core.c 				    devinfo->target, &tstate);
tstate           2659 drivers/scsi/aic7xxx/aic7xxx_core.c 	update_needed += ahc_update_neg_request(ahc, devinfo, tstate,
tstate           2702 drivers/scsi/aic7xxx/aic7xxx_core.c 		struct ahc_tmode_tstate *tstate;
tstate           2707 drivers/scsi/aic7xxx/aic7xxx_core.c 					    devinfo.target, &tstate);
tstate           2710 drivers/scsi/aic7xxx/aic7xxx_core.c 		if ((tstate->ultraenb & devinfo.target_mask) != 0)
tstate           2714 drivers/scsi/aic7xxx/aic7xxx_core.c 		if ((tstate->auto_negotiate & devinfo.target_mask) == 0
tstate           2963 drivers/scsi/aic7xxx/aic7xxx_core.c 	struct	ahc_tmode_tstate *tstate;
tstate           2973 drivers/scsi/aic7xxx/aic7xxx_core.c 				    devinfo->target, &tstate);
tstate           3580 drivers/scsi/aic7xxx/aic7xxx_core.c 	struct	ahc_tmode_tstate *tstate;
tstate           3590 drivers/scsi/aic7xxx/aic7xxx_core.c 				    devinfo->target, &tstate);
tstate           3784 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_update_neg_request(ahc, devinfo, tstate,
tstate           3953 drivers/scsi/aic7xxx/aic7xxx_core.c 		tstate = ahc->enabled_targets[devinfo->our_scsiid];
tstate           3954 drivers/scsi/aic7xxx/aic7xxx_core.c 		if (tstate != NULL) {
tstate           3957 drivers/scsi/aic7xxx/aic7xxx_core.c 			lstate = tstate->enabled_luns[devinfo->lun];
tstate           4009 drivers/scsi/aic7xxx/aic7xxx_core.c 	struct ahc_tmode_tstate *tstate;
tstate           4018 drivers/scsi/aic7xxx/aic7xxx_core.c 				    devinfo->target, &tstate);
tstate           4319 drivers/scsi/aic7xxx/aic7xxx_core.c 	struct ahc_tmode_tstate* tstate;
tstate           4333 drivers/scsi/aic7xxx/aic7xxx_core.c 	tstate = ahc->enabled_targets[devinfo->our_scsiid];
tstate           4334 drivers/scsi/aic7xxx/aic7xxx_core.c 	if (tstate != NULL) {
tstate           4338 drivers/scsi/aic7xxx/aic7xxx_core.c 			lstate = tstate->enabled_luns[lun];
tstate           4513 drivers/scsi/aic7xxx/aic7xxx_core.c 		struct ahc_tmode_tstate *tstate;
tstate           4515 drivers/scsi/aic7xxx/aic7xxx_core.c 		tstate = ahc->enabled_targets[i];
tstate           4516 drivers/scsi/aic7xxx/aic7xxx_core.c 		if (tstate != NULL) {
tstate           4523 drivers/scsi/aic7xxx/aic7xxx_core.c 				lstate = tstate->enabled_luns[j];
tstate           4530 drivers/scsi/aic7xxx/aic7xxx_core.c 			kfree(tstate);
tstate           5453 drivers/scsi/aic7xxx/aic7xxx_core.c 		struct ahc_tmode_tstate *tstate;
tstate           5467 drivers/scsi/aic7xxx/aic7xxx_core.c 					    target_id, &tstate);
tstate           5549 drivers/scsi/aic7xxx/aic7xxx_core.c 		tstate->ultraenb = 0;
tstate           6563 drivers/scsi/aic7xxx/aic7xxx_core.c 		struct ahc_tmode_tstate* tstate;
tstate           6566 drivers/scsi/aic7xxx/aic7xxx_core.c 		tstate = ahc->enabled_targets[target];
tstate           6567 drivers/scsi/aic7xxx/aic7xxx_core.c 		if (tstate == NULL)
tstate           6572 drivers/scsi/aic7xxx/aic7xxx_core.c 			lstate = tstate->enabled_luns[lun];
tstate           7320 drivers/scsi/aic7xxx/aic7xxx_core.c 		    struct ahc_tmode_tstate **tstate,
tstate           7334 drivers/scsi/aic7xxx/aic7xxx_core.c 		*tstate = NULL;
tstate           7346 drivers/scsi/aic7xxx/aic7xxx_core.c 		*tstate = ahc->enabled_targets[ccb->ccb_h.target_id];
tstate           7348 drivers/scsi/aic7xxx/aic7xxx_core.c 		if (*tstate != NULL)
tstate           7350 drivers/scsi/aic7xxx/aic7xxx_core.c 			    (*tstate)->enabled_luns[ccb->ccb_h.target_lun];
tstate           7362 drivers/scsi/aic7xxx/aic7xxx_core.c 	struct	   ahc_tmode_tstate *tstate;
tstate           7374 drivers/scsi/aic7xxx/aic7xxx_core.c 	status = ahc_find_tmode_devs(ahc, sim, ccb, &tstate, &lstate,
tstate           7517 drivers/scsi/aic7xxx/aic7xxx_core.c 		if (target != CAM_TARGET_WILDCARD && tstate == NULL) {
tstate           7518 drivers/scsi/aic7xxx/aic7xxx_core.c 			tstate = ahc_alloc_tstate(ahc, target, channel);
tstate           7519 drivers/scsi/aic7xxx/aic7xxx_core.c 			if (tstate == NULL) {
tstate           7549 drivers/scsi/aic7xxx/aic7xxx_core.c 			tstate->enabled_luns[lun] = lstate;
tstate           7664 drivers/scsi/aic7xxx/aic7xxx_core.c 			tstate->enabled_luns[lun] = NULL;
tstate           7667 drivers/scsi/aic7xxx/aic7xxx_core.c 				if (tstate->enabled_luns[i] != NULL) {
tstate           7827 drivers/scsi/aic7xxx/aic7xxx_core.c 	struct	  ahc_tmode_tstate *tstate;
tstate           7840 drivers/scsi/aic7xxx/aic7xxx_core.c 	tstate = ahc->enabled_targets[target];
tstate           7842 drivers/scsi/aic7xxx/aic7xxx_core.c 	if (tstate != NULL)
tstate           7843 drivers/scsi/aic7xxx/aic7xxx_core.c 		lstate = tstate->enabled_luns[lun];
tstate             71 drivers/scsi/aic7xxx/aic7xxx_inline.h 			    struct ahc_tmode_tstate **tstate);
tstate            568 drivers/scsi/aic7xxx/aic7xxx_osm.c 	struct ahc_tmode_tstate *tstate;
tstate            617 drivers/scsi/aic7xxx/aic7xxx_osm.c 					    starget->id, &tstate);
tstate           1179 drivers/scsi/aic7xxx/aic7xxx_osm.c 		struct ahc_tmode_tstate *tstate;
tstate           1193 drivers/scsi/aic7xxx/aic7xxx_osm.c 					    target_id, &tstate);
tstate           1196 drivers/scsi/aic7xxx/aic7xxx_osm.c 		ahc_update_neg_request(ahc, &devinfo, tstate,
tstate           1425 drivers/scsi/aic7xxx/aic7xxx_osm.c 	struct	 ahc_tmode_tstate *tstate;
tstate           1482 drivers/scsi/aic7xxx/aic7xxx_osm.c 				    SCB_GET_TARGET(ahc, scb), &tstate);
tstate           1485 drivers/scsi/aic7xxx/aic7xxx_osm.c 	if ((tstate->ultraenb & mask) != 0)
tstate           1491 drivers/scsi/aic7xxx/aic7xxx_osm.c 	if ((tstate->auto_negotiate & mask) != 0) {
tstate           1613 drivers/scsi/aic7xxx/aic7xxx_osm.c 		struct	ahc_tmode_tstate *tstate;
tstate           1622 drivers/scsi/aic7xxx/aic7xxx_osm.c 						target, &tstate);
tstate           2347 drivers/scsi/aic7xxx/aic7xxx_osm.c 	struct ahc_tmode_tstate *tstate;
tstate           2351 drivers/scsi/aic7xxx/aic7xxx_osm.c 				      shost->this_id, starget->id, &tstate);
tstate           2391 drivers/scsi/aic7xxx/aic7xxx_osm.c 	struct ahc_tmode_tstate *tstate;
tstate           2395 drivers/scsi/aic7xxx/aic7xxx_osm.c 				      shost->this_id, starget->id, &tstate);
tstate           2419 drivers/scsi/aic7xxx/aic7xxx_osm.c 	struct ahc_tmode_tstate *tstate;
tstate           2423 drivers/scsi/aic7xxx/aic7xxx_osm.c 				      shost->this_id, starget->id, &tstate);
tstate           2457 drivers/scsi/aic7xxx/aic7xxx_osm.c 	struct ahc_tmode_tstate *tstate;
tstate           2461 drivers/scsi/aic7xxx/aic7xxx_osm.c 				      shost->this_id, starget->id, &tstate);
tstate           2485 drivers/scsi/aic7xxx/aic7xxx_osm.c 	struct ahc_tmode_tstate *tstate;
tstate           2489 drivers/scsi/aic7xxx/aic7xxx_osm.c 				      shost->this_id, starget->id, &tstate);
tstate            140 drivers/scsi/aic7xxx/aic7xxx_proc.c 	struct	ahc_tmode_tstate *tstate;
tstate            144 drivers/scsi/aic7xxx/aic7xxx_proc.c 				    target_id, &tstate);
tstate             61 drivers/spi/spi-fsl-cpm.c 			out_be32(&mspi->pram->tstate, 0);
tstate            364 drivers/spi/spi-fsl-cpm.c 	out_be32(&mspi->pram->tstate, 0);
tstate            261 drivers/usb/gadget/udc/fsl_qe_udc.c 	out_be32(&udc->ep_param[i]->tstate, 0);
tstate            135 drivers/usb/gadget/udc/fsl_qe_udc.h 	u32	tstate;
tstate           2785 fs/quota/dquot.c 	struct qc_type_state *tstate;
tstate           2793 fs/quota/dquot.c 		tstate = state->s_state + type;
tstate           2795 fs/quota/dquot.c 		tstate->flags = QCI_ACCT_ENABLED;
tstate           2798 fs/quota/dquot.c 			tstate->flags |= QCI_SYSFILE;
tstate           2800 fs/quota/dquot.c 			tstate->flags |= QCI_ROOT_SQUASH;
tstate           2802 fs/quota/dquot.c 			tstate->flags |= QCI_LIMITS_ENFORCED;
tstate           2803 fs/quota/dquot.c 		tstate->spc_timelimit = mi->dqi_bgrace;
tstate           2804 fs/quota/dquot.c 		tstate->ino_timelimit = mi->dqi_igrace;
tstate           2805 fs/quota/dquot.c 		tstate->ino = dqopt->files[type]->i_ino;
tstate           2806 fs/quota/dquot.c 		tstate->blocks = dqopt->files[type]->i_blocks;
tstate           2807 fs/quota/dquot.c 		tstate->nextents = 1;	/* We don't know... */
tstate            120 fs/quota/quota.c 	struct qc_type_state *tstate;
tstate            129 fs/quota/quota.c 	tstate = state.s_state + type;
tstate            130 fs/quota/quota.c 	if (!(tstate->flags & QCI_ACCT_ENABLED))
tstate            133 fs/quota/quota.c 	uinfo.dqi_bgrace = tstate->spc_timelimit;
tstate            134 fs/quota/quota.c 	uinfo.dqi_igrace = tstate->ino_timelimit;
tstate            135 fs/quota/quota.c 	if (tstate->flags & QCI_SYSFILE)
tstate            137 fs/quota/quota.c 	if (tstate->flags & QCI_ROOT_SQUASH)
tstate             21 fs/xfs/xfs_quotaops.c 	struct qc_type_state	*tstate,
tstate             29 fs/xfs/xfs_quotaops.c 	tstate->ino = ino;
tstate             37 fs/xfs/xfs_quotaops.c 	tstate->flags |= QCI_SYSFILE;
tstate             38 fs/xfs/xfs_quotaops.c 	tstate->blocks = ip->i_d.di_nblocks;
tstate             39 fs/xfs/xfs_quotaops.c 	tstate->nextents = ip->i_d.di_nextents;
tstate             40 fs/xfs/xfs_quotaops.c 	tstate->spc_timelimit = q->qi_btimelimit;
tstate             41 fs/xfs/xfs_quotaops.c 	tstate->ino_timelimit = q->qi_itimelimit;
tstate             42 fs/xfs/xfs_quotaops.c 	tstate->rt_spc_timelimit = q->qi_rtbtimelimit;
tstate             43 fs/xfs/xfs_quotaops.c 	tstate->spc_warnlimit = q->qi_bwarnlimit;
tstate             44 fs/xfs/xfs_quotaops.c 	tstate->ino_warnlimit = q->qi_iwarnlimit;
tstate             45 fs/xfs/xfs_quotaops.c 	tstate->rt_spc_warnlimit = q->qi_rtbwarnlimit;
tstate            144 include/net/slhc_vj.h 	struct cstate *tstate;	/* transmit connection states (array)*/
tstate            597 include/soc/fsl/qe/qe.h 	__be32 tstate;		/* Tx internal state */
tstate            416 tools/lib/bpf/btf_dump.c 	struct btf_dump_type_aux_state *tstate = &d->type_states[id];
tstate            422 tools/lib/bpf/btf_dump.c 	if (tstate->order_state == ORDERED)
tstate            427 tools/lib/bpf/btf_dump.c 	if (tstate->order_state == ORDERING) {
tstate            437 tools/lib/bpf/btf_dump.c 		tstate->order_state = ORDERED;
tstate            442 tools/lib/bpf/btf_dump.c 		tstate->order_state = ORDERED;
tstate            459 tools/lib/bpf/btf_dump.c 		tstate->order_state = ORDERING;
tstate            474 tools/lib/bpf/btf_dump.c 		tstate->order_state = ORDERED;
tstate            484 tools/lib/bpf/btf_dump.c 		if (t->name_off != 0 || !tstate->referenced) {
tstate            489 tools/lib/bpf/btf_dump.c 		tstate->order_state = ORDERED;
tstate            614 tools/lib/bpf/btf_dump.c 	struct btf_dump_type_aux_state *tstate = &d->type_states[id];
tstate            619 tools/lib/bpf/btf_dump.c 	if (tstate->emit_state == EMITTED)
tstate            625 tools/lib/bpf/btf_dump.c 	if (tstate->emit_state == EMITTING) {
tstate            626 tools/lib/bpf/btf_dump.c 		if (tstate->fwd_emitted)
tstate            645 tools/lib/bpf/btf_dump.c 			tstate->fwd_emitted = 1;
tstate            657 tools/lib/bpf/btf_dump.c 			tstate->fwd_emitted = 1;
tstate            668 tools/lib/bpf/btf_dump.c 		tstate->emit_state = EMITTED;
tstate            675 tools/lib/bpf/btf_dump.c 		tstate->emit_state = EMITTED;
tstate            689 tools/lib/bpf/btf_dump.c 		tstate->emit_state = EMITTED;
tstate            692 tools/lib/bpf/btf_dump.c 		tstate->emit_state = EMITTING;
tstate            701 tools/lib/bpf/btf_dump.c 		if (!tstate->fwd_emitted && !btf_dump_is_blacklisted(d, id)) {
tstate            705 tools/lib/bpf/btf_dump.c 		tstate->emit_state = EMITTED;
tstate            709 tools/lib/bpf/btf_dump.c 		tstate->emit_state = EMITTING;
tstate            725 tools/lib/bpf/btf_dump.c 		} else if (!tstate->fwd_emitted && id != cont_id) {
tstate            728 tools/lib/bpf/btf_dump.c 			tstate->fwd_emitted = 1;
tstate            734 tools/lib/bpf/btf_dump.c 			tstate->emit_state = EMITTED;
tstate            736 tools/lib/bpf/btf_dump.c 			tstate->emit_state = NOT_EMITTED;