Searched refs:ckf (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_kunit.c596 struct vcap_client_keyfield ckf = { local
615 vcap_encode_keyfield(&rule, &ckf, &rf, tgt);
657 struct vcap_client_keyfield ckf = { local
693 vcap_encode_keyfield(&rule, &ckf, &rf, tgt);
841 struct vcap_client_keyfield ckf[] = { local
900 for (idx = 0; idx < ARRAY_SIZE(ckf); idx++)
901 list_add_tail(&ckf[idx].ctrl.list, &rule.data.keyfields);
999 struct vcap_client_keyfield *ckf, *next_ckf; local
1001 list_for_each_entry_safe(ckf, next_ckf, &rule->keyfields, ctrl.list) {
1002 list_del(&ckf
1194 struct vcap_client_keyfield ckf[] = { local
1241 struct vcap_client_keyfield ckf[] = { local
1288 struct vcap_client_keyfield ckf[] = { local
2038 struct vcap_client_keyfield *ckf, *next; local
2162 struct vcap_client_keyfield *ckf, *next; local
[all...]
H A Dvcap_api.c637 const struct vcap_client_keyfield *ckf; local
673 list_for_each_entry(ckf, &ri->data.keyfields, ctrl.list) {
675 if (ckf->ctrl.key >= keyset_size) {
677 __func__, __LINE__, ckf->ctrl.key);
680 vcap_copy_from_client_keyfield(&ri->data, &tempkf, ckf);
681 vcap_encode_keyfield(ri, &tempkf, &kf_table[ckf->ctrl.key],
1003 struct vcap_client_keyfield *ckf, *newckf; local
1021 list_for_each_entry(ckf, &ri->data.keyfields, ctrl.list) {
1022 newckf = kmemdup(ckf, sizeof(*newckf), GFP_KERNEL);
1038 list_for_each_entry_safe(ckf, newck
1870 const struct vcap_client_keyfield *ckf; local
1949 const struct vcap_client_actionfield *ckf; local
2389 struct vcap_client_keyfield *ckf, *next_ckf; local
2612 struct vcap_client_keyfield *ckf; local
2643 const struct vcap_client_keyfield *ckf; local
2779 struct vcap_client_keyfield *ckf; local
3291 vcap_rule_get_key(struct vcap_rule *rule, enum vcap_key_field key, struct vcap_client_keyfield *ckf) argument
3490 struct vcap_client_keyfield *ckf, *next_ckf; local
3558 struct vcap_client_keyfield *ckf; local
[all...]
H A Dvcap_api_debugfs.c197 struct vcap_client_keyfield *ckf; local
203 list_for_each_entry(ckf, &ri->data.keyfields, ctrl.list) {
205 vcap_debugfs_show_rule_keyfield(vctrl, out, ckf->ctrl.key,
206 keyfield, &ckf->data);

Completed in 205 milliseconds