Lines Matching refs:tgt

226 	const struct vcap_typegroup *tgt;  in vcap_verify_keystream_keyset()  local
246 tgt = vcap_keyfield_typegroup(vctrl, vt, keyset); in vcap_verify_keystream_keyset()
247 if (!tgt) in vcap_verify_keystream_keyset()
255 vcap_iter_init(&iter, vcap->sw_width, tgt, typefld->offset); in vcap_verify_keystream_keyset()
264 vcap_iter_init(&iter, vcap->sw_width, tgt, typefld->offset); in vcap_verify_keystream_keyset()
272 const struct vcap_typegroup *tgt, bool mask, in vcap_verify_typegroups() argument
278 vcap_iter_set(&iter, sw_width, tgt, 0); in vcap_verify_typegroups()
312 const struct vcap_typegroup **tgt; in vcap_find_keystream_typegroup_sw() local
315 tgt = vctrl->vcaps[vt].keyfield_set_typegroups; in vcap_find_keystream_typegroup_sw()
318 if (!tgt[sw_idx]) in vcap_find_keystream_typegroup_sw()
322 tgt[sw_idx], mask, sw_max); in vcap_find_keystream_typegroup_sw()
449 const struct vcap_typegroup *tgt) in vcap_encode_keyfield() argument
493 vcap_iter_init(&iter, sw_width, tgt, rf->offset); in vcap_encode_keyfield()
495 vcap_iter_init(&iter, sw_width, tgt, rf->offset); in vcap_encode_keyfield()
501 const struct vcap_typegroup *tgt) in vcap_encode_keyfield_typegroups() argument
509 vcap_encode_typegroups(cache->keystream, sw_width, tgt, false); in vcap_encode_keyfield_typegroups()
510 vcap_encode_typegroups(cache->maskstream, sw_width, tgt, true); in vcap_encode_keyfield_typegroups()
742 const struct vcap_typegroup *tgt) in vcap_encode_actionfield() argument
777 vcap_iter_init(&iter, act_width, tgt, rf->offset); in vcap_encode_actionfield()
782 const struct vcap_typegroup *tgt) in vcap_encode_actionfield_typegroups() argument
790 vcap_encode_typegroups(cache->actionstream, sw_width, tgt, false); in vcap_encode_actionfield_typegroups()
1331 const struct vcap_typegroup *tgt; in vcap_verify_actionstream_actionset() local
1348 tgt = vcap_actionfield_typegroup(vctrl, vt, actionset); in vcap_verify_actionstream_actionset()
1349 if (!tgt) in vcap_verify_actionstream_actionset()
1366 const struct vcap_typegroup **tgt; in vcap_find_actionstream_typegroup_sw() local
1369 tgt = vctrl->vcaps[vt].actionfield_set_typegroups; in vcap_find_actionstream_typegroup_sw()
1372 if (!tgt[sw_idx]) in vcap_find_actionstream_typegroup_sw()
1375 tgt[sw_idx], false, sw_max); in vcap_find_actionstream_typegroup_sw()
1438 const struct vcap_typegroup *tgt; in vcap_decode_actionset() local
1454 tgt = vcap_actionfield_typegroup(vctrl, vt, actionset); in vcap_decode_actionset()
1461 vcap_iter_init(&iter, vctrl->vcaps[vt].act_width, tgt, in vcap_decode_actionset()
1482 const struct vcap_typegroup *tgt; in vcap_decode_keyset() local
1506 tgt = vcap_keyfield_typegroup(vctrl, vt, keyset); in vcap_decode_keyset()
1513 vcap_iter_init(&miter, vctrl->vcaps[vt].sw_width, tgt, in vcap_decode_keyset()
1522 vcap_iter_init(&kiter, vctrl->vcaps[vt].sw_width, tgt, in vcap_decode_keyset()