Searched refs:actstr (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/net/openvswitch/ |
| H A D | ovs-dpctl.py | 287 def parse_attrs(actstr, attr_desc): argument 302 def parse_attr(actstr, key, func): argument 303 actstr = actstr[len(key) :] 306 return None, actstr 308 delim = actstr[0] 309 actstr = actstr[1:] 312 pos = strcspn(actstr, ",)") 313 ret = func(actstr[:pos]) 315 ret = func(actstr) 318 (datum, actstr) = ret [all …]
|
| /linux/drivers/net/ethernet/microchip/vcap/ |
| H A 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()
|
| H A 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/drivers/net/ethernet/microchip/lan966x/ |
| H A 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()
|