Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/drivers/net/mlxsw/
Dsharedbuffer_configuration.py251 tcbinds = TcBindList()
258 tcbinds.append(TcBind(port, tcbinddict))
261 return tcbinds
264 def do_check_tcbind(ports, tcbinds, vp): argument
265 for tcbind in tcbinds:
291 tcbinds = get_tcbinds(ports, verify_existence=True)
294 record_vp = RecordValuePicker(tcbinds)
298 do_check_tcbind(ports, tcbinds, RandomValuePicker(pools))
301 do_check_tcbind(ports, tcbinds, record_vp)