Lines Matching full:napis
28 napis = nf.napi_get({'ifindex': nsim.ifindex}, dump=True)
29 ksft_eq(len(napis), 100)
34 napis = nf.napi_get({'ifindex': nsim.ifindex}, dump=True)
35 ksft_eq(len(napis), 100,
48 napis = nf.napi_get({'ifindex': nsim.ifindex}, dump=True)
49 ksft_eq(len(napis), 2)
51 napi0_id = napis[0]['id']
52 napi1_id = napis[1]['id']
87 # check napi threaded is set for both napis
98 # check napi threaded is unset for both napis
115 # check napi threaded is unset for both napis
133 napis = nf.napi_get({'ifindex': nsim.ifindex}, dump=True)
134 ksft_eq(len(napis), 2)
136 napi0_id = napis[0]['id']
137 napi1_id = napis[1]['id']
142 # check napi threaded is set for both napis
153 # check napi threaded is unset for both napis