Lines Matching full:napis
55 napis = nl.napi_get({'ifindex': cfg.ifindex}, dump=True)
56 for napi in napis:
64 napis = nl.napi_get({'ifindex': cfg.ifindex}, dump=True)
65 for napi in napis:
74 of all napis is preserved after a change in number of queues.
77 napis = nl.napi_get({'ifindex': cfg.ifindex}, dump=True)
78 ksft_ge(len(napis), 2)
80 napi0_id = napis[0]['id']
81 napi1_id = napis[1]['id']
88 # check napi threaded is set for both napis
108 napis = nl.napi_get({'ifindex': cfg.ifindex}, dump=True)
109 ksft_ge(len(napis), 2)
111 napi0_id = napis[0]['id']
112 napi1_id = napis[1]['id']
119 # check napi threaded is set for both napis
126 # check napi threaded is set for both napis