Home
last modified time | relevance | path

Searched refs:actstr (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py288 def parse_attrs(actstr, attr_desc): argument
303 def parse_attr(actstr, key, func): argument
304 actstr = actstr[len(key) :]
307 return None, actstr
309 delim = actstr[0]
310 actstr = actstr[1:]
313 pos = strcspn(actstr, ",)")
314 ret = func(actstr[
416 parse(self, actstr) global() argument
452 parse(self, actstr) global() argument
453 parse_nested_actions(actstr) global() argument
601 parse(self, actstr) global() argument
668 parse(self, actstr) global() argument
2308 parse(self, flowstr, actstr, dpidx=0) global() argument
[all...]
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_impl.c908 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_is0_cache_write() local
913 actstr = &admin->cache.actionstream[start]; in sparx5_vcap_is0_cache_write()
927 spx5_wr(actstr[idx], sparx5, in sparx5_vcap_is0_cache_write()
949 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_is2_cache_write() local
954 actstr = &admin->cache.actionstream[start]; in sparx5_vcap_is2_cache_write()
968 spx5_wr(actstr[idx], sparx5, in sparx5_vcap_is2_cache_write()
1009 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_es0_cache_write() local
1014 actstr = &admin->cache.actionstream[start]; in sparx5_vcap_es0_cache_write()
1028 spx5_wr(actstr[idx], sparx5, in sparx5_vcap_es0_cache_write()
1050 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_es2_cache_write() local
[all …]
/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_debugfs_kunit.c115 u32 *keystr, *mskstr, *actstr; in test_cache_read() local
135 actstr = &admin->cache.actionstream[start]; in test_cache_read()
138 __LINE__, start + idx, actstr[idx]); in test_cache_read()
157 u32 *keystr, *mskstr, *actstr; in test_cache_write() local
176 actstr = &admin->cache.actionstream[start]; in test_cache_write()
179 __LINE__, start + idx, actstr[idx]); in test_cache_write()
H A Dvcap_api_kunit.c106 u32 *keystr, *mskstr, *actstr; in test_cache_read() local
126 actstr = &admin->cache.actionstream[start]; in test_cache_read()
129 __LINE__, start + idx, actstr[idx]); in test_cache_read()
148 u32 *keystr, *mskstr, *actstr; in test_cache_write() local
167 actstr = &admin->cache.actionstream[start]; in test_cache_write()
170 __LINE__, start + idx, actstr[idx]); in test_cache_write()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_vcap_impl.c438 u32 *keystr, *mskstr, *actstr; in lan966x_vcap_cache_write() local
442 actstr = &admin->cache.actionstream[start]; in lan966x_vcap_cache_write()
455 lan_wr(actstr[i], lan966x, in lan966x_vcap_cache_write()
480 u32 *keystr, *mskstr, *actstr; in lan966x_vcap_cache_read() local
484 actstr = &admin->cache.actionstream[start]; in lan966x_vcap_cache_read()
497 actstr[i] = in lan966x_vcap_cache_read()