Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c1425 const struct vcap_field *actionfield, in vcap_rule_alloc_actionfield() argument
1436 field->ctrl.type = actionfield->type; in vcap_rule_alloc_actionfield()
1437 vcap_copy_to_client_actionfield(ri, field, value, actionfield->width); in vcap_rule_alloc_actionfield()
1445 const struct vcap_field *actionfield; in vcap_decode_actionset() local
1463 actionfield = vcap_actionfields(vctrl, vt, actionset); in vcap_decode_actionset()
1467 if (actionfield[idx].width <= 0) in vcap_decode_actionset()
1470 memset(value, 0, DIV_ROUND_UP(actionfield[idx].width, 8)); in vcap_decode_actionset()
1472 actionfield[idx].offset); in vcap_decode_actionset()
1473 vcap_decode_field(actstream, &iter, actionfield[idx].width, in vcap_decode_actionset()
1476 if (vcap_bitarray_zero(actionfield[idx].width, value)) in vcap_decode_actionset()
[all …]