Searched refs:csio_shost_init (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/scsi/csiostor/ | 
| D | csio_init.h | 72 struct csio_lnode *csio_shost_init(struct csio_hw *, struct device *, bool,
 | 
| D | csio_init.c | 593 csio_shost_init(struct csio_hw *hw, struct device *dev,  in csio_shost_init()  function688 	return csio_shost_init(hw, &hw->pdev->dev, false, NULL);  in csio_lnode_alloc()
 985 		ln = csio_shost_init(hw, &pdev->dev, true, NULL);  in csio_probe_one()
 1130 		ln = csio_shost_init(hw, &pdev->dev, true, NULL);  in csio_pci_resume()
 
 | 
| D | csio_attr.c | 561 	ln = csio_shost_init(hw, &fc_vport->dev, false, pln);  in csio_vport_create()
 |