Home
last modified time | relevance | path

Searched refs:csio_get_state (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A Dcsio_defs.h102 csio_get_state(void *smp) in csio_get_state() function
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.h116 csio_get_state(void *smp) in csio_get_state() function
124 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_lns_ready); in csio_is_lnode_ready()
1369 if (csio_get_state(ln) == csio_lns_uninit) { in csio_lnode_state_to_str()
1373 if (csio_get_state(ln) == csio_lns_ready) { in csio_lnode_state_to_str()
1377 if (csio_get_state(ln) == csio_lns_offline) { in csio_lnode_state_to_str()

Completed in 6 milliseconds