Searched defs:phy_type (Results 26 - 38 of 38) sorted by relevance

12

/drivers/net/ethernet/smsc/
H A Dsmc911x.h91 u32 phy_type; member in struct:smc911x_local
/drivers/atm/
H A Diphase.h1031 u_short phy_type; member in struct:iadev_priv
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c11659 u32 ext_phy_config, phy_type, config2; local
11663 phy_type = XGXS_EXT_PHY_TYPE(ext_phy_config);
11665 switch (phy_type) {
11713 if ((phy_type != PORT_HW_CFG_XGXS_EXT_PHY_TYPE_DIRECT) &&
11714 (phy_type != PORT_HW_CFG_XGXS_EXT_PHY_TYPE_NOT_CONN))
11775 DP(NETIF_MSG_LINK, "phy_type 0x%x port %d found in index %d\n",
11776 phy_type, port, phy_index);
/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h1321 u16 phy_type; member in struct:be_phy_info
/drivers/net/ethernet/sun/
H A Dniu.c8160 prop_buf = np->vpd.phy_type;
8361 } else if (niu_phy_type_prop_decode(np, np->vpd.phy_type)) {
8363 np->vpd.phy_type);
9235 const char *phy_type; local
9245 phy_type = of_get_property(dp, "phy-type", &prop_len);
9246 if (!phy_type) {
9252 if (!strcmp(phy_type, "none"))
9255 strcpy(np->vpd.phy_type, phy_type);
9257 if (niu_phy_type_prop_decode(np, np->vpd.phy_type)) {
[all...]
H A Dcassini.h2800 int phy_type; member in struct:cas
H A Dniu.h2987 char phy_type[NIU_VPD_PHY_TYPE_MAX]; member in struct:rx_pkt_hdr0::niu_vpd
/drivers/net/fddi/
H A Ddefxx.h706 PI_UINT32 phy_type[PI_PHY_K_MAX]; /* Phy */ member in struct:__anon2988
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_int.h43 #define ISNPHY(pi) PHYTYPE_IS((pi)->pubpi.phy_type, PHY_TYPE_N)
44 #define ISLCNPHY(pi) PHYTYPE_IS((pi)->pubpi.phy_type, PHY_TYPE_LCN)
523 uint phy_type; member in struct:brcms_phy_pub
/drivers/infiniband/hw/nes/
H A Dnes_hw.h1167 u8 phy_type[4]; member in struct:nes_adapter
/drivers/net/ethernet/marvell/
H A Dskge.h2420 u8 phy_type; member in struct:skge_hw
/drivers/net/wireless/bcmdhd/include/
H A Dwlioctl.h1714 uint16 phy_type; /* Phy type */ member in struct:wl_po
/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1357 e1000_phy_type phy_type; member in struct:e1000_hw

Completed in 879 milliseconds

12