Home
last modified time | relevance | path

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

/Linux-v6.6/arch/mips/cavium-octeon/executive/
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()
/Linux-v6.6/arch/mips/include/asm/octeon/
Dcvmx-helper-board.h120 int supported_ports);
/Linux-v6.6/tools/net/ynl/
Dethtool.py343 supported_ports = ('TP', 'AUI', 'BNC', 'MII', 'FIBRE', 'Backplane')
344 ports = [ p for p in supported_ports if ours.get(p, False)]