Lines Matching refs:aset
704 const struct vcap_set *aset; in vcap_actionfieldset() local
709 aset = &vctrl->vcaps[vt].actionfield_set[actionset]; in vcap_actionfieldset()
710 if (aset->sw_per_item == 0 || aset->sw_per_item > vctrl->vcaps[vt].sw_count) in vcap_actionfieldset()
712 return aset; in vcap_actionfieldset()
720 const struct vcap_set *aset = vcap_actionfieldset(vctrl, vt, actionset); in vcap_actionfield_typegroup() local
723 if (!aset) in vcap_actionfield_typegroup()
725 return vctrl->vcaps[vt].actionfield_set_typegroups[aset->sw_per_item]; in vcap_actionfield_typegroup()
908 const struct vcap_set *aset; in vcap_set_rule_set_actionset() local
911 aset = vcap_actionfieldset(ri->vctrl, ri->admin->vtype, actionset); in vcap_set_rule_set_actionset()
913 if (!aset) in vcap_set_rule_set_actionset()
915 ri->actionset_sw = aset->sw_per_item; in vcap_set_rule_set_actionset()
1750 const struct vcap_set *aset; in vcap_add_type_actionfield() local
1753 aset = vcap_actionfieldset(ri->vctrl, vt, actionset); in vcap_add_type_actionfield()
1754 if (!aset) in vcap_add_type_actionfield()
1756 if (aset->type_id == (u8)-1) /* No type field is needed */ in vcap_add_type_actionfield()
1764 aset->type_id); in vcap_add_type_actionfield()
1766 if (aset->type_id) in vcap_add_type_actionfield()