Searched refs:poll_ntf (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | rss_api.py | 80 ntf = next(ethnl.poll_ntf(duration=0.2), None) 166 ntf = next(ethnl.poll_ntf(duration=0.2), None) 173 ntf = next(ethnl.poll_ntf(duration=0.2), None) 196 ntf = next(ethnl.poll_ntf(duration=0.2), None) 378 ntf = next(ethnl.poll_ntf(duration=0.2), None) 383 ksft_eq(next(ethnl.poll_ntf(duration=0.01), None), None) 386 ntf = next(ethnl.poll_ntf(duration=0.2), None) 391 ksft_eq(next(ethnl.poll_ntf(duration=0.01), None), None) 441 ntf = next(ethnl.poll_ntf(duration=0.2), None) 447 ntf = next(ethnl.poll_ntf(duration=0.2), None) [all …]
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | cli.py | 354 for msg in ynl.poll_ntf(duration=args.duration):
|
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 1302 def poll_ntf(self, duration=None): member in YnlFamily
|