/linux-4.4.14/net/caif/ |
D | cfsrvl.c | 29 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 …]
|
D | cfcnfg.c | 64 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 …]
|
D | cfmuxl.c | 45 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()
|
D | cffrml.c | 31 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
|
D | caif_usb.c | 79 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()
|
D | cfctrl.c | 32 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()
|
D | cfserl.c | 32 int phyid); 185 int phyid) in cfserl_ctrlcmd() argument 187 layr->up->ctrlcmd(layr->up, ctrl, phyid); in cfserl_ctrlcmd()
|
D | chnl_net.c | 170 int phyid) in chnl_flowctrl_cb() argument
|
D | caif_socket.c | 196 int phyid) in caif_ctrl_cb() argument
|
/linux-4.4.14/drivers/scsi/libsas/ |
D | sas_dump.c | 47 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()
|
D | sas_dump.h | 27 void sas_dprint_porte(int phyid, enum port_event pe); 28 void sas_dprint_phye(int phyid, enum phy_event pe);
|
/linux-4.4.14/include/net/caif/ |
D | cfmuxl.h | 16 struct cflayer *cfmuxl_remove_dnlayer(struct cflayer *layr, u8 phyid); 17 int cfmuxl_set_dnlayer(struct cflayer *layr, struct cflayer *up, u8 phyid);
|
D | cfsrvl.h | 37 int phyid); 39 bool cfsrvl_phyid_match(struct cflayer *layer, int phyid);
|
D | cfctrl.h | 44 enum cfctrl_srv serv, u8 phyid, 61 u8 phyid; /* (U2-U0) Physical interface to connect */ member
|
D | cffrml.h | 13 struct cflayer *cffrml_create(u16 phyid, bool use_fcs);
|
D | caif_layer.h | 218 int phyid);
|
/linux-4.4.14/drivers/net/usb/ |
D | asix_devices.c | 422 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()
|
D | sr9800.c | 731 u32 phyid; in sr9800_bind() local 796 phyid = sr_get_phyid(dev); in sr9800_bind() 797 netdev_dbg(dev->net, "PHYID=0x%08x\n", phyid); in sr9800_bind()
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
D | pcnet_cs.c | 879 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.4.14/drivers/scsi/pm8001/ |
D | pm80xx_hwi.h | 434 __le32 phyid; member 445 __le32 phyid; member
|
D | pm80xx_hwi.c | 3095 le32_to_cpu(pPayload->phyid); in mpi_phy_start_resp() 3351 u32 phyid = in mpi_phy_stop_resp() local 3352 le32_to_cpu(pPayload->phyid); in mpi_phy_stop_resp() 3353 struct pm8001_phy *phy = &pm8001_ha->phy[phyid]; in mpi_phy_stop_resp() 3356 phyid, status)); in mpi_phy_stop_resp() 4541 u32 operation, u32 phyid, u32 length, u32 *buf) in mpi_set_phy_profile_req() argument 4555 payload.ppc_phyid = (((operation & 0xF) << 8) | (phyid & 0xFF)); in mpi_set_phy_profile_req()
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
D | aic94xx_reg_def.h | 64 #define LmBLKRST_COMBIST(phyid) (1 << (24 + phyid)) argument
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | cpsw.c | 2055 u32 phyid; in cpsw_probe_dt() local 2064 phyid = be32_to_cpup(parp+1); in cpsw_probe_dt() 2072 PHY_ID_FMT, mdio->name, phyid); in cpsw_probe_dt()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | tg3.c | 4049 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()
|