Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_lnode.h244 void csio_notify_lnodes(struct csio_hw *, enum csio_ln_notify);
Dcsio_hw.c2369 csio_notify_lnodes(hw, CSIO_LN_NOTIFY_HWREADY); in csio_hws_configuring()
2403 csio_notify_lnodes(hw, CSIO_LN_NOTIFY_HWREADY); in csio_hws_initializing()
2456 csio_notify_lnodes(hw, CSIO_LN_NOTIFY_HWSTOP); in csio_hws_ready()
2496 csio_notify_lnodes(hw, CSIO_LN_NOTIFY_HWRESET); in csio_hws_quiescing()
2504 csio_notify_lnodes(hw, CSIO_LN_NOTIFY_HWREMOVE); in csio_hws_quiescing()
Dcsio_lnode.c1904 csio_notify_lnodes(struct csio_hw *hw, enum csio_ln_notify note) in csio_notify_lnodes() function