Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_lnode.c60 static void csio_lns_ready(struct csio_lnode *, enum csio_ln_ev);
1080 return (csio_get_state(ln) == ((csio_sm_state_t)csio_lns_ready)); in csio_is_lnode_ready()
1163 csio_set_state(&ln->sm, csio_lns_ready); in csio_lns_online()
1201 csio_lns_ready(struct csio_lnode *ln, enum csio_ln_ev evt) in csio_lns_ready() function
1356 if (csio_get_state(ln) == ((csio_sm_state_t)csio_lns_ready)) { in csio_lnode_state_to_str()