Searched refs:objid (Results 1 – 1 of 1) sorted by relevance
| /tools/testing/selftests/drivers/net/mlxsw/ |
| A D | sharedbuffer_configuration.py | 69 def get_value(self, objid): argument 70 if isinstance(objid, Pool): 71 if objid["pool"] in [4, 8, 9, 10]: 76 if isinstance(objid, TcBind): 77 if objid["tc"] >= 8: 85 if isinstance(objid, PortPool): 86 pool_n = objid["pool"] 108 def get_value(self, objid): argument 109 if isinstance(objid, Pool) and objid["pool"] in [4, 8, 9, 10]: 112 if isinstance(objid, TcBind) and objid["tc"] >= 8: [all …]
|
Completed in 2 milliseconds