Home
last modified time | relevance | path

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

/linux/drivers/scsi/csiostor/
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()
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()

Completed in 6 milliseconds