Searched refs:hba (Results 51 - 73 of 73) sorted by relevance

123

/linux-master/drivers/target/
H A Dtarget_core_pscsi.c49 static int pscsi_attach_hba(struct se_hba *hba, u32 host_id) argument
61 hba->hba_ptr = phv;
64 " Generic Target Core Stack %s\n", hba->hba_id,
67 hba->hba_id);
72 static void pscsi_detach_hba(struct se_hba *hba) argument
74 struct pscsi_hba_virt *phv = hba->hba_ptr;
81 " Generic Target Core\n", hba->hba_id,
86 " from Generic Target Core\n", hba->hba_id);
89 hba->hba_ptr = NULL;
92 static int pscsi_pmode_enable_hba(struct se_hba *hba, unsigne argument
331 pscsi_alloc_device(struct se_hba *hba, const char *name) argument
423 struct se_hba *hba = dev->se_hba; local
[all...]
H A Dtarget_core_rd.c33 static int rd_attach_hba(struct se_hba *hba, u32 host_id) argument
43 hba->hba_ptr = rd_host;
46 " Generic Target Core Stack %s\n", hba->hba_id,
52 static void rd_detach_hba(struct se_hba *hba) argument
54 struct rd_host *rd_host = hba->hba_ptr;
57 " Generic Target Core\n", hba->hba_id, rd_host->rd_host_id);
60 hba->hba_ptr = NULL;
270 static struct se_device *rd_alloc_device(struct se_hba *hba, const char *name) argument
273 struct rd_host *rd_host = hba->hba_ptr;
H A Dtarget_core_file.c37 static int fd_attach_hba(struct se_hba *hba, u32 host_id) argument
49 hba->hba_ptr = fd_host;
52 " Target Core Stack %s\n", hba->hba_id, FD_VERSION,
55 hba->hba_id, fd_host->fd_host_id);
60 static void fd_detach_hba(struct se_hba *hba) argument
62 struct fd_host *fd_host = hba->hba_ptr;
65 " Target Core\n", hba->hba_id, fd_host->fd_host_id);
68 hba->hba_ptr = NULL;
71 static struct se_device *fd_alloc_device(struct se_hba *hba, const char *name) argument
74 struct fd_host *fd_host = hba
[all...]
H A Dtarget_core_configfs.c2314 struct se_hba *hba = dev->se_hba; local
2333 config_item_name(&hba->hba_group.cg_item),
2354 struct se_hba *hba = dev->se_hba; local
2374 config_item_name(&hba->hba_group.cg_item),
2436 struct se_hba *hba = dev->se_hba; local
2477 config_item_name(&hba->hba_group.cg_item),
2502 config_item_name(&hba->hba_group.cg_item),
2764 struct se_hba *hba; local
2772 hba = dev->se_hba;
2775 config_item_name(&hba
3355 struct se_hba *hba = item_to_hba(hba_ci); local
3436 struct se_hba *hba; local
3478 struct se_hba *hba = to_hba(item); local
3487 struct se_hba *hba = to_hba(item); local
3499 struct se_hba *hba = to_hba(item); local
3533 struct se_hba *hba = container_of(to_config_group(item), local
3560 struct se_hba *hba; local
[all...]
H A Dtarget_core_internal.h86 struct se_device *target_alloc_device(struct se_hba *hba, const char *name);
H A Dtarget_core_stat.c50 struct se_hba *hba = to_stat_dev(item)->se_hba; local
52 return snprintf(page, PAGE_SIZE, "%u\n", hba->hba_index);
100 struct se_hba *hba = to_stat_tgt_dev(item)->se_hba; local
102 return snprintf(page, PAGE_SIZE, "%u\n", hba->hba_index);
198 struct se_hba *hba = to_stat_lu_dev(item)->se_hba; local
200 return snprintf(page, PAGE_SIZE, "%u\n", hba->hba_index);
H A Dtarget_core_iblock.c46 static int iblock_attach_hba(struct se_hba *hba, u32 host_id) argument
49 " Generic Target Core Stack %s\n", hba->hba_id,
54 static void iblock_detach_hba(struct se_hba *hba) argument
58 static struct se_device *iblock_alloc_device(struct se_hba *hba, const char *name) argument
H A Dtarget_core_user.c119 struct se_hba *hba; member in struct:tcmu_dev
1581 static int tcmu_attach_hba(struct se_hba *hba, u32 host_id) argument
1590 hba->hba_ptr = tcmu_hba;
1595 static void tcmu_detach_hba(struct se_hba *hba) argument
1597 kfree(hba->hba_ptr);
1598 hba->hba_ptr = NULL;
1601 static struct se_device *tcmu_alloc_device(struct se_hba *hba, const char *name) argument
1616 udev->hba = hba;
2175 struct tcmu_hba *hba local
[all...]
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c211 struct bnx2fc_cmd_mgr *bnx2fc_cmd_mgr_alloc(struct bnx2fc_hba *hba) argument
224 u16 max_xid = hba->max_xid;
243 cmgr->hba = hba;
273 num_pri_ios = num_ios - hba->elstm_xids;
318 bdt_info->bd_tbl = dma_alloc_coherent(&hba->pcidev->dev,
339 struct bnx2fc_hba *hba = cmgr->hba; local
342 u16 max_xid = hba->max_xid;
356 dma_free_coherent(&hba
548 struct bnx2fc_hba *hba = interface->hba; local
585 struct bnx2fc_hba *hba = interface->hba; local
1654 struct bnx2fc_hba *hba = interface->hba; local
1731 struct bnx2fc_hba *hba = interface->hba; local
2031 struct bnx2fc_hba *hba = interface->hba; local
[all...]
H A Dbnx2fc_els.c775 interface->hba->task_ctx[task_idx];
/linux-master/arch/parisc/kernel/
H A Dpci.c257 void pcibios_register_hba(struct pci_hba_data *hba) argument
264 parisc_pci_hba[pci_hba_count] = hba;
265 hba->hba_num = pci_hba_count++;
/linux-master/drivers/ufs/host/
H A Dufs-mediatek.h162 struct ufs_hba *hba; member in struct:ufs_mtk_mcq_intr_info
173 struct ufs_hba *hba; member in struct:ufs_mtk_host
H A Dufs-hisi.h83 struct ufs_hba *hba; member in struct:ufs_hisi_host
/linux-master/drivers/s390/scsi/
H A Dzfcp_dbf.c102 debug_event(dbf->hba, level, rec, sizeof(*rec));
125 if (unlikely(!debug_level_enabled(dbf->hba, level)))
144 debug_event(dbf->hba, level, rec, sizeof(*rec));
164 if (unlikely(!debug_level_enabled(dbf->hba, level)))
186 debug_event(dbf->hba, level, rec, sizeof(*rec));
203 if (unlikely(!debug_level_enabled(dbf->hba, level)))
233 debug_event(dbf->hba, level, rec, sizeof(*rec));
250 if (unlikely(!debug_level_enabled(dbf->hba, level)))
264 debug_event(dbf->hba, level, rec, sizeof(*rec));
804 debug_unregister(dbf->hba);
[all...]
H A Dzfcp_dbf.h126 * struct zfcp_dbf_hba_res - trace record for hba responses
289 * @hba: reference to hba trace area
294 * @hba_lock: lock protecting hba trace buffer
299 * @hba_buf: pre-allocated buffer for hba
306 debug_info_t *hba; member in struct:zfcp_dbf
348 if (debug_level_enabled(req->adapter->dbf->hba, level))
/linux-master/drivers/parisc/
H A Dccio-dma.c1519 struct pci_hba_data *hba; local
1551 hba = kzalloc(sizeof(*hba), GFP_KERNEL);
1553 BUG_ON(hba == NULL);
1555 hba->iommu = ioc;
1556 dev->dev.platform_data = hba;
/linux-master/arch/parisc/include/asm/
H A Dropes.h211 struct pci_hba_data hba; member in struct:lba_device
/linux-master/drivers/char/agp/
H A Dparisc-agp.c424 parisc_agp_setup(sba_list->ioc[0].ioc_hpa, lbadev->hba.base_addr);
/linux-master/drivers/scsi/cxgbi/
H A Dlibcxgbi.c2791 "shost 0x%p, hba 0x%p,%s, param %d, buf(%d) %s.\n",
2799 "hba %s, req. ipv4 %pI4.\n", chba->ndev->name, &addr);
2825 "shost 0x%p, hba 0x%p,%s, param %d.\n",
2844 "hba %s, addr %s.\n", chba->ndev->name, buf);
2861 struct cxgbi_hba *hba = NULL; local
2871 hba = iscsi_host_priv(shost);
2872 if (!hba) {
2896 if (!hba)
2897 hba = csk->cdev->hbas[csk->port_id];
2898 else if (hba !
[all...]
/linux-master/drivers/message/fusion/
H A Dmptsas.c3312 struct mptsas_portinfo *port_info, *hba; local
3315 hba = kzalloc(sizeof(struct mptsas_portinfo), GFP_KERNEL);
3316 if (! hba)
3319 error = mptsas_sas_io_unit_pg0(ioc, hba);
3327 ioc->hba_port_info = port_info = hba;
3331 for (i = 0; i < hba->num_phys; i++) {
3333 hba->phy_info[i].negotiated_link_rate;
3335 hba->phy_info[i].handle;
3337 hba->phy_info[i].port_id;
3339 kfree(hba
[all...]
/linux-master/drivers/target/loopback/
H A Dtcm_loop.c40 #define to_tcm_loop_hba(hba) container_of(hba, struct tcm_loop_hba, dev)
/linux-master/mm/
H A Dmemory.c3776 pgoff_t hba = (pgoff_t)(holebegin) >> PAGE_SHIFT; local
3784 hlen = ULONG_MAX - hba + 1;
3787 unmap_mapping_pages(mapping, hba, hlen, even_cows);
/linux-master/drivers/scsi/
H A Dmegaraid.c121 #define IS_RAID_CH(hba, ch) (((hba)->mega_ch_class >> (ch)) & 0x01)
2733 sprintf(string, "hba%d", adapter->host->host_no);
4193 dev_warn(&pdev->dev, "could not map hba memory\n");
4530 sprintf(buf, "hba%d", adapter->host->host_no);

Completed in 355 milliseconds

123