Searched refs:actstr (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/ |
A D | sparx5_vcap_impl.c | 924 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_is0_cache_write() local 943 spx5_wr(actstr[idx], sparx5, in sparx5_vcap_is0_cache_write() 965 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_is2_cache_write() local 984 spx5_wr(actstr[idx], sparx5, in sparx5_vcap_is2_cache_write() 1025 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_es0_cache_write() local 1044 spx5_wr(actstr[idx], sparx5, in sparx5_vcap_es0_cache_write() 1066 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_es2_cache_write() local 1085 spx5_wr(actstr[idx], sparx5, in sparx5_vcap_es2_cache_write() 1137 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_is0_cache_read() local 1245 actstr[idx] = in sparx5_vcap_es0_cache_read() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/microchip/vcap/ |
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()
|
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-6.3-rc2/drivers/net/ethernet/microchip/lan966x/ |
A D | lan966x_vcap_impl.c | 242 u32 *keystr, *mskstr, *actstr; in lan966x_vcap_cache_write() local 246 actstr = &admin->cache.actionstream[start]; in lan966x_vcap_cache_write() 259 lan_wr(actstr[i], lan966x, in lan966x_vcap_cache_write() 281 u32 *keystr, *mskstr, *actstr; in lan966x_vcap_cache_read() local 285 actstr = &admin->cache.actionstream[start]; in lan966x_vcap_cache_read() 298 actstr[i] = in lan966x_vcap_cache_read()
|
Completed in 23 milliseconds