Home
last modified time | relevance | path

Searched refs:PORT_BNC (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/8390/
H A Detherh.c571 cmd->base.port = dev->if_port == IF_PORT_10BASET ? PORT_TP : PORT_BNC; in etherh_get_link_ksettings()
591 case PORT_BNC: in etherh_set_link_ksettings()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dethtool.h633 #define PORT_BNC 0x04 macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c1507 cmd->base.port = PORT_BNC; in __de_get_link_ksettings()
1546 if (port != PORT_TP && port != PORT_AUI && port != PORT_BNC) in __de_set_link_ksettings()
1548 if (de->de21040 && port == PORT_BNC) in __de_set_link_ksettings()
1564 case PORT_BNC: in __de_set_link_ksettings()
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dethtool-copy.h990 #define PORT_BNC 0x04 macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/3com/
H A D3c509.c1054 cmd->base.port = PORT_BNC; in el3_netdev_get_ecmd()
1106 case PORT_BNC: in el3_netdev_set_ecmd()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dethtool.h1600 #define PORT_BNC 0x04 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dethtool.h1600 #define PORT_BNC 0x04 macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/prestera/
H A Dprestera_ethtool.c252 .eth_type = PORT_BNC,
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dethtool.h1775 #define PORT_BNC 0x04 macro
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dphy.c281 cmd->base.port = PORT_BNC; in phy_ethtool_ksettings_get()
H A Dphylink.c851 pl->link_port = PORT_BNC; in phylink_create()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ethtool.c906 return PORT_BNC; in mlxsw_sp_port_connector_port()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c880 [MLX5E_PORT_BNC] = PORT_BNC,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dnetcp_ethss.c1986 if ((port == PORT_BNC) && !(features & ADVERTISED_BNC)) in keystone_set_link_ksettings()