Lines Matching full:napi
5 Test napi threaded states.
15 napi = nl.napi_get({'id': napi_id})
16 ksft_eq(napi['threaded'], 'enabled')
17 ksft_ne(napi.get('pid'), None)
21 napi = nl.napi_get({'id': napi_id})
22 ksft_eq(napi['threaded'], 'disabled')
23 ksft_eq(napi.get('pid'), None)
43 Test that when napi threaded is enabled at device level and
44 then disabled at napi level for one napi, the threaded state
59 # check napi threaded is set for both napis
74 Test that when napi threaded is enabled at device level,
75 the napi threaded state is preserved after a change in
90 # check napi threaded is set for both napis
97 # check napi threaded is set for both napis