Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_init.c664 struct Scsi_Host *shost = csio_ln_to_shost(ln); in csio_shost_exit()
722 shost = csio_ln_to_shost(ln); in csio_lnodes_block_request()
761 shost = csio_ln_to_shost(ln); in csio_lnodes_unblock_request()
802 shost = csio_ln_to_shost(ln); in csio_lnodes_block_by_port()
842 shost = csio_ln_to_shost(ln); in csio_lnodes_unblock_by_port()
914 struct Scsi_Host *shost = csio_ln_to_shost(ln); in csio_lnode_init_post()
H A Dcsio_attr.c62 struct Scsi_Host *shost = csio_ln_to_shost(ln); in csio_reg_rnode()
184 struct Scsi_Host *shost = csio_ln_to_shost(ln); in csio_fchost_attr_init()
617 struct Scsi_Host *shost = csio_ln_to_shost(ln); in csio_vport_delete()
650 struct Scsi_Host *shost = csio_ln_to_shost(ln); in csio_vport_disable()
H A Dcsio_init.h82 csio_ln_to_shost(struct csio_lnode *ln) in csio_ln_to_shost() function