Home
last modified time | relevance | path

Searched refs:nexus (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v4.19/drivers/net/phy/
Dmdio-thunder.c30 struct thunder_mdiobus_nexus *nexus; in thunder_mdiobus_pci_probe() local
34 nexus = devm_kzalloc(&pdev->dev, sizeof(*nexus), GFP_KERNEL); in thunder_mdiobus_pci_probe()
35 if (!nexus) in thunder_mdiobus_pci_probe()
38 pci_set_drvdata(pdev, nexus); in thunder_mdiobus_pci_probe()
53 nexus->bar0 = pcim_iomap(pdev, 0, pci_resource_len(pdev, 0)); in thunder_mdiobus_pci_probe()
54 if (!nexus->bar0) { in thunder_mdiobus_pci_probe()
87 nexus->buses[i] = bus; in thunder_mdiobus_pci_probe()
90 bus->register_base = (u64)nexus->bar0 + in thunder_mdiobus_pci_probe()
107 if (i >= ARRAY_SIZE(nexus->buses)) in thunder_mdiobus_pci_probe()
123 struct thunder_mdiobus_nexus *nexus = pci_get_drvdata(pdev); in thunder_mdiobus_pci_remove() local
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dcavium-mdio.txt36 device, this PCI device is the nexus of the buses.
40 - compatible: "cavium,thunder-8890-mdio-nexus";
42 - reg: The PCI device and function numbers of the nexus device.
54 mdio-nexus@1,3 {
55 compatible = "cavium,thunder-8890-mdio-nexus";
Dcavium-pip.txt1 * PIP Ethernet nexus.
3 The PIP Ethernet nexus can control several data packet input/output
9 Properties for the PIP nexus:
20 Properties for PIP interfaces which is a child the PIP nexus:
/Linux-v4.19/drivers/infiniband/ulp/srpt/
Dib_srpt.c1894 struct srpt_nexus *nexus; in srpt_ch_closed() local
1899 list_for_each_entry(nexus, &sport->nexus_list, entry) { in srpt_ch_closed()
1900 list_for_each_entry(ch2, &nexus->ch_list, list) { in srpt_ch_closed()
1934 struct srpt_nexus *nexus; in __srpt_close_all_ch() local
1939 list_for_each_entry(nexus, &sport->nexus_list, entry) { in __srpt_close_all_ch()
1940 list_for_each_entry(ch, &nexus->ch_list, list) { in __srpt_close_all_ch()
1958 struct srpt_nexus *nexus = NULL, *tmp_nexus = NULL, *n; in srpt_get_nexus() local
1965 nexus = n; in srpt_get_nexus()
1969 if (!nexus && tmp_nexus) { in srpt_get_nexus()
1972 swap(nexus, tmp_nexus); in srpt_get_nexus()
[all …]
Dib_srpt.h279 struct srpt_nexus *nexus; member
/Linux-v4.19/drivers/scsi/aic94xx/
Daic94xx_tmf.c138 scb->clear_nexus.nexus = NEXUS_ADAPTER; in asd_clear_nexus_ha()
147 scb->clear_nexus.nexus = NEXUS_PORT; in asd_clear_nexus_port()
164 scb->clear_nexus.nexus = NEXUS_I_T; in asd_clear_nexus_I_T()
224 scb->clear_nexus.nexus = NEXUS_I_T_L; in asd_clear_nexus_I_T_L()
238 scb->clear_nexus.nexus = NEXUS_TAG; in asd_clear_nexus_tag()
253 scb->clear_nexus.nexus = NEXUS_TRANS_CX; in asd_clear_nexus_index()
Daic94xx_sas.h492 u8 nexus; member
/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Dmfd.txt3 These devices comprise a nexus for heterogeneous hardware blocks containing
23 memory-mapped bus. For more complex devices, when the nexus driver has to
/Linux-v4.19/drivers/scsi/ibmvscsi_tgt/
Dibmvscsi_tgt.c2221 struct ibmvscsis_nexus *nexus; in ibmvscsis_make_nexus() local
2230 nexus = kzalloc(sizeof(*nexus), GFP_KERNEL); in ibmvscsis_make_nexus()
2231 if (!nexus) { in ibmvscsis_make_nexus()
2236 nexus->se_sess = target_setup_session(&tport->se_tpg, 0, 0, in ibmvscsis_make_nexus()
2237 TARGET_PROT_NORMAL, name, nexus, in ibmvscsis_make_nexus()
2239 if (IS_ERR(nexus->se_sess)) { in ibmvscsis_make_nexus()
2240 rc = PTR_ERR(nexus->se_sess); in ibmvscsis_make_nexus()
2244 tport->ibmv_nexus = nexus; in ibmvscsis_make_nexus()
2249 kfree(nexus); in ibmvscsis_make_nexus()
2256 struct ibmvscsis_nexus *nexus; in ibmvscsis_drop_nexus() local
[all …]
/Linux-v4.19/arch/powerpc/boot/dts/fsl/
Dmpc8568si-post.dtsi125 i2c-sleep-nexus {
137 duart-sleep-nexus {
Dmpc8569si-post.dtsi119 i2c-sleep-nexus {
131 duart-sleep-nexus {
Dmpc8568mds.dts75 i2c-sleep-nexus {
Dmpc8569mds.dts109 i2c-sleep-nexus {
/Linux-v4.19/arch/powerpc/boot/dts/
Dmpc8313erdb.dts112 sleep-nexus {
325 sleep-nexus {
Dmpc8379_rdb.dts128 sleep-nexus {
Dmpc8377_wlan.dts120 sleep-nexus {
Dmpc8377_rdb.dts130 sleep-nexus {
Dmpc8379_mds.dts130 sleep-nexus {
Dmpc8378_mds.dts132 sleep-nexus {
Dmpc8378_rdb.dts130 sleep-nexus {
Dmpc8377_mds.dts132 sleep-nexus {
/Linux-v4.19/drivers/xen/
Dxen-scsiback.c597 struct scsiback_nexus *nexus = tpg->tpg_nexus; in scsiback_device_action() local
604 rc = target_submit_tmr(&pending_req->se_cmd, nexus->tvn_se_sess, in scsiback_device_action()
654 struct scsiback_nexus *nexus = tpg->tpg_nexus; in scsiback_get_pend_req() local
655 struct se_session *se_sess = nexus->tvn_se_sess; in scsiback_get_pend_req()
1693 CONFIGFS_ATTR(scsiback_tpg_, nexus);
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/fsl/
Ddcsr.txt130 which stages the nexus trace data for transmission via the Aurora port
/Linux-v4.19/drivers/target/loopback/
Dtcm_loop.c970 CONFIGFS_ATTR(tcm_loop_tpg_, nexus);
/Linux-v4.19/drivers/scsi/aacraid/
Daachba.c1972 u32 lun_count, nexus; in aac_set_safw_attr_all_targets() local
1986 nexus = aac_get_safw_phys_nexus(dev, i); in aac_set_safw_attr_all_targets()
1997 if (nexus != 0 && (attribs & 8)) { in aac_set_safw_attr_all_targets()
2001 nexus; in aac_set_safw_attr_all_targets()

12