Home
last modified time | relevance | path

Searched refs:sw_count (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/microchip/vcap/
A Dvcap_api.c317 for (sw_idx = vctrl->vcaps[vt].sw_count; sw_idx >= 0; sw_idx--) { in vcap_find_keystream_typegroup_sw()
341 int sw_count, idx; in vcap_find_keystream_keysets() local
345 if (sw_count < 0) in vcap_find_keystream_keysets()
346 return sw_count; in vcap_find_keystream_keysets()
350 if (keyfield_set[idx].sw_per_item != sw_count) in vcap_find_keystream_keysets()
1392 int sw_count, idx; in vcap_find_actionstream_actionset() local
1397 if (sw_count < 0) in vcap_find_actionstream_actionset()
1398 return sw_count; in vcap_find_actionstream_actionset()
1402 if (actionfield_set[idx].sw_per_item != sw_count) in vcap_find_actionstream_actionset()
2102 int sw_count = ri->vctrl->vcaps[ri->admin->vtype].sw_count; in vcap_insert_rule() local
[all …]
A Dvcap_api.h91 u16 sw_count; /* maximum subwords used per rule */ member
A Dvcap_api_debugfs.c274 out->prf(out->dst, "sw_count: %d\n", vcap->sw_count); in vcap_show_admin_info()
A Dvcap_model_kunit.c3993 .sw_count = 12,
4014 .sw_count = 12,
4035 .sw_count = 12,
/linux/drivers/net/ethernet/mscc/
A Docelot_vcap.c195 num_subwords_per_entry = (vcap->sw_count / num_entries_per_row); in vcap_data_offset_get()
196 base = (vcap->sw_count - col * num_subwords_per_entry - in vcap_data_offset_get()
208 data->key_offset = (base * vcap->entry_width) / vcap->sw_count; in vcap_data_offset_get()
1351 vcap->sw_count = ocelot_target_read(ocelot, vcap->target, in ocelot_vcap_detect_constants()
1386 vcap->entry_width -= vcap->tg_width * vcap->sw_count; in ocelot_vcap_detect_constants()
1397 vcap->counter_words = vcap->sw_count; in ocelot_vcap_detect_constants()
/linux/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_vcap_ag_api.c3784 .sw_count = 12,
3805 .sw_count = 12,
3826 .sw_count = 1,
3847 .sw_count = 12,
/linux/include/soc/mscc/
A Docelot_vcap.h42 u16 sw_count; /* Sub word count */ member
/linux/drivers/net/ethernet/microchip/lan966x/
A Dlan966x_vcap_ag_api.c3201 .sw_count = 4,
3222 .sw_count = 4,
3243 .sw_count = 1,

Completed in 34 milliseconds