/openbmc/linux/drivers/scsi/libsas/ |
H A D | sas_task.c | 14 struct task_status_struct *tstat = &task->task_status; in sas_ssp_task_response() local 16 tstat->resp = SAS_TASK_COMPLETE; in sas_ssp_task_response() 20 tstat->stat = iu->status; in sas_ssp_task_response() 23 tstat->stat = iu->resp_data[3]; in sas_ssp_task_response() 26 tstat->stat = SAS_SAM_STAT_CHECK_CONDITION; in sas_ssp_task_response() 27 tstat->buf_valid_size = in sas_ssp_task_response() 30 memcpy(tstat->buf, iu->sense_data, tstat->buf_valid_size); in sas_ssp_task_response() 38 tstat->stat = SAS_SAM_STAT_CHECK_CONDITION; in sas_ssp_task_response()
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 1580 float_status tstat = env->fp_status; \ 1581 set_float_exception_flags(0, &tstat); \ 1582 t.fld = tp##_##op(xa->fld, xb->fld, &tstat); \ 1583 env->fp_status.float_exception_flags |= tstat.float_exception_flags; \ 1585 if (unlikely(tstat.float_exception_flags & float_flag_invalid)) { \ 1586 float_invalid_op_addsub(env, tstat.float_exception_flags, \ 1615 float_status tstat; in helper_xsaddqp() local 1619 tstat = env->fp_status; in helper_xsaddqp() 1621 tstat.float_rounding_mode = float_round_to_odd; in helper_xsaddqp() 1624 set_float_exception_flags(0, &tstat); in helper_xsaddqp() [all …]
|
/openbmc/linux/drivers/scsi/mvsas/ |
H A D | mv_sas.c | 1408 struct task_status_struct *tstat = &task->task_status; in mvs_sata_done() local 1409 struct ata_task_resp *resp = (struct ata_task_resp *)tstat->buf; in mvs_sata_done() 1417 tstat->buf_valid_size = sizeof(*resp); in mvs_sata_done() 1535 struct task_status_struct *tstat; in mvs_slot_complete() local 1545 tstat = &task->task_status; in mvs_slot_complete() 1556 memset(tstat, 0, sizeof(*tstat)); in mvs_slot_complete() 1557 tstat->resp = SAS_TASK_COMPLETE; in mvs_slot_complete() 1560 tstat->stat = SAS_ABORTED_TASK; in mvs_slot_complete() 1574 tstat->stat = SAS_PHY_DOWN; in mvs_slot_complete() 1588 tstat->stat = mvs_slot_err(mvi, task, slot_idx); in mvs_slot_complete() [all …]
|
/openbmc/linux/drivers/net/ethernet/cirrus/ |
H A D | ep93xx_eth.c | 148 struct ep93xx_tstat tstat[TX_QUEUE_ENTRIES]; member 376 struct ep93xx_tstat *tstat; in ep93xx_tx_complete() local 380 tstat = ep->descs->tstat + entry; in ep93xx_tx_complete() 382 tstat0 = tstat->tstat0; in ep93xx_tx_complete() 386 tstat->tstat0 = 0; in ep93xx_tx_complete() 574 addr = ep->descs_dma_addr + offsetof(struct ep93xx_descs, tstat); in ep93xx_start_hw()
|
/openbmc/linux/drivers/net/ethernet/seeq/ |
H A D | sgiseeq.h | 31 volatile unsigned int tstat; member
|
H A D | sgiseeq.c | 160 sregs->tstat = SEEQ_TCMD_RB0; in __sgiseeq_set_mac_address() 304 sregs->tstat = TSTAT_INIT_EDLC; in init_seeq() 308 sregs->tstat = TSTAT_INIT_SEEQ; in init_seeq()
|
/openbmc/linux/drivers/clocksource/ |
H A D | timer-imx-gpt.c | 261 uint32_t tstat; in mxc_timer_interrupt() local 263 tstat = readl_relaxed(imxtm->base + imxtm->gpt->reg_tstat); in mxc_timer_interrupt()
|
/openbmc/u-boot/drivers/net/ |
H A D | tsec.c | 283 out_be32(®s->tstat, TSTAT_CLEAR_THALT); in tsec_send() 444 out_be32(®s->tstat, TSTAT_CLEAR_THALT); in redundant_init() 543 out_be32(®s->tstat, TSTAT_CLEAR_THALT); in startup_tsec()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | helper-a64.c | 477 float_status tstat = *fpst; in HELPER() local 480 set_float_rounding_mode(float_round_to_zero, &tstat); in HELPER() 481 set_float_exception_flags(0, &tstat); in HELPER() 482 r = float64_to_float32(a, &tstat); in HELPER() 483 exflags = get_float_exception_flags(&tstat); in HELPER()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/ |
H A D | 0001-test_functionality-convert-line-endings-to-Unix.patch | 145 - for tstat in yappi.get_thread_stats(): 146 - if tstat.name == '_MainThread': 147 - main_ctx_id = tstat.id 149 - ctx_ids.append(tstat.id) 1103 - for tstat in yappi.get_thread_stats(): 1104 - self.assertTrue(tstat.tid not in thread_ids) 1105 - thread_ids.add(tstat.tid) 2056 + for tstat in yappi.get_thread_stats(): 2057 + if tstat.name == '_MainThread': 2058 + main_ctx_id = tstat.id [all …]
|
/openbmc/u-boot/include/ |
H A D | tsec.h | 312 u32 tstat; /* Transmit Status */ member
|
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | gianfar.h | 724 u32 tstat; /* 0x.104 - Transmit Status Register */ member 1096 unsigned int tstat; member
|
H A D | gianfar.c | 564 grp->tstat |= (TSTAT_CLEAR_THALT >> i); in gfar_parse_group() 1197 gfar_write(®s->tstat, priv->gfargrp[i].tstat); in gfar_start() 1986 gfar_write(®s->tstat, TSTAT_CLEAR_THALT >> tx_queue->qindex); in gfar_start_xmit()
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | immap_86xx.h | 306 uint tstat; /* 0x24104 - Transmit Status Register */ member
|
H A D | immap_85xx.h | 352 u32 tstat; /* TX Status */ member
|
/openbmc/linux/tools/power/pm-graph/ |
H A D | sleepgraph.py | 102 tstat = True variable in SystemValues 1168 if not self.tstat: 6832 sysvals.tstat = False
|