Searched refs:phy_type (Results 101 - 120 of 120) sorted by relevance

12345

/linux-master/drivers/net/ethernet/marvell/
H A Dskge.h2415 u8 phy_type; member in struct:skge_hw
/linux-master/drivers/net/fddi/skfp/
H A Dsmt.c1358 phy->phy_type = type ;
/linux-master/drivers/net/ethernet/sun/
H A Dcassini.h2786 int phy_type; member in struct:cas
H A Dniu.h2988 char phy_type[NIU_VPD_PHY_TYPE_MAX]; member in struct:rx_pkt_hdr0::niu_vpd
/linux-master/drivers/phy/mediatek/
H A Dphy-mtk-tphy.c672 DEFINE_SHOW_ATTRIBUTE(phy_type); variable
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.h404 u8 phy_type; member in struct:sta_rec_phy
H A Dmt76_connac_mcu.c914 phy->phy_type = mt76_connac_get_phy_mode_v2(mphy, vif, band, sta);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c1754 * @phy_type: PHY type
1759 u64 advert_phy_type, u32 phy_type)
1764 (!req_speeds && advert_phy_type & BIT(phy_type)))
2230 * @phy_type_low: pointer to the lower part of phy_type
2231 * @phy_type_high: pointer to the higher part of phy_type
1757 ice_linkmode_set_bit(const struct ice_phy_type_to_ethtool *phy_to_ethtool, struct ethtool_link_ksettings *ks, u32 req_speeds, u64 advert_phy_type, u32 phy_type) argument
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_main.c3723 (hw->phy_type == e1000_phy_m88) &&
4679 if ((hw->phy_type != e1000_phy_igp) || !hw->autoneg ||
H A De1000_hw.h1327 e1000_phy_type phy_type; member in struct:e1000_hw
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c12349 u32 ext_phy_config, phy_type, config2; local
12353 phy_type = XGXS_EXT_PHY_TYPE(ext_phy_config);
12355 switch (phy_type) {
12399 if (phy_type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM54618SE)
12411 if ((phy_type != PORT_HW_CFG_XGXS_EXT_PHY_TYPE_DIRECT) &&
12412 (phy_type != PORT_HW_CFG_XGXS_EXT_PHY_TYPE_NOT_CONN))
12463 DP(NETIF_MSG_LINK, "phy_type 0x%x port %d found in index %d\n",
12464 phy_type, port, phy_index);
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h1684 u16 phy_type; member in struct:be_phy_info
/linux-master/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c1091 "phy_type %d current_reg_domain %d",
1100 m->phy_type, m->current_reg_domain);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1438 u8 phy_type; member in struct:bnxt_link_info
H A Dbnxt.c11140 link_info->phy_type = resp->phy_type;
H A Dbnxt_hsi.h4397 u8 phy_type; member in struct:hwrm_port_phy_qcfg_output
/linux-master/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c1447 dev->phy.phy_type =
/linux-master/drivers/usb/dwc2/
H A Dgadget.c3437 if (hsotg->params.phy_type == DWC2_PHY_TYPE_PARAM_FS)
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c1512 phy->phy_type = mt76_connac_get_phy_mode_v2(mvif->phy->mt76, vif, chandef->chan->band, sta);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c7521 else if (is_up && abilities.phy_type != 0 && abilities.link_speed != 0)
7529 config.phy_type =
7533 /* Copy the old settings, except of phy_type */
10123 if (status->phy_type == I40E_PHY_TYPE_NOT_SUPPORTED_HIGH_TEMP) {

Completed in 621 milliseconds

12345