Home
last modified time | relevance | path

Searched refs:phyid (Results 1 – 24 of 24) sorted by relevance

/linux-4.1.27/net/caif/
Dcfsrvl.c29 int phyid) in cfservl_ctrlcmd() argument
39 layr->up->ctrlcmd(layr->up, ctrl, phyid); in cfservl_ctrlcmd()
44 layr->up->ctrlcmd(layr->up, ctrl, phyid); in cfservl_ctrlcmd()
47 if (phyid != service->dev_info.id) in cfservl_ctrlcmd()
51 CAIF_CTRLCMD_FLOW_OFF_IND, phyid); in cfservl_ctrlcmd()
55 if (phyid != service->dev_info.id) in cfservl_ctrlcmd()
60 phyid); in cfservl_ctrlcmd()
67 CAIF_CTRLCMD_FLOW_OFF_IND, phyid); in cfservl_ctrlcmd()
74 CAIF_CTRLCMD_FLOW_ON_IND, phyid); in cfservl_ctrlcmd()
81 CAIF_CTRLCMD_REMOTE_SHUTDOWN_IND, phyid); in cfservl_ctrlcmd()
[all …]
Dcfcnfg.c64 enum cfctrl_srv serv, u8 phyid,
134 u8 phyid) in cfcnfg_get_phyinfo_rcu() argument
139 if (phy->id == phyid) in cfcnfg_get_phyinfo_rcu()
234 l->phyid = res; in caif_connect_req_to_link_param()
249 l->phyid = dev_info->id; in caif_connect_req_to_link_param()
317 phy = cfcnfg_get_phyinfo_rcu(cfg, param.phyid); in caif_connect_client()
343 caif_assert(param.phyid == phy->id); in caif_connect_client()
345 param.phyid); in caif_connect_client()
347 param.phyid); in caif_connect_client()
356 cfctrl_enum_req(cfg->ctrl, param.phyid); in caif_connect_client()
[all …]
Dcfmuxl.c45 int phyid);
65 int cfmuxl_set_dnlayer(struct cflayer *layr, struct cflayer *dn, u8 phyid) in cfmuxl_set_dnlayer() argument
104 struct cflayer *cfmuxl_remove_dnlayer(struct cflayer *layr, u8 phyid) in cfmuxl_remove_dnlayer() argument
108 int idx = phyid % DN_CACHE_SIZE; in cfmuxl_remove_dnlayer()
112 dn = get_from_id(&muxl->frml_list, phyid); in cfmuxl_remove_dnlayer()
247 int phyid) in cfmuxl_ctrlcmd() argument
255 if (cfsrvl_phyid_match(layer, phyid) && layer->ctrlcmd) { in cfmuxl_ctrlcmd()
263 layer->ctrlcmd(layer, ctrl, phyid); in cfmuxl_ctrlcmd()
Dcffrml.c31 int phyid);
35 struct cflayer *cffrml_create(u16 phyid, bool use_fcs) in cffrml_create() argument
51 snprintf(this->layer.name, CAIF_LAYER_NAME_SZ, "frm%d", phyid); in cffrml_create()
53 this->layer.id = phyid; in cffrml_create()
170 int phyid) in cffrml_ctrlcmd() argument
Dcaif_usb.c79 int phyid) in cfusbl_ctrlcmd() argument
85 static struct cflayer *cfusbl_create(int phyid, u8 ethaddr[ETH_ALEN], in cfusbl_create() argument
99 snprintf(this->layer.name, CAIF_LAYER_NAME_SZ, "usb%d", phyid); in cfusbl_create()
100 this->layer.id = phyid; in cfusbl_create()
Dcfctrl.c32 int phyid);
80 p1->phyid == p2->phyid && in param_eq()
230 cfpkt_addbdy(pkt, (param->priority << 3) | param->phyid); in cfctrl_linkup_request()
287 cfpkt_info(pkt)->dev_info->id = param->phyid; in cfctrl_linkup_request()
400 linkparam.phyid = physlinkid; in cfctrl_recv()
558 int phyid) in cfctrl_ctrlcmd() argument
575 if (p->param.phyid == phyid) { in cfctrl_ctrlcmd()
579 phyid); in cfctrl_ctrlcmd()
Dcfserl.c32 int phyid);
185 int phyid) in cfserl_ctrlcmd() argument
187 layr->up->ctrlcmd(layr->up, ctrl, phyid); in cfserl_ctrlcmd()
Dchnl_net.c170 int phyid) in chnl_flowctrl_cb() argument
Dcaif_socket.c199 int phyid) in caif_ctrl_cb() argument
/linux-4.1.27/drivers/scsi/libsas/
Dsas_dump.c47 void sas_dprint_porte(int phyid, enum port_event pe) in sas_dprint_porte() argument
49 SAS_DPRINTK("phy%d: port event: %s\n", phyid, sas_porte_str[pe]); in sas_dprint_porte()
51 void sas_dprint_phye(int phyid, enum phy_event pe) in sas_dprint_phye() argument
53 SAS_DPRINTK("phy%d: phy event: %s\n", phyid, sas_phye_str[pe]); in sas_dprint_phye()
Dsas_dump.h27 void sas_dprint_porte(int phyid, enum port_event pe);
28 void sas_dprint_phye(int phyid, enum phy_event pe);
/linux-4.1.27/include/net/caif/
Dcfmuxl.h16 struct cflayer *cfmuxl_remove_dnlayer(struct cflayer *layr, u8 phyid);
17 int cfmuxl_set_dnlayer(struct cflayer *layr, struct cflayer *up, u8 phyid);
Dcfsrvl.h37 int phyid);
39 bool cfsrvl_phyid_match(struct cflayer *layer, int phyid);
Dcfctrl.h44 enum cfctrl_srv serv, u8 phyid,
61 u8 phyid; /* (U2-U0) Physical interface to connect */ member
Dcffrml.h13 struct cflayer *cffrml_create(u16 phyid, bool use_fcs);
Dcaif_layer.h218 int phyid);
/linux-4.1.27/drivers/net/usb/
Dasix_devices.c422 u32 phyid; in ax88772_bind() local
471 phyid = asix_get_phyid(dev); in ax88772_bind()
472 netdev_dbg(dev->net, "PHYID=0x%08x\n", phyid); in ax88772_bind()
594 u32 phyid; in ax88178_reset() local
629 phyid = asix_get_phyid(dev); in ax88178_reset()
630 netdev_dbg(dev->net, "PHYID=0x%08x\n", phyid); in ax88178_reset()
Dsr9800.c735 u32 phyid; in sr9800_bind() local
800 phyid = sr_get_phyid(dev); in sr9800_bind()
801 netdev_dbg(dev->net, "PHYID=0x%08x\n", phyid); in sr9800_bind()
/linux-4.1.27/drivers/net/ethernet/8390/
Dpcnet_cs.c879 u_int tmp, phyid; in mii_phy_probe() local
886 phyid = tmp << 16; in mii_phy_probe()
887 phyid |= mdio_read(mii_addr, i, MII_PHYID_REG2); in mii_phy_probe()
888 phyid &= MII_PHYID_REV_MASK; in mii_phy_probe()
889 netdev_dbg(dev, "MII at %d is 0x%08x\n", i, phyid); in mii_phy_probe()
890 if (phyid == AM79C9XX_HOME_PHY) { in mii_phy_probe()
892 } else if (phyid != AM79C9XX_ETH_PHY) { in mii_phy_probe()
/linux-4.1.27/drivers/scsi/pm8001/
Dpm80xx_hwi.h433 __le32 phyid; member
444 __le32 phyid; member
Dpm80xx_hwi.c3035 le32_to_cpu(pPayload->phyid); in mpi_phy_start_resp()
3295 u32 phyid = in mpi_phy_stop_resp() local
3296 le32_to_cpu(pPayload->phyid); in mpi_phy_stop_resp()
3297 struct pm8001_phy *phy = &pm8001_ha->phy[phyid]; in mpi_phy_stop_resp()
3300 phyid, status)); in mpi_phy_stop_resp()
4485 u32 operation, u32 phyid, u32 length, u32 *buf) in mpi_set_phy_profile_req() argument
4499 payload.ppc_phyid = (((operation & 0xF) << 8) | (phyid & 0xFF)); in mpi_set_phy_profile_req()
/linux-4.1.27/drivers/scsi/aic94xx/
Daic94xx_reg_def.h64 #define LmBLKRST_COMBIST(phyid) (1 << (24 + phyid)) argument
/linux-4.1.27/drivers/net/ethernet/ti/
Dcpsw.c2022 u32 phyid; in cpsw_probe_dt() local
2038 phyid = be32_to_cpup(parp+1); in cpsw_probe_dt()
2046 PHY_ID_FMT, mdio->name, phyid); in cpsw_probe_dt()
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dtg3.c4049 u32 phyid, advertising; in tg3_power_down_prepare() local
4079 phyid = phydev->drv->phy_id & phydev->drv->phy_id_mask; in tg3_power_down_prepare()
4080 if (phyid != PHY_ID_BCMAC131) { in tg3_power_down_prepare()
4081 phyid &= PHY_BCM_OUI_MASK; in tg3_power_down_prepare()
4082 if (phyid == PHY_BCM_OUI_1 || in tg3_power_down_prepare()
4083 phyid == PHY_BCM_OUI_2 || in tg3_power_down_prepare()
4084 phyid == PHY_BCM_OUI_3) in tg3_power_down_prepare()