Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_defs.h90 typedef void (*csio_sm_state_t)(struct csio_lnode *ln, enum csio_ln_ev evt); typedef
94 csio_sm_state_t sm_state;
115 static inline csio_sm_state_t
124 return (csio_get_state(smp) == (csio_sm_state_t)state); in csio_match_state()