Searched refs:nexus (Results 1 – 14 of 14) sorted by relevance
| /drivers/net/mdio/ |
| A D | mdio-thunder.c | 26 struct thunder_mdiobus_nexus *nexus; in thunder_mdiobus_pci_probe() local 30 nexus = devm_kzalloc(&pdev->dev, sizeof(*nexus), GFP_KERNEL); in thunder_mdiobus_pci_probe() 31 if (!nexus) in thunder_mdiobus_pci_probe() 34 pci_set_drvdata(pdev, nexus); in thunder_mdiobus_pci_probe() 49 nexus->bar0 = pcim_iomap(pdev, 0, pci_resource_len(pdev, 0)); in thunder_mdiobus_pci_probe() 50 if (!nexus->bar0) { in thunder_mdiobus_pci_probe() 83 nexus->buses[i] = bus; in thunder_mdiobus_pci_probe() 86 bus->register_base = nexus->bar0 + in thunder_mdiobus_pci_probe() 105 if (i >= ARRAY_SIZE(nexus->buses)) in thunder_mdiobus_pci_probe() 120 for (i = 0; i < ARRAY_SIZE(nexus->buses); i++) { in thunder_mdiobus_pci_remove() [all …]
|
| /drivers/scsi/aic94xx/ |
| A D | aic94xx_tmf.c | 120 scb->clear_nexus.nexus = NEXUS_ADAPTER; in asd_clear_nexus_ha() 129 scb->clear_nexus.nexus = NEXUS_PORT; in asd_clear_nexus_port() 146 scb->clear_nexus.nexus = NEXUS_I_T; in asd_clear_nexus_I_T() 206 scb->clear_nexus.nexus = NEXUS_I_T_L; in asd_clear_nexus_I_T_L() 220 scb->clear_nexus.nexus = NEXUS_TAG; in asd_clear_nexus_tag() 235 scb->clear_nexus.nexus = NEXUS_TRANS_CX; in asd_clear_nexus_index()
|
| A D | aic94xx_sas.h | 474 u8 nexus; member
|
| /drivers/infiniband/ulp/srpt/ |
| A D | ib_srpt.c | 2046 struct srpt_nexus *nexus; in __srpt_close_all_ch() local 2078 nexus = n; in srpt_get_nexus() 2085 swap(nexus, tmp_nexus); in srpt_get_nexus() 2089 if (nexus) in srpt_get_nexus() 2103 return nexus; in srpt_get_nexus() 2214 struct srpt_nexus *nexus; in srpt_cm_req_recv() local 2237 if (IS_ERR(nexus)) { in srpt_cm_req_recv() 2238 ret = PTR_ERR(nexus); in srpt_cm_req_recv() 2284 ch->nexus = nexus; in srpt_cm_req_recv() 3044 list_del(&nexus->entry); in srpt_release_sport() [all …]
|
| A D | ib_srpt.h | 293 struct srpt_nexus *nexus; member
|
| /drivers/scsi/ibmvscsi_tgt/ |
| A D | ibmvscsi_tgt.c | 2208 struct ibmvscsis_nexus *nexus; in ibmvscsis_make_nexus() local 2217 nexus = kzalloc(sizeof(*nexus), GFP_KERNEL); in ibmvscsis_make_nexus() 2218 if (!nexus) { in ibmvscsis_make_nexus() 2226 if (IS_ERR(nexus->se_sess)) { in ibmvscsis_make_nexus() 2227 rc = PTR_ERR(nexus->se_sess); in ibmvscsis_make_nexus() 2231 tport->ibmv_nexus = nexus; in ibmvscsis_make_nexus() 2236 kfree(nexus); in ibmvscsis_make_nexus() 2245 nexus = tport->ibmv_nexus; in ibmvscsis_drop_nexus() 2246 if (!nexus) in ibmvscsis_drop_nexus() 2249 se_sess = nexus->se_sess; in ibmvscsis_drop_nexus() [all …]
|
| /drivers/ufs/core/ |
| A D | ufs-mcq.c | 542 u32 nexus, id, val; in ufshcd_mcq_sq_cleanup() local 568 nexus = lrbp->lun << 8 | task_tag; in ufshcd_mcq_sq_cleanup() 570 writel(nexus, opr_sqd_base + REG_SQCTI); in ufshcd_mcq_sq_cleanup()
|
| /drivers/xen/ |
| A D | xen-scsiback.c | 619 struct scsiback_nexus *nexus = tpg->tpg_nexus; in scsiback_device_action() local 626 rc = target_submit_tmr(&pending_req->se_cmd, nexus->tvn_se_sess, in scsiback_device_action() 676 struct scsiback_nexus *nexus = tpg->tpg_nexus; in scsiback_get_pend_req() local 677 struct se_session *se_sess = nexus->tvn_se_sess; in scsiback_get_pend_req() 1699 CONFIGFS_ATTR(scsiback_tpg_, nexus);
|
| /drivers/vhost/ |
| A D | scsi.c | 1040 static void vhost_scsi_target_queue_cmd(struct vhost_scsi_nexus *nexus, in vhost_scsi_target_queue_cmd() argument 1062 target_init_cmd(se_cmd, nexus->tvn_se_sess, &cmd->tvc_sense_buf[0], in vhost_scsi_target_queue_cmd() 1289 struct vhost_scsi_nexus *nexus; in vhost_scsi_handle_vq() local 1448 nexus = tpg->tpg_nexus; in vhost_scsi_handle_vq() 1449 if (!nexus) { in vhost_scsi_handle_vq() 1499 vhost_scsi_target_queue_cmd(nexus, cmd, cdb, lun, task_attr, in vhost_scsi_handle_vq() 2776 CONFIGFS_ATTR(vhost_scsi_tpg_, nexus);
|
| /drivers/target/loopback/ |
| A D | tcm_loop.c | 901 CONFIGFS_ATTR(tcm_loop_tpg_, nexus);
|
| /drivers/scsi/aacraid/ |
| A D | aachba.c | 1968 u32 lun_count, nexus; in aac_set_safw_attr_all_targets() local 1982 nexus = aac_get_safw_phys_nexus(dev, i); in aac_set_safw_attr_all_targets() 1993 if (nexus != 0 && (attribs & 8)) { in aac_set_safw_attr_all_targets() 1997 nexus; in aac_set_safw_attr_all_targets()
|
| /drivers/usb/gadget/function/ |
| A D | f_tcm.c | 1961 CONFIGFS_ATTR(tcm_usbg_tpg_, nexus);
|
| /drivers/scsi/aic7xxx/ |
| A D | aic7xxx.seq | 1487 * on an SCB that might not be for the current nexus. (For example, a
|
| A D | aic79xx.seq | 962 * on an SCB that might not be for the current nexus. (For example, a
|
Completed in 68 milliseconds