Searched refs:csio_match_state (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_defs.h | 108 csio_match_state(void *smp, void *state) in csio_match_state() function
|
H A D | csio_rnode.c | 91 return csio_match_state(rn, csio_rns_ready); in csio_is_rnode_ready() 97 return csio_match_state(rn, csio_rns_uninit); in csio_is_rnode_uninit()
|
H A D | csio_hw.c | 108 return csio_match_state(hw, csio_hws_ready); in csio_is_hw_ready() 113 return csio_match_state(hw, csio_hws_removing); in csio_is_hw_removing() 4234 else if (csio_match_state(hw, csio_hws_uninit)) in csio_hw_start()
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_defs.h | 122 csio_match_state(void *smp, void *state) in csio_match_state() function
|
H A D | csio_rnode.c | 91 return csio_match_state(rn, csio_rns_ready); in csio_is_rnode_ready() 97 return csio_match_state(rn, csio_rns_uninit); in csio_is_rnode_uninit()
|
H A D | csio_hw.c | 108 return csio_match_state(hw, csio_hws_ready); in csio_is_hw_ready() 113 return csio_match_state(hw, csio_hws_removing); in csio_is_hw_removing() 4234 else if (csio_match_state(hw, csio_hws_uninit)) in csio_hw_start()
|
Completed in 12 milliseconds