Searched refs:qos_pkt_count (Results 1 – 1 of 1) sorted by relevance
2282 static uint16_t qos_pkt_count = 0; in get_seq_ctrl() local2285 if (qos_pkt_count > 4095) in get_seq_ctrl()2286 qos_pkt_count = 0; in get_seq_ctrl()2291 return is_qos ? qos_pkt_count++ : non_qos_pkt_count++; in get_seq_ctrl()