Searched refs:nexus (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/net/mdio/
H A Dmdio-thunder.c27 struct thunder_mdiobus_nexus *nexus; local
31 nexus = devm_kzalloc(&pdev->dev, sizeof(*nexus), GFP_KERNEL);
32 if (!nexus)
35 pci_set_drvdata(pdev, nexus);
50 nexus->bar0 = pcim_iomap(pdev, 0, pci_resource_len(pdev, 0));
51 if (!nexus->bar0) {
84 nexus->buses[i] = bus;
87 bus->register_base = nexus->bar0 +
106 if (i >= ARRAY_SIZE(nexus
123 struct thunder_mdiobus_nexus *nexus = pci_get_drvdata(pdev); local
[all...]
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_tmf.c105 ASD_DPRINTK("%s: clear nexus posted, waiting...\n", __func__); \
120 scb->clear_nexus.nexus = NEXUS_ADAPTER;
129 scb->clear_nexus.nexus = NEXUS_PORT;
146 scb->clear_nexus.nexus = NEXUS_I_T;
179 /* clear all outstanding commands (keep nexus suspended) */
193 "Failed to resume nexus after reset 0x%x\n", tmp_res);
206 scb->clear_nexus.nexus = NEXUS_I_T_L;
220 scb->clear_nexus.nexus = NEXUS_TAG;
235 scb->clear_nexus.nexus = NEXUS_TRANS_CX;
334 ASD_DPRINTK("task not done, clearing nexus\
[all...]
H A Daic94xx_sas.h67 u8 itnl_reason; /* I_T nexus loss reason */
117 u8 itnl_reason; /* I_T nexus loss reason */
154 u8 itnl_reason; /* I_T nexus loss reason */
474 u8 nexus; member in struct:clear_nexus
502 __le16 context; /* Clear nexus context */
657 0xd1 - 0xd7: establish nexus empty buffer received
/linux-master/arch/powerpc/boot/dts/fsl/
H A Dmpc8568si-post.dtsi125 i2c-sleep-nexus {
137 duart-sleep-nexus {
H A Dmpc8569si-post.dtsi119 i2c-sleep-nexus {
131 duart-sleep-nexus {
/linux-master/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c1987 struct srpt_nexus *nexus; local
1992 list_for_each_entry(nexus, &sport->nexus_list, entry) {
1993 list_for_each_entry(ch, &nexus->ch_list, list) {
2012 struct srpt_nexus *nexus = NULL, *tmp_nexus = NULL, *n; local
2019 nexus = n;
2023 if (!nexus && tmp_nexus) {
2026 swap(nexus, tmp_nexus);
2030 if (nexus)
2032 tmp_nexus = kzalloc(sizeof(*nexus), GFP_KERNEL);
2034 nexus
2155 struct srpt_nexus *nexus; local
2958 struct srpt_nexus *nexus, *next_n; local
[all...]
H A Dib_srpt.h252 * @nexus: I_T nexus this channel is associated with.
293 struct srpt_nexus *nexus; member in struct:srpt_rdma_ch
334 * struct srpt_nexus - I_T nexus
/linux-master/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.c1025 * Do the logic to close the I_T nexus. This function may not
2208 struct ibmvscsis_nexus *nexus; local
2217 nexus = kzalloc(sizeof(*nexus), GFP_KERNEL);
2218 if (!nexus) {
2223 nexus->se_sess = target_setup_session(&tport->se_tpg, 0, 0,
2224 TARGET_PROT_NORMAL, name, nexus,
2226 if (IS_ERR(nexus->se_sess)) {
2227 rc = PTR_ERR(nexus->se_sess);
2231 tport->ibmv_nexus = nexus;
2243 struct ibmvscsis_nexus *nexus; local
2667 struct ibmvscsis_nexus *nexus; local
2756 struct ibmvscsis_nexus *nexus; local
[all...]
/linux-master/drivers/ufs/core/
H A Dufs-mcq.c508 u32 nexus, id, val; local
532 nexus = lrbp->lun << 8 | task_tag;
534 writel(nexus, opr_sqd_base + REG_SQCTI);
/linux-master/drivers/xen/
H A Dxen-scsiback.c619 struct scsiback_nexus *nexus = tpg->tpg_nexus; local
626 rc = target_submit_tmr(&pending_req->se_cmd, nexus->tvn_se_sess,
676 struct scsiback_nexus *nexus = tpg->tpg_nexus; local
677 struct se_session *se_sess = nexus->tvn_se_sess;
955 error = "nexus undefined";
1634 * Shutdown the active I_T nexus if 'NULL' is passed.
1699 CONFIGFS_ATTR(scsiback_tpg_, nexus);
/linux-master/drivers/scsi/aacraid/
H A Daachba.c1969 u32 lun_count, nexus; local
1983 nexus = aac_get_safw_phys_nexus(dev, i);
1994 if (nexus != 0 && (attribs & 8)) {
1998 nexus;
/linux-master/drivers/target/loopback/
H A Dtcm_loop.c774 * Shutdown the active I_T nexus if 'NULL' is passed..
900 CONFIGFS_ATTR(tcm_loop_tpg_, nexus);
/linux-master/drivers/vhost/
H A Dscsi.c93 /* Pointer to vhost nexus memory */
2352 * Shutdown the active I_T nexus if 'NULL' is passed..
2420 CONFIGFS_ATTR(vhost_scsi_tpg_, nexus);
/linux-master/drivers/usb/gadget/function/
H A Df_tcm.c1112 pr_err("Missing nexus, ignoring command\n");
1225 pr_err("Missing nexus, ignoring command\n");
1634 CONFIGFS_ATTR(tcm_usbg_tpg_, nexus);

Completed in 494 milliseconds