Searched refs:n_evt_sm (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_rnode.c | 609 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()
|
D | csio_rnode.h | 67 enum csio_rn_ev n_evt_sm[CSIO_RNFE_MAX_EVENT]; /* State m/c events */ member
|
D | csio_lnode.h | 118 enum csio_ln_ev n_evt_sm[CSIO_LNE_MAX_EVENT]; /* State m/c events */ member
|
D | csio_hw.c | 2333 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()
|
D | csio_lnode.c | 1102 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()
|
D | csio_hw.h | 339 enum csio_hw_ev n_evt_sm[CSIO_HWE_MAX]; /* Number of sm events */ member
|