Lines Matching refs:tid
578 unsigned int tid; in dp_rx_mic_err_handler_rh() local
618 tid = hal_rx_mpdu_start_tid_get(soc->hal_soc, in dp_rx_mic_err_handler_rh()
624 tid, rx_seq, nbuf); in dp_rx_mic_err_handler_rh()
740 int32_t tid = 0; in dp_rx_data_indication_handler() local
993 tid = qdf_nbuf_get_tid_val(nbuf); in dp_rx_data_indication_handler()
994 if (tid >= CDP_MAX_DATA_TIDS) { in dp_rx_data_indication_handler()
1044 qdf_nbuf_set_priority(nbuf, tid); in dp_rx_data_indication_handler()
1046 DP_RX_TID_SAVE(nbuf, tid); in dp_rx_data_indication_handler()
1051 if (qdf_likely(old_tid != tid)) { in dp_rx_data_indication_handler()
1053 &rx_pdev->stats.tid_stats.tid_rx_stats[rx_ctx_id][tid]; in dp_rx_data_indication_handler()
1054 old_tid = tid; in dp_rx_data_indication_handler()
1299 unsigned int tid, in dp_rx_defrag_deliver_rh() argument
1311 qdf_nbuf_set_tid_val(head, tid); in dp_rx_defrag_deliver_rh()
1327 uint16_t peer_id, tid; in dp_rx_defrag_store_fragment_rh() local
1364 tid = qdf_nbuf_get_tid_val(frag); in dp_rx_defrag_store_fragment_rh()
1365 if (tid >= DP_MAX_TIDS) { in dp_rx_defrag_store_fragment_rh()
1366 dp_rx_info("TID out of bounds: %d", tid); in dp_rx_defrag_store_fragment_rh()
1405 rx_tid = &txrx_peer->rx_tid[tid]; in dp_rx_defrag_store_fragment_rh()
1408 rx_reorder_array_elem = txrx_peer->rx_tid[tid].array; in dp_rx_defrag_store_fragment_rh()
1435 dp_rx_debug("rx_tid %d", tid); in dp_rx_defrag_store_fragment_rh()
1444 dp_rx_reorder_flush_frag(txrx_peer, tid); in dp_rx_defrag_store_fragment_rh()
1465 dp_rx_defrag_cleanup(txrx_peer, tid); in dp_rx_defrag_store_fragment_rh()
1473 status = dp_rx_defrag_fraglist_insert(txrx_peer, tid, in dp_rx_defrag_store_fragment_rh()
1479 dp_rx_defrag_waitlist_remove(txrx_peer, tid); in dp_rx_defrag_store_fragment_rh()
1486 txrx_peer->rx_tid[tid].defrag_timeout_ms = in dp_rx_defrag_store_fragment_rh()
1490 dp_rx_defrag_waitlist_add(txrx_peer, tid); in dp_rx_defrag_store_fragment_rh()
1500 status = dp_rx_defrag(txrx_peer, tid, rx_reorder_array_elem->head, in dp_rx_defrag_store_fragment_rh()
1505 dp_rx_defrag_cleanup(txrx_peer, tid); in dp_rx_defrag_store_fragment_rh()
1510 dp_rx_defrag_deliver_rh(txrx_peer, tid, rx_reorder_array_elem->head); in dp_rx_defrag_store_fragment_rh()
1513 dp_rx_defrag_cleanup(txrx_peer, tid); in dp_rx_defrag_store_fragment_rh()