Home
last modified time | relevance | path

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

/linux/drivers/scsi/csiostor/
A Dcsio_defs.h108 csio_match_state(void *smp, void *state) in csio_match_state() function
A Dcsio_rnode.c91 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()
A Dcsio_hw.c108 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 11 milliseconds