Searched refs:n_evt_sm (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/scsi/csiostor/ |
A 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()
|
A D | csio_rnode.h | 67 enum csio_rn_ev n_evt_sm[CSIO_RNFE_MAX_EVENT]; /* State m/c events */ member
|
A D | csio_lnode.h | 118 enum csio_ln_ev n_evt_sm[CSIO_LNE_MAX_EVENT]; /* State m/c events */ member
|
A D | csio_hw.c | 2784 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()
|
A D | csio_lnode.c | 1120 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()
|
A D | csio_hw.h | 394 enum csio_hw_ev n_evt_sm[CSIO_HWE_MAX]; /* Number of sm events */ member
|
Completed in 20 milliseconds