Home
last modified time | relevance | path

Searched refs:prev_evt (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/scsi/csiostor/
Dcsio_rnode.h104 uint8_t prev_evt; /* Previous event */ member
Dcsio_lnode.h170 uint8_t prev_evt; /* Previous event */ member
Dcsio_hw.c2782 hw->prev_evt = hw->cur_evt; in csio_hws_uninit()
2807 hw->prev_evt = hw->cur_evt; in csio_hws_configuring()
2845 hw->prev_evt = hw->cur_evt; in csio_hws_initializing()
2886 hw->prev_evt = hw->cur_evt; in csio_hws_ready()
2932 hw->prev_evt = hw->cur_evt; in csio_hws_quiescing()
2992 hw->prev_evt = hw->cur_evt; in csio_hws_quiesced()
3017 hw->prev_evt = hw->cur_evt; in csio_hws_resetting()
3043 hw->prev_evt = hw->cur_evt; in csio_hws_removing()
3078 hw->prev_evt = hw->cur_evt; in csio_hws_pcierr()
Dcsio_hw.h521 uint8_t prev_evt; /* Previous s/m evt */ member
Dcsio_rnode.c883 rn->prev_evt = rn->cur_evt; in csio_rnode_fwevt_handler()
Dcsio_lnode.c1573 ln->prev_evt = ln->cur_evt; in csio_fcoe_fwevt_handler()