Searched refs:tid (Results 76 - 100 of 627) sorted by last modified time

1234567891011>>

/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwmi.c1299 u8 cid, tid; local
1303 parse_cidxtid(evt->cidxtid, &cid, &tid);
1306 tid = evt->tid;
1308 wil_addba_rx_request(wil, vif->mid, cid, tid, evt->dialog_token,
1318 u8 cid, tid; variable
1326 parse_cidxtid(evt->cidxtid, &cid, &tid);
1329 tid = evt->tid;
1338 vif->mid, cid, tid,
2816 wmi_delba_rx(struct wil6210_priv *wil, u8 mid, u8 cid, u8 tid, u16 reason) argument
2836 wmi_addba_rx_resp(struct wil6210_priv *wil, u8 mid, u8 cid, u8 tid, u8 token, u16 status, bool amsdu, u16 agg_wsize, u16 timeout) argument
2888 wmi_addba_rx_resp_edma(struct wil6210_priv *wil, u8 mid, u8 cid, u8 tid, u8 token, u16 status, bool amsdu, u16 agg_wsize, u16 timeout) argument
3877 wil_wmi_tx_desc_ring_add(struct wil6210_vif *vif, int ring_id, int cid, int tid) argument
[all...]
H A Dcfg80211.c1563 int tid; local
1571 for (tid = 0; tid < WIL_STA_TID_NUM; tid++) {
1572 cc = &cs->tid_crypto_rx[tid].key_id[key_index];
1598 int tid; local
1605 for (tid = 0; tid < WIL_STA_TID_NUM; tid++) {
1606 cc = &cs->tid_crypto_rx[tid]
[all...]
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c1184 u16 tid = params->tid; local
1189 wcn36xx_dbg(WCN36XX_DBG_MAC, "mac ampdu action action %d tid %d\n",
1190 action, tid);
1196 sta_priv->tid = tid;
1197 session = wcn36xx_smd_add_ba_session(wcn, sta, tid, ssn, 0,
1206 wcn36xx_smd_del_ba(wcn, tid, 0, get_sta_index(vif, sta_priv));
1210 sta_priv->ampdu_state[tid] = WCN36XX_AMPDU_START;
1215 wcn36xx_smd_trigger_ba(wcn, get_sta_index(vif, sta_priv), tid, ss
[all...]
H A Dtxrx.c461 u16 tid)
468 bd->pdu.tid = tid;
491 u8 *qc, tid; local
505 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK;
508 if (sta_priv->ampdu_state[tid] != WCN36XX_AMPDU_NONE)
512 sta_priv->ampdu_state[tid] = WCN36XX_AMPDU_START;
514 ieee80211_start_tx_ba_session(sta, tid, 0);
532 u16 tid = 0; local
562 tid
458 wcn36xx_set_tx_pdu(struct wcn36xx_tx_bd *bd, u32 mpdu_header_len, u32 len, u16 tid) argument
[all...]
H A Dwcn36xx.h164 * @tid: traffic ID that is used during AMPDU and in TX BD.
187 u16 tid; member in struct:wcn36xx_sta
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dtx.c387 u8 tid; local
398 tid = ieee80211_get_tid(hdr);
401 tid_info = rcu_dereference(sta_info->agg[tid]);
409 if (sta_info->stats[tid].clear) {
410 sta_info->stats[tid].clear = false;
411 sta_info->stats[tid].req = false;
412 sta_info->stats[tid].ampdu_len = 0;
413 sta_info->stats[tid].ampdu_ack_len = 0;
416 sta_info->stats[tid].ampdu_len++;
418 sta_info->stats[tid]
1404 u16 tid, seq, qseq, off; local
[all...]
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dxmit.c57 struct ath_atx_tid *tid, struct sk_buff *skb);
70 static void ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid,
74 struct ath_atx_tid *tid,
122 void ath_tx_queue_tid(struct ath_softc *sc, struct ath_atx_tid *tid) argument
125 container_of((void *)tid, struct ieee80211_txq, drv_priv);
134 struct ath_atx_tid *tid = (struct ath_atx_tid *) queue->drv_priv; local
135 struct ath_txq *txq = tid->txq;
139 tid->tidno);
154 static void ath_send_bar(struct ath_atx_tid *tid, u16 seqno) argument
156 if (!tid
234 ath_tid_pull(struct ath_atx_tid *tid, struct sk_buff **skbuf) argument
268 ath_tid_dequeue(struct ath_atx_tid *tid, struct sk_buff **skb) argument
279 ath_tx_flush_tid(struct ath_softc *sc, struct ath_atx_tid *tid) argument
318 ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid, struct ath_buf *bf) argument
341 ath_tx_addto_baw(struct ath_softc *sc, struct ath_atx_tid *tid, struct ath_buf *bf) argument
363 ath_tid_drain(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid) argument
487 ath_tx_complete_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_buf *bf, struct list_head *bf_q, struct ieee80211_sta *sta, struct ath_atx_tid *tid, struct ath_tx_status *ts, int txok) argument
711 ath_tx_count_airtime(struct ath_softc *sc, struct ieee80211_sta *sta, struct ath_buf *bf, struct ath_tx_status *ts, u8 tid) argument
737 struct ath_atx_tid *tid = NULL; local
800 ath_lookup_rate(struct ath_softc *sc, struct ath_buf *bf, struct ath_atx_tid *tid) argument
871 ath_compute_num_delims(struct ath_softc *sc, struct ath_atx_tid *tid, struct ath_buf *bf, u16 frmlen, bool first_subfrm) argument
942 ath_tx_get_tid_subframe(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct ath_buf **buf) argument
1031 ath_tx_form_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct list_head *bf_q, struct ath_buf *bf_first) argument
1500 ath_tx_form_burst(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct list_head *bf_q, struct ath_buf *bf_first) argument
1533 ath_tx_sched_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid) argument
1575 ath_tx_aggr_start(struct ath_softc *sc, struct ieee80211_sta *sta, u16 tid, u16 *ssn) argument
1615 ath_tx_aggr_stop(struct ath_softc *sc, struct ieee80211_sta *sta, u16 tid) argument
1634 struct ath_atx_tid *tid; local
1651 struct ath_atx_tid *tid; local
1710 struct ath_atx_tid *tid; local
1989 struct ath_atx_tid *tid; local
2112 ath_tx_send_normal(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct sk_buff *skb) argument
2217 ath_tx_setup_buffer(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct sk_buff *skb) argument
2347 struct ath_atx_tid *tid = NULL; local
2871 struct ath_atx_tid *tid; local
2895 struct ath_atx_tid *tid; local
[all...]
H A Dmain.c2013 u16 tid = params->tid; local
2032 ret = ath_tx_aggr_start(sc, sta, tid, ssn);
2043 ath_tx_aggr_stop(sc, sta, tid);
2045 ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid);
2049 atid = ath_node_to_tid(an, tid);
H A Dath9k.h252 void ath_tx_queue_tid(struct ath_softc *sc, struct ath_atx_tid *tid);
606 u16 tid, u16 *ssn);
607 void ath_tx_aggr_stop(struct ath_softc *sc, struct ieee80211_sta *sta, u16 tid);
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dwmi.h3049 __le32 tid; member in struct:wmi_peer_reorder_queue_setup_cmd
3824 __le32 tid; member in struct:wmi_delba_send_cmd
3833 __le32 tid; member in struct:wmi_addba_setresponse_cmd
3841 __le32 tid; member in struct:wmi_addba_send_cmd
4948 u32 tid, u32 buf_size);
4950 u32 tid, u32 status);
4952 u32 tid, u32 initiator, u32 reason);
4959 dma_addr_t paddr, u8 tid,
H A Dwmi.c1308 dma_addr_t paddr, u8 tid,
1326 cmd->tid = cpu_to_le32(tid);
1329 cmd->queue_no = cpu_to_le32(tid);
1334 "wmi rx reorder queue setup addr %pM vdev_id %d tid %d\n",
1335 addr, vdev_id, tid);
2870 u32 tid, u32 initiator, u32 reason)
2886 cmd->tid = cpu_to_le32(tid);
2891 "wmi delba send vdev_id 0x%X mac_addr %pM tid
1306 ath12k_wmi_peer_rx_reorder_queue_setup(struct ath12k *ar, int vdev_id, const u8 *addr, dma_addr_t paddr, u8 tid, u8 ba_window_size_valid, u32 ba_window_size) argument
2869 ath12k_wmi_delba_send(struct ath12k *ar, u32 vdev_id, const u8 *mac, u32 tid, u32 initiator, u32 reason) argument
2905 ath12k_wmi_addba_set_resp(struct ath12k *ar, u32 vdev_id, const u8 *mac, u32 tid, u32 status) argument
2941 ath12k_wmi_addba_send(struct ath12k *ar, u32 vdev_id, const u8 *mac, u32 tid, u32 buf_size) argument
[all...]
H A Dhal.h1099 u32 ath12k_hal_reo_qdesc_size(u32 ba_window_size, u8 tid);
1101 int tid, u32 ba_window_size,
H A Ddp_tx.c220 ti.tid = ath12k_dp_tx_get_tid(skb);
H A Ddp_rx.h16 u8 tid; member in struct:ath12k_dp_rx_tid
97 struct ath12k_peer *peer, u8 tid);
99 u8 tid, u32 ba_win_sz, u16 ssn,
H A Ddp_rx.c606 ath12k_warn(dp->ab, "failed to flush rx tid hw desc, tid %d status %d\n",
607 rx_tid->tid, status);
641 * for tid delete command to free up the resource on the command status
679 "failed to send HAL_REO_CMD_FLUSH_CACHE, tid %d (%d)\n",
680 rx_tid->tid, ret);
691 ath12k_err(ab, "failed to send HAL_REO_CMD_FLUSH_CACHE cmd, tid %d (%d)\n",
692 rx_tid->tid, ret);
711 ath12k_warn(ab, "failed to delete rx tid %d hw descriptor %d\n",
712 rx_tid->tid, statu
761 ath12k_peer_rx_tid_qref_setup(struct ath12k_base *ab, u16 peer_id, u16 tid, dma_addr_t paddr) argument
783 ath12k_peer_rx_tid_qref_reset(struct ath12k_base *ab, u16 peer_id, u16 tid) argument
802 ath12k_dp_rx_peer_tid_delete(struct ath12k *ar, struct ath12k_peer *peer, u8 tid) argument
943 ath12k_dp_rx_peer_tid_setup(struct ath12k *ar, const u8 *peer_mac, int vdev_id, u8 tid, u32 ba_win_sz, u16 ssn, enum hal_pn_type pn_type) argument
1127 u8 tid; local
1349 u8 tid = HTT_PPDU_STATS_NON_QOS_TID; local
2789 u8 tid = 0; local
3212 u8 tid; local
[all...]
H A Ddp_mon.c46 rx_user_status->tid = ppdu_info->tid;
627 ppdu_info->tid =
1099 rxcb->tid,
2230 ppdu_info->tid = IEEE80211_NUM_TIDS;
2236 if (ppdu_info->tid <= IEEE80211_NUM_TIDS)
2237 rx_stats->tid_count[ppdu_info->tid] += num_msdu;
2399 if (user_stats->tid <= IEEE80211_NUM_TIDS)
2400 rx_stats->tid_count[user_stats->tid] += num_msdu;
H A Ddp.c55 int ret = 0, tid; local
69 for (tid = 0; tid <= IEEE80211_NUM_TIDS; tid++) {
70 ret = ath12k_dp_rx_peer_tid_setup(ar, addr, vdev_id, tid, 1, 0,
73 ath12k_warn(ab, "failed to setup rxd tid queue for tid %d: %d\n",
74 tid, ret);
94 ath12k_warn(ab, "failed to find the peer to del rx tid\n");
99 for (; tid >
[all...]
H A Dcore.h86 static inline enum wme_ac ath12k_tid_to_ac(u32 tid) argument
88 return (((tid == 0) || (tid == 3)) ? WME_AC_BE :
89 ((tid == 1) || (tid == 2)) ? WME_AC_BK :
90 ((tid == 4) || (tid == 5)) ? WME_AC_VI :
121 u8 tid; member in struct:ath12k_skb_rxcb
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dwmi.h3012 u32 tid; member in struct:wmi_peer_reorder_queue_setup_cmd
4032 u32 tid; member in struct:wmi_delba_send_cmd
4041 u32 tid; member in struct:wmi_addba_setresponse_cmd
4049 u32 tid; member in struct:wmi_addba_send_cmd
6386 u8 tid, u8 ba_window_size_valid,
6430 u32 tid, u32 buf_size);
6432 u32 tid, u32 status);
6434 u32 tid, u32 initiator, u32 reason);
H A Dwmi.c1242 dma_addr_t paddr, u8 tid,
1261 cmd->tid = tid;
1264 cmd->queue_no = tid;
1277 "cmd peer reorder queue setup addr %pM vdev_id %d tid %d\n",
1278 addr, vdev_id, tid);
2770 u32 tid, u32 initiator, u32 reason)
2786 cmd->tid = tid;
2799 "cmd delba send vdev_id 0x%X mac_addr %pM tid
1240 ath11k_wmi_peer_rx_reorder_queue_setup(struct ath11k *ar, int vdev_id, const u8 *addr, dma_addr_t paddr, u8 tid, u8 ba_window_size_valid, u32 ba_window_size) argument
2769 ath11k_wmi_delba_send(struct ath11k *ar, u32 vdev_id, const u8 *mac, u32 tid, u32 initiator, u32 reason) argument
2805 ath11k_wmi_addba_set_resp(struct ath11k *ar, u32 vdev_id, const u8 *mac, u32 tid, u32 status) argument
2841 ath11k_wmi_addba_send(struct ath11k *ar, u32 vdev_id, const u8 *mac, u32 tid, u32 buf_size) argument
[all...]
H A Dhal.h919 u32 ath11k_hal_reo_qdesc_size(u32 ba_window_size, u8 tid);
920 void ath11k_hal_reo_qdesc_setup(void *vaddr, int tid, u32 ba_window_size,
H A Dcore.h101 static inline enum wme_ac ath11k_tid_to_ac(u32 tid) argument
103 return (((tid == 0) || (tid == 3)) ? WME_AC_BE :
104 ((tid == 1) || (tid == 2)) ? WME_AC_BK :
105 ((tid == 4) || (tid == 5)) ? WME_AC_VI :
136 u8 tid; member in struct:ath11k_skb_rxcb
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dwmi.c8093 u32 tid, u32 buf_size)
8108 cmd->tid = __cpu_to_le32(tid);
8112 "wmi addba send vdev_id 0x%X mac_addr %pM tid %u bufsize %u\n",
8113 vdev_id, mac, tid, buf_size);
8119 u32 tid, u32 status)
8134 cmd->tid = __cpu_to_le32(tid);
8138 "wmi addba set resp vdev_id 0x%X mac_addr %pM tid %u status %u\n",
8139 vdev_id, mac, tid, statu
8092 ath10k_wmi_op_gen_addba_send(struct ath10k *ar, u32 vdev_id, const u8 *mac, u32 tid, u32 buf_size) argument
8118 ath10k_wmi_op_gen_addba_set_resp(struct ath10k *ar, u32 vdev_id, const u8 *mac, u32 tid, u32 status) argument
8144 ath10k_wmi_op_gen_delba_send(struct ath10k *ar, u32 vdev_id, const u8 *mac, u32 tid, u32 initiator, u32 reason) argument
[all...]
H A Ddebugfs_sta.c49 void ath10k_sta_update_rx_tid_stats_ampdu(struct ath10k *ar, u16 peer_id, u8 tid, argument
57 if (tid > IEEE80211_NUM_TIDS || !(ar->sta_tid_stats_mask & BIT(tid)))
71 &arsta->tid_stats[tid],
91 u8 tid = IEEE80211_NUM_TIDS; local
99 tid = *ieee80211_get_qos_ctl(hdr) & IEEE80211_QOS_CTL_TID_MASK;
101 if (!(ar->sta_tid_stats_mask & BIT(tid)) || non_data_frm)
113 stats = &arsta->tid_stats[tid];
121 ath10k_rx_stats_update_amsdu_subfrm(ar, &arsta->tid_stats[tid],
245 u32 tid, buf_siz local
296 u32 tid, status; local
346 u32 tid, initiator, reason; local
[all...]
/linux-master/drivers/net/
H A Dgtp.c43 u64 tid; member in struct:pdp_ctx::__anon916::__anon917
121 static inline u32 gtp0_hashfn(u64 tid) argument
123 u32 *tid32 = (u32 *) &tid;
127 static inline u32 gtp1u_hashfn(u32 tid) argument
129 return jhash_1word(tid, gtp_h_initval);
144 static struct pdp_ctx *gtp0_pdp_find(struct gtp_dev *gtp, u64 tid, u16 family) argument
149 head = &gtp->tid_hash[gtp0_hashfn(tid) % gtp->hash_size];
154 pdp->u.v0.tid == tid)
161 static struct pdp_ctx *gtp1_pdp_find(struct gtp_dev *gtp, u32 tid, u1 argument
[all...]

Completed in 608 milliseconds

1234567891011>>