Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A Dcsio_defs.h76 typedef void (*csio_sm_state_t)(void *, uint32_t); typedef
80 csio_sm_state_t sm_state;
86 ((struct csio_sm *)smp)->sm_state = (csio_sm_state_t)state; in csio_set_state()
101 static inline csio_sm_state_t
110 return (csio_get_state(smp) == (csio_sm_state_t)state); in csio_match_state()
H A Dcsio_lnode.c1098 return (csio_get_state(ln) == ((csio_sm_state_t)csio_lns_ready)); in csio_is_lnode_ready()
1369 if (csio_get_state(ln) == ((csio_sm_state_t)csio_lns_uninit)) { in csio_lnode_state_to_str()
1373 if (csio_get_state(ln) == ((csio_sm_state_t)csio_lns_ready)) { in csio_lnode_state_to_str()
1377 if (csio_get_state(ln) == ((csio_sm_state_t)csio_lns_offline)) { in csio_lnode_state_to_str()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds