Home
last modified time | relevance | path

Searched refs:cur_evt (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/test/py/
H A Du_boot_console_base.py180 self.at_prompt_logevt != self.logstream.logfile.cur_evt:
209 self.at_prompt_logevt = self.logstream.logfile.cur_evt
378 self.at_prompt_logevt = self.logstream.logfile.cur_evt
H A Dmultiplexed_log.py221 self.cur_evt = 1
350 self.cur_evt += 1
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_hw.c2782 hw->prev_evt = hw->cur_evt; in csio_hws_uninit()
2783 hw->cur_evt = evt; in csio_hws_uninit()
2807 hw->prev_evt = hw->cur_evt; in csio_hws_configuring()
2808 hw->cur_evt = evt; in csio_hws_configuring()
2845 hw->prev_evt = hw->cur_evt; in csio_hws_initializing()
2846 hw->cur_evt = evt; in csio_hws_initializing()
2886 hw->prev_evt = hw->cur_evt; in csio_hws_ready()
2887 hw->cur_evt = evt; in csio_hws_ready()
2932 hw->prev_evt = hw->cur_evt; in csio_hws_quiescing()
2933 hw->cur_evt = evt; in csio_hws_quiescing()
[all …]
H A Dcsio_rnode.h103 uint8_t cur_evt; /* Current event */ member
H A Dcsio_lnode.h156 uint8_t cur_evt; /* Current event */ member
H A Dcsio_rnode.c883 rn->prev_evt = rn->cur_evt; in csio_rnode_fwevt_handler()
884 rn->cur_evt = fwevt; in csio_rnode_fwevt_handler()
H A Dcsio_hw.h520 uint8_t cur_evt; /* current s/m evt */ member
H A Dcsio_lnode.c1573 ln->prev_evt = ln->cur_evt; in csio_fcoe_fwevt_handler()
1574 ln->cur_evt = rdev_wr->event_cause; in csio_fcoe_fwevt_handler()
/openbmc/linux/drivers/net/hippi/
H A Drrunner.h818 u32 cur_rx, cur_cmd, cur_evt; member