Searched refs:actstr (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/tools/testing/selftests/net/openvswitch/ |
D | ovs-dpctl.py | 472 def parse(self, actstr): argument 473 while len(actstr) != 0: 475 if actstr.startswith("drop"): 478 actstr, reason = parse_extract_field( 479 actstr, 492 elif parse_starts_block(actstr, "^(\d+)", False, True): 493 actstr, output = parse_extract_field( 494 actstr, None, "(\d+)", lambda x: int(x), False, "0" 498 elif parse_starts_block(actstr, "recirc(", False): 499 actstr, recircid = parse_extract_field( [all …]
|
/Linux-v6.6/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_vcap_impl.c | 924 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_is0_cache_write() local 929 actstr = &admin->cache.actionstream[start]; in sparx5_vcap_is0_cache_write() 943 spx5_wr(actstr[idx], sparx5, in sparx5_vcap_is0_cache_write() 965 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_is2_cache_write() local 970 actstr = &admin->cache.actionstream[start]; in sparx5_vcap_is2_cache_write() 984 spx5_wr(actstr[idx], sparx5, in sparx5_vcap_is2_cache_write() 1025 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_es0_cache_write() local 1030 actstr = &admin->cache.actionstream[start]; in sparx5_vcap_es0_cache_write() 1044 spx5_wr(actstr[idx], sparx5, in sparx5_vcap_es0_cache_write() 1066 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_es2_cache_write() local [all …]
|
/Linux-v6.6/drivers/net/ethernet/microchip/vcap/ |
D | vcap_api_debugfs_kunit.c | 115 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()
|
D | vcap_api_kunit.c | 106 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-v6.6/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_vcap_impl.c | 438 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()
|