Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/csiostor/
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()
Dcsio_rnode.h67 enum csio_rn_ev n_evt_sm[CSIO_RNFE_MAX_EVENT]; /* State m/c events */ member
Dcsio_lnode.h118 enum csio_ln_ev n_evt_sm[CSIO_LNE_MAX_EVENT]; /* State m/c events */ member
Dcsio_hw.c2333 CSIO_INC_STATS(hw, n_evt_sm[evt]); in csio_hws_uninit()
2358 CSIO_INC_STATS(hw, n_evt_sm[evt]); in csio_hws_configuring()
2396 CSIO_INC_STATS(hw, n_evt_sm[evt]); in csio_hws_initializing()
2437 CSIO_INC_STATS(hw, n_evt_sm[evt]); in csio_hws_ready()
2483 CSIO_INC_STATS(hw, n_evt_sm[evt]); in csio_hws_quiescing()
2543 CSIO_INC_STATS(hw, n_evt_sm[evt]); in csio_hws_quiesced()
2568 CSIO_INC_STATS(hw, n_evt_sm[evt]); in csio_hws_resetting()
2594 CSIO_INC_STATS(hw, n_evt_sm[evt]); in csio_hws_removing()
2629 CSIO_INC_STATS(hw, n_evt_sm[evt]); in csio_hws_pcierr()
Dcsio_lnode.c1102 CSIO_INC_STATS(ln, n_evt_sm[evt]); in csio_lns_uninit()
1153 CSIO_INC_STATS(ln, n_evt_sm[evt]); in csio_lns_online()
1205 CSIO_INC_STATS(ln, n_evt_sm[evt]); in csio_lns_ready()
1281 CSIO_INC_STATS(ln, n_evt_sm[evt]); in csio_lns_offline()
Dcsio_hw.h339 enum csio_hw_ev n_evt_sm[CSIO_HWE_MAX]; /* Number of sm events */ member