Home
last modified time | relevance | path

Searched defs:sw_width (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_private.h44 u32 sw_width; /* subword width in bits */ member
H A Dvcap_api.c49 void vcap_iter_set(struct vcap_stream_iter *itr, int sw_width, in vcap_iter_set()
82 void vcap_iter_init(struct vcap_stream_iter *itr, int sw_width, in vcap_iter_init()
142 static void vcap_encode_typegroups(u32 *stream, int sw_width, in vcap_encode_typegroups()
271 static int vcap_verify_typegroups(u32 *stream, int sw_width, in vcap_verify_typegroups()
451 int sw_width = ri->vctrl->vcaps[ri->admin->vtype].sw_width; in vcap_encode_keyfield() local
503 int sw_width = vctrl->vcaps[ri->admin->vtype].sw_width; in vcap_encode_keyfield_typegroups() local
784 int sw_width = ri->vctrl->vcaps[ri->admin->vtype].act_width; in vcap_encode_actionfield_typegroups() local
889 int sw_width; in vcap_set_rule_set_keyset() local
H A Dvcap_api_kunit.c535 int sw_width = 21; in vcap_api_encode_short_field_test() local
706 int sw_width = 21; in vcap_api_encode_actionfield_test() local
H A Dvcap_api.h92 u16 sw_width; /* bits per subword in a keyset */ member