Displaying 1 result from an estimated 1 matches for "pri_t".
Did you mean:
prid_t
2007 Nov 22
8
Link Properties text
...AC client is created, we always set a default priority. The default
priority is set to be medium. Subsequently, the priority can be modified,
if specified (e.g. in the case of a VNIC), as part of creating the virtual
link itself.
We add the following members to mac_client_impl_t
pri_t mci_pri;
pri_t mci_max_pri;
pri_t mci_min_pri;
where mci_pri is the priority assigned with the MAC client. mci_min_pri and
mci_max_pri is the available range corresponding to the priority for
the MAC client. The range will be used for any flows that are cr...