Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/csiostor/
Dcsio_attr.c191 (csio_lnode_to_hw(ln))->fres_info.max_vnps; in csio_fchost_attr_init()
213 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_get_host_port_id()
229 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_get_host_port_type()
248 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_get_host_port_state()
273 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_get_host_speed()
312 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_get_host_fabric_name()
332 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_get_stats()
557 struct csio_hw *hw = csio_lnode_to_hw(pln); in csio_vport_create()
618 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_vport_delete()
651 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_vport_disable()
[all …]
Dcsio_rnode.c192 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_rn_dup_flowid()
218 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_alloc_rnode()
242 struct csio_hw *hw = csio_lnode_to_hw(csio_rnode_to_lnode(rn)); in csio_free_rnode()
551 struct csio_hw *hw = csio_lnode_to_hw(ln); in __csio_reg_rnode()
568 struct csio_hw *hw = csio_lnode_to_hw(ln); in __csio_unreg_rnode()
Dcsio_lnode.c1116 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_lns_uninit()
1169 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_lns_online()
1220 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_lns_ready()
1294 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_lns_offline()
1810 struct csio_hw *hw = csio_lnode_to_hw(io_req->lnode); in csio_ln_mgmt_submit_req()
1836 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_ln_fdmi_init()
1871 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_ln_fdmi_exit()
1995 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_ln_init()
2081 csio_lnode_to_hw(ln) = hw; in csio_lnode_init()
2115 csio_lnode_to_hw(ln) = NULL; in csio_lnode_init()
[all …]
Dcsio_lnode.h204 #define csio_lnode_to_hw(ln) ((ln)->hwp) macro
205 #define csio_root_lnode(ln) (csio_lnode_to_hw((ln))->rln)
Dcsio_scsi.c1366 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_show_hw_state()
1380 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_device_reset()
1406 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_disable_port()
1442 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_store_dbg_level()
1782 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_queuecommand()
1917 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_eh_abort_handler()
2065 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_eh_lun_reset_handler()
Dcsio_init.c665 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_shost_exit()