Lines Matching refs:up_table
1179 dscp2up(uint8 *up_table, uint8 dscp) in dscp2up() argument
1184 if (up_table != NULL && dscp < UP_TABLE_MAX) { in dscp2up()
1185 user_priority = up_table[dscp]; in dscp2up()
1198 BCMFASTPATH(pktsetprio_qms)(void *pkt, uint8* up_table, bool update_vtag) in BCMFASTPATH()
1200 if (up_table) { in BCMFASTPATH()
1211 user_priority = dscp2up(up_table, dscp); in BCMFASTPATH()
1261 up_table_set(uint8 *up_table, uint8 usr_prio, uint8 low, uint8 high) in up_table_set() argument
1270 up_table[i] = usr_prio; in up_table_set()
1278 BCMFASTPATH(wl_set_up_table)(uint8 *up_table, bcm_tlv_t *qos_map_ie) in BCMFASTPATH()
1282 if (up_table == NULL || qos_map_ie == NULL) { in BCMFASTPATH()
1287 memset(up_table, 0xff, UP_TABLE_MAX); in BCMFASTPATH()
1306 if (!up_table_set(up_table, i / 2, low, high)) { in BCMFASTPATH()
1308 memset(up_table, 0xff, UP_TABLE_MAX); in BCMFASTPATH()
1319 up_table_set(up_table, usr_prio, dscp, dscp); in BCMFASTPATH()