Lines Matching refs:napis
41 napis = nf.napi_get({'ifindex': nsim.ifindex}, dump=True)
42 ksft_eq(len(napis), 100)
47 napis = nf.napi_get({'ifindex': nsim.ifindex}, dump=True)
48 ksft_eq(len(napis), 100,
61 napis = nf.napi_get({'ifindex': nsim.ifindex}, dump=True)
62 ksft_eq(len(napis), 2)
64 napi0_id = napis[0]['id']
65 napi1_id = napis[1]['id']
100 # check napi threaded is set for both napis
111 # check napi threaded is unset for both napis
128 # check napi threaded is unset for both napis
146 napis = nf.napi_get({'ifindex': nsim.ifindex}, dump=True)
147 ksft_eq(len(napis), 2)
149 napi0_id = napis[0]['id']
150 napi1_id = napis[1]['id']
155 # check napi threaded is set for both napis
166 # check napi threaded is unset for both napis