Searched refs:csio_sm_state_t (Results 1 – 2 of 2) sorted by relevance
76 typedef void (*csio_sm_state_t)(void *, uint32_t); typedef80 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_t110 return (csio_get_state(smp) == (csio_sm_state_t)state); in csio_match_state()
1098 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()
Completed in 6 milliseconds