Home
last modified time | relevance | path

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

/tools/testing/selftests/drivers/net/mlxsw/
A Ddevlink_linecard.sh64 local port_count=$1; shift
68 [ $current == $port_count ]
81 local port_count=$2
84 busywait "$timeout" until_lc_port_count_is "$port_count" lc_port_count_get "$lc"
191 local port_count
193 port_count=$(lc_wait_until_port_count_is $lc $expected_port_count \
195 [ $port_count != 0 ]
197 [ $port_count == $expected_port_count ]
198 check_err $? "Unexpected port count linecard $lc (got $port_count, expected $expected_port_count)"
/tools/testing/selftests/net/lib/py/
A Dnsim.py53 def __init__(self, port_count=1, queue_count=1, ns=None): argument
63 self.ctrl_write("new_device", "%u %u %u" % (addr, port_count, queue_count))
74 self.wait_for_netdevs(port_count)
86 for port_index in range(port_count):
112 def wait_for_netdevs(self, port_count): argument
121 if len(ifnames) == port_count:
/tools/testing/selftests/net/
A Dbpf_offload.py350 def __init__(self, port_count=1, ns=None): argument
351 super().__init__(port_count, ns=ns)

Completed in 21 milliseconds