Home
last modified time | relevance | path

Searched refs:hba (Results 51 – 75 of 86) sorted by relevance

1234

/openbmc/linux/drivers/target/
H A Dtarget_core_rd.c33 static int rd_attach_hba(struct se_hba *hba, u32 host_id) in rd_attach_hba() argument
43 hba->hba_ptr = rd_host; in rd_attach_hba()
46 " Generic Target Core Stack %s\n", hba->hba_id, in rd_attach_hba()
52 static void rd_detach_hba(struct se_hba *hba) in rd_detach_hba() argument
54 struct rd_host *rd_host = hba->hba_ptr; in rd_detach_hba()
57 " Generic Target Core\n", hba->hba_id, rd_host->rd_host_id); in rd_detach_hba()
60 hba->hba_ptr = NULL; in rd_detach_hba()
270 static struct se_device *rd_alloc_device(struct se_hba *hba, const char *name) in rd_alloc_device() argument
273 struct rd_host *rd_host = hba->hba_ptr; in rd_alloc_device()
H A Dtarget_core_file.c37 static int fd_attach_hba(struct se_hba *hba, u32 host_id) in fd_attach_hba() argument
49 hba->hba_ptr = fd_host; in fd_attach_hba()
52 " Target Core Stack %s\n", hba->hba_id, FD_VERSION, in fd_attach_hba()
55 hba->hba_id, fd_host->fd_host_id); in fd_attach_hba()
60 static void fd_detach_hba(struct se_hba *hba) in fd_detach_hba() argument
62 struct fd_host *fd_host = hba->hba_ptr; in fd_detach_hba()
65 " Target Core\n", hba->hba_id, fd_host->fd_host_id); in fd_detach_hba()
68 hba->hba_ptr = NULL; in fd_detach_hba()
71 static struct se_device *fd_alloc_device(struct se_hba *hba, const char *name) in fd_alloc_device() argument
74 struct fd_host *fd_host = hba->hba_ptr; in fd_alloc_device()
H A Dtarget_core_stat.c50 struct se_hba *hba = to_stat_dev(item)->se_hba; in target_stat_inst_show() local
52 return snprintf(page, PAGE_SIZE, "%u\n", hba->hba_index); in target_stat_inst_show()
100 struct se_hba *hba = to_stat_tgt_dev(item)->se_hba; in target_stat_tgt_inst_show() local
102 return snprintf(page, PAGE_SIZE, "%u\n", hba->hba_index); in target_stat_tgt_inst_show()
198 struct se_hba *hba = to_stat_lu_dev(item)->se_hba; in target_stat_lu_inst_show() local
200 return snprintf(page, PAGE_SIZE, "%u\n", hba->hba_index); in target_stat_lu_inst_show()
H A Dtarget_core_user.c119 struct se_hba *hba; member
1581 static int tcmu_attach_hba(struct se_hba *hba, u32 host_id) in tcmu_attach_hba() argument
1590 hba->hba_ptr = tcmu_hba; in tcmu_attach_hba()
1595 static void tcmu_detach_hba(struct se_hba *hba) in tcmu_detach_hba() argument
1597 kfree(hba->hba_ptr); in tcmu_detach_hba()
1598 hba->hba_ptr = NULL; in tcmu_detach_hba()
1601 static struct se_device *tcmu_alloc_device(struct se_hba *hba, const char *name) in tcmu_alloc_device() argument
1616 udev->hba = hba; in tcmu_alloc_device()
2175 struct tcmu_hba *hba = udev->hba->hba_ptr; in tcmu_update_uio_info() local
2182 str = kasprintf(GFP_KERNEL, "tcm-user/%u/%s/%s", hba->host_id, in tcmu_update_uio_info()
[all …]
H A Dtarget_core_iblock.c46 static int iblock_attach_hba(struct se_hba *hba, u32 host_id) in iblock_attach_hba() argument
49 " Generic Target Core Stack %s\n", hba->hba_id, in iblock_attach_hba()
54 static void iblock_detach_hba(struct se_hba *hba) in iblock_detach_hba() argument
58 static struct se_device *iblock_alloc_device(struct se_hba *hba, const char *name) in iblock_alloc_device() argument
H A Dtarget_core_internal.h86 struct se_device *target_alloc_device(struct se_hba *hba, const char *name);
/openbmc/linux/drivers/ufs/host/
H A Dtc-dwc-g210-pltfrm.c79 struct ufs_hba *hba = platform_get_drvdata(pdev); in tc_dwc_g210_pltfm_remove() local
82 ufshcd_remove(hba); in tc_dwc_g210_pltfm_remove()
H A Dufs-mediatek.h163 struct ufs_hba *hba; member
175 struct ufs_hba *hba; member
H A Dufs-sprd.h78 struct ufs_hba *hba; member
H A Dufs-hisi.h83 struct ufs_hba *hba; member
/openbmc/linux/arch/parisc/kernel/
H A Dpci.c257 void pcibios_register_hba(struct pci_hba_data *hba) in pcibios_register_hba() argument
264 parisc_pci_hba[pci_hba_count] = hba; in pcibios_register_hba()
265 hba->hba_num = pci_hba_count++; in pcibios_register_hba()
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_dbf.c102 debug_event(dbf->hba, level, rec, sizeof(*rec)); in zfcp_dbf_hba_fsf_res()
125 if (unlikely(!debug_level_enabled(dbf->hba, level))) in zfcp_dbf_hba_fsf_fces()
144 debug_event(dbf->hba, level, rec, sizeof(*rec)); in zfcp_dbf_hba_fsf_fces()
164 if (unlikely(!debug_level_enabled(dbf->hba, level))) in zfcp_dbf_hba_fsf_reqid()
186 debug_event(dbf->hba, level, rec, sizeof(*rec)); in zfcp_dbf_hba_fsf_reqid()
203 if (unlikely(!debug_level_enabled(dbf->hba, level))) in zfcp_dbf_hba_fsf_uss()
233 debug_event(dbf->hba, level, rec, sizeof(*rec)); in zfcp_dbf_hba_fsf_uss()
250 if (unlikely(!debug_level_enabled(dbf->hba, level))) in zfcp_dbf_hba_bit_err()
264 debug_event(dbf->hba, level, rec, sizeof(*rec)); in zfcp_dbf_hba_bit_err()
804 debug_unregister(dbf->hba); in zfcp_dbf_unregister()
[all …]
H A Dzfcp_dbf.h306 debug_info_t *hba; member
348 if (debug_level_enabled(req->adapter->dbf->hba, level)) in zfcp_dbf_hba_fsf_resp()
/openbmc/linux/Documentation/devicetree/bindings/ata/
H A Dahci-platform.yaml157 hba-cap = <HBA_SMPS>;
165 hba-port-cap = <(HBA_PORT_FBSCP | HBA_PORT_ESP)>;
174 hba-port-cap = <(HBA_PORT_HPCP | HBA_PORT_MPSP | HBA_PORT_FBSCP)>;
H A Dahci-common.yaml61 hba-cap:
112 hba-port-cap:
H A Dsnps,dwc-ahci.yaml73 hba-port-cap = <HBA_PORT_FBSCP>;
H A Drockchip,dwc-ahci.yaml116 hba-port-cap = <HBA_PORT_FBSCP>;
/openbmc/linux/drivers/parisc/
H A Dccio-dma.c1519 struct pci_hba_data *hba; in ccio_probe() local
1551 hba = kzalloc(sizeof(*hba), GFP_KERNEL); in ccio_probe()
1553 BUG_ON(hba == NULL); in ccio_probe()
1555 hba->iommu = ioc; in ccio_probe()
1556 dev->dev.platform_data = hba; in ccio_probe()
/openbmc/linux/arch/parisc/include/asm/
H A Dropes.h211 struct pci_hba_data hba; member
/openbmc/linux/Documentation/devicetree/bindings/ufs/
H A Dufs-common.yaml40 vdd-hba-supply:
/openbmc/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.c2861 struct cxgbi_hba *hba = NULL; in cxgbi_ep_connect() local
2871 hba = iscsi_host_priv(shost); in cxgbi_ep_connect()
2872 if (!hba) { in cxgbi_ep_connect()
2896 if (!hba) in cxgbi_ep_connect()
2897 hba = csk->cdev->hbas[csk->port_id]; in cxgbi_ep_connect()
2898 else if (hba != csk->cdev->hbas[csk->port_id]) { in cxgbi_ep_connect()
2899 if (ifindex != hba->ndev->ifindex) { in cxgbi_ep_connect()
2902 ifindex = hba->ndev->ifindex; in cxgbi_ep_connect()
2908 shost->host_no, hba, in cxgbi_ep_connect()
2938 cep->chba = hba; in cxgbi_ep_connect()
[all …]
/openbmc/qemu/hw/ide/
H A Dahci_internal.h315 struct AHCIState *hba; member
/openbmc/linux/Documentation/scsi/
H A Dmegaraid.rst60 module acts as a registry for low level hba drivers. The low level drivers
H A Ddpti.rst64 - Enabled hba reset from ioctls (allows a FW flash to reboot and use
/openbmc/linux/drivers/message/fusion/
H A Dmptsas.c3312 struct mptsas_portinfo *port_info, *hba; in mptsas_probe_hba_phys() local
3316 if (! hba) in mptsas_probe_hba_phys()
3319 error = mptsas_sas_io_unit_pg0(ioc, hba); in mptsas_probe_hba_phys()
3327 ioc->hba_port_info = port_info = hba; in mptsas_probe_hba_phys()
3331 for (i = 0; i < hba->num_phys; i++) { in mptsas_probe_hba_phys()
3335 hba->phy_info[i].handle; in mptsas_probe_hba_phys()
3337 hba->phy_info[i].port_id; in mptsas_probe_hba_phys()
3339 kfree(hba->phy_info); in mptsas_probe_hba_phys()
3340 kfree(hba); in mptsas_probe_hba_phys()
3341 hba = NULL; in mptsas_probe_hba_phys()
[all …]

1234