Home
last modified time | relevance | path

Searched refs:supported_ports (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-board.c298 int __cvmx_helper_board_interface_probe(int interface, int supported_ports) in __cvmx_helper_board_interface_probe() argument
320 return supported_ports; in __cvmx_helper_board_interface_probe()
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-helper-board.h120 int supported_ports);
/openbmc/linux/tools/net/ynl/
H A Dethtool.py343 supported_ports = ('TP', 'AUI', 'BNC', 'MII', 'FIBRE', 'Backplane')
344 ports = [ p for p in supported_ports if ours.get(p, False)]