Lines Matching full:traffic
22 * or "RX" denoting receive thread. The "q[y]" denotes the traffic class queue
23 * where y indicates the traffic class id. The value of y can be from 0 to 7.
128 /* Convert traffic class to thread priority */
131 /* Initial implementation just maps the traffic class to certain queue. in tx_tc2thread()
139 * Higher traffic class value means higher priority queue. This means in tx_tc2thread()
144 * traffic classes, then this priority array will contain following in tx_tc2thread()
159 * This means that the lowest traffic class 1, will have the lowest in tx_tc2thread()
168 "Too many traffic classes"); in tx_tc2thread()
177 /* Convert traffic class to thread priority */
185 "Too many traffic classes"); in rx_tc2thread()
194 /* Fixup the traffic class statistics so that "net stats" shell command will
282 /* Create a fifo for each traffic class we are using. All the network
283 * traffic goes through these classes.