Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/csiostor/
Dcsio_lnode.c60 static void csio_lns_ready(struct csio_lnode *, enum csio_ln_ev);
1098 return (csio_get_state(ln) == ((csio_sm_state_t)csio_lns_ready)); in csio_is_lnode_ready()
1181 csio_set_state(&ln->sm, csio_lns_ready); in csio_lns_online()
1218 csio_lns_ready(struct csio_lnode *ln, enum csio_ln_ev evt) in csio_lns_ready() function
1373 if (csio_get_state(ln) == ((csio_sm_state_t)csio_lns_ready)) { in csio_lnode_state_to_str()