Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_rnode.c609 CSIO_INC_STATS(rn, n_evt_sm[evt]); in csio_rns_uninit()
649 CSIO_INC_STATS(rn, n_evt_sm[evt]); in csio_rns_ready()
734 CSIO_INC_STATS(rn, n_evt_sm[evt]); in csio_rns_offline()
793 CSIO_INC_STATS(rn, n_evt_sm[evt]); in csio_rns_disappeared()
H A Dcsio_rnode.h67 enum csio_rn_ev n_evt_sm[CSIO_RNFE_MAX_EVENT]; /* State m/c events */ member
H A Dcsio_lnode.h105 enum csio_ln_ev n_evt_sm[CSIO_LNE_MAX_EVENT]; /* State m/c events */ member
H A Dcsio_hw.c2784 CSIO_INC_STATS(hw, n_evt_sm[evt]); in csio_hws_uninit()
2809 CSIO_INC_STATS(hw, n_evt_sm[evt]); in csio_hws_configuring()
2847 CSIO_INC_STATS(hw, n_evt_sm[evt]); in csio_hws_initializing()
2888 CSIO_INC_STATS(hw, n_evt_sm[evt]); in csio_hws_ready()
2934 CSIO_INC_STATS(hw, n_evt_sm[evt]); in csio_hws_quiescing()
2994 CSIO_INC_STATS(hw, n_evt_sm[evt]); in csio_hws_quiesced()
3019 CSIO_INC_STATS(hw, n_evt_sm[evt]); in csio_hws_resetting()
3045 CSIO_INC_STATS(hw, n_evt_sm[evt]); in csio_hws_removing()
3080 CSIO_INC_STATS(hw, n_evt_sm[evt]); in csio_hws_pcierr()
H A Dcsio_lnode.c1120 CSIO_INC_STATS(ln, n_evt_sm[evt]); in csio_lns_uninit()
1171 CSIO_INC_STATS(ln, n_evt_sm[evt]); in csio_lns_online()
1222 CSIO_INC_STATS(ln, n_evt_sm[evt]); in csio_lns_ready()
1298 CSIO_INC_STATS(ln, n_evt_sm[evt]); in csio_lns_offline()
H A Dcsio_hw.h394 enum csio_hw_ev n_evt_sm[CSIO_HWE_MAX]; /* Number of sm events */ member