Searched refs:media_type (Results 51 - 75 of 92) sorted by relevance

1234

/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_param.c491 switch (adapter->hw.media_type) {
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_misc.c182 if (mac_cb->media_type != HNAE_MEDIA_TYPE_FIBER)
H A Dhns_ethtool.c168 switch (h->media_type) {
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_i210.c711 switch (hw->phy.media_type) {
H A Digb_main.c2001 if (adapter->hw.phy.media_type == e1000_media_type_copper)
2015 if (adapter->hw.phy.media_type == e1000_media_type_copper)
2038 if ((hw->phy.media_type == e1000_media_type_copper) &&
2041 } else if ((hw->phy.media_type != e1000_media_type_copper) &&
2063 switch (hw->phy.media_type) {
2223 if ((hw->phy.media_type == e1000_media_type_copper) &&
2406 if (hw->phy.media_type == e1000_media_type_copper) {
3274 if (hw->phy.media_type == e1000_media_type_copper) {
3594 if (hw->phy.media_type == e1000_media_type_copper) {
5413 switch (hw->phy.media_type) {
[all...]
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dhw.h633 enum e1000_media_type media_type; member in struct:e1000_phy_info
H A Dnetdev.c5047 (adapter->hw.phy.media_type == e1000_media_type_copper)) {
5104 switch (hw->phy.media_type) {
6083 if (adapter->hw.phy.media_type != e1000_media_type_copper)
6656 if (adapter->hw.phy.media_type == e1000_media_type_fiber ||
6657 adapter->hw.phy.media_type ==
7484 if (adapter->hw.phy.media_type == e1000_media_type_copper) {
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c295 hdev->hw.mac.media_type = resp_msg[0];
2420 hdev->hw.mac.media_type);
3218 static void hclgevf_get_media_type(struct hnae3_handle *handle, u8 *media_type, argument
3223 if (media_type)
3224 *media_type = hdev->hw.mac.media_type;
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c1201 u8 media_type = hdev->hw.mac.media_type; local
1203 if (media_type == HNAE3_MEDIA_TYPE_FIBER)
1205 else if (media_type == HNAE3_MEDIA_TYPE_COPPER)
1207 else if (media_type == HNAE3_MEDIA_TYPE_BACKPLANE)
1266 cfg->media_type = hnae3_get_field(__le32_to_cpu(req->param[1]),
1557 hdev->hw.mac.media_type = cfg.media_type;
3212 if (mac->media_type == HNAE3_MEDIA_TYPE_BACKPLANE &&
3215 else if (mac->media_type
10990 u8 media_type = hdev->hw.mac.media_type; local
11083 hclge_get_media_type(struct hnae3_handle *handle, u8 *media_type, u8 *module_type) argument
[all...]
H A Dhclge_mbx.c560 hdev->hw.mac.media_type;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c1978 * Reports speed/duplex settings based on media_type
2006 switch (vsi->port_info->phy.media_type) {
2293 if (pi->phy.media_type != ICE_MEDIA_BASET &&
2294 pi->phy.media_type != ICE_MEDIA_FIBER &&
2295 pi->phy.media_type != ICE_MEDIA_BACKPLANE &&
2296 pi->phy.media_type != ICE_MEDIA_DA &&
H A Dice_type.h191 enum ice_media_type media_type; member in struct:ice_phy_info
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c754 retval = ((hw->phy.media_type == igc_media_type_copper) ?
1802 hw->phy.media_type != igc_media_type_copper)
1817 if (hw->phy.media_type == igc_media_type_copper)
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c1063 * Reports speed/duplex settings based on media_type
1088 switch (hw->phy.media_type) {
1246 if (hw->phy.media_type != I40E_MEDIA_TYPE_BASET &&
1247 hw->phy.media_type != I40E_MEDIA_TYPE_FIBER &&
1248 hw->phy.media_type != I40E_MEDIA_TYPE_BACKPLANE &&
1249 hw->phy.media_type != I40E_MEDIA_TYPE_DA &&
1344 hw->phy.media_type != I40E_MEDIA_TYPE_BASET) {
H A Di40e_type.h145 enum i40e_media_type media_type; member in struct:i40e_phy_info
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c413 if (hw->phy.media_type == ixgbe_media_type_fiber_qsfp)
1879 if (hw->phy.media_type != ixgbe_media_type_fiber)
H A Dixgbe_ethtool.c150 if (!ixgbe_isbackplane(hw->phy.media_type)) {
183 if (!ixgbe_isbackplane(hw->phy.media_type)) {
240 if (ixgbe_isbackplane(hw->phy.media_type)) {
466 if ((hw->phy.media_type == ixgbe_media_type_copper) ||
/linux-master/drivers/mtd/nand/raw/
H A Dr852.c596 static DEVICE_ATTR_RO(media_type);
/linux-master/drivers/s390/net/
H A Dqeth_core_mpc.h498 u8 media_type; member in struct:qeth_query_oat_physical_if
/linux-master/drivers/media/mc/
H A Dmc-device.c294 if (media_type(&intf->graph_obj) == MEDIA_GRAPH_INTF_DEVNODE) {
H A Dmc-entity.c96 switch (media_type(gobj)) {
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h620 void (*get_media_type)(struct hnae3_handle *handle, u8 *media_type,
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h1000 enum sp_media_type media_type; member in struct:wx
/linux-master/fs/ntfs3/
H A Dntfs.h206 u8 media_type; // 0x15: Media type (0xF8 - harddisk) member in struct:NTFS_BOOT
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c2191 switch (link_info->media_type) {
2823 if (link_info->media_type == PORT_PHY_QCFG_RESP_MEDIA_TYPE_TP) {
2835 if (link_info->media_type == PORT_PHY_QCFG_RESP_MEDIA_TYPE_DAC)
3038 link_info->media_type == PORT_PHY_QCFG_RESP_MEDIA_TYPE_TP) {

Completed in 477 milliseconds

1234