HomeSort by relevance Sort by last modified time
    Searched refs:vlan_prio (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcm4329/dhdutil/
bcmutils.c 939 int vlan_prio, dscp_prio = 0; local
944 vlan_prio = (int) (vlan_tag >> VLAN_PRI_SHIFT) & VLAN_PRI_MASK;
957 priority = vlan_prio;
967 if (update_vtag && (priority != vlan_prio)) {
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1078 int vlan_prio, dscp_prio = 0; local
1083 vlan_prio = (int) (vlan_tag >> VLAN_PRI_SHIFT) & VLAN_PRI_MASK;
1096 priority = vlan_prio;
1106 if (update_vtag && (priority != vlan_prio)) {
    [all...]

Completed in 41 milliseconds