Searched defs:tid (Results 51 - 75 of 105) sorted by relevance

12345

/drivers/net/wireless/rtlwifi/
H A Dpci.c429 struct sk_buff *skb, struct rtl_tcb_desc *tcb_desc, u8 tid)
443 skb_queue_walk(&rtlpriv->mac80211.skb_waitq[tid], next_skb) {
455 if (skb_queue_is_last(&rtlpriv->mac80211.skb_waitq[tid],
475 int tid; local
481 for (tid = 7; tid >= 0; tid--) {
482 u8 hw_queue = ac_to_hwq[rtl_tid_to_ac(hw, tid)];
490 if (!skb_queue_empty(&mac->skb_waitq[tid]) &&
492 skb = skb_dequeue(&mac->skb_waitq[tid]);
428 _rtl_update_earlymode_info(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_tcb_desc *tcb_desc, u8 tid) argument
524 u8 tid; local
1311 u8 tid = rtl_get_tid(skb); local
1354 u8 tid = 0; local
[all...]
H A Dusb.c860 u8 tid = 0; local
884 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK;
894 mac->tids[tid].seq_number = seq_number;
/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c201 unsigned int tid = csk->tid; local
205 csk, csk->state, csk->flags, csk->tid);
209 req->wr.wr_lo = htonl(V_WR_TID(tid));
210 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, tid));
230 "t3dev 0x%p, tid %u, skb 0x%p.\n",
253 req->wr.wr_lo = htonl(V_WR_TID(csk->tid));
254 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ABORT_REQ, csk->tid));
261 csk, csk->state, csk->flags, csk->tid, csk->snd_nxt,
279 csk, csk->state, csk->flags, csk->tid, rst_statu
477 unsigned int tid = GET_TID(req); local
1136 ddp_setup_conn_pgidx(struct cxgbi_sock *csk, unsigned int tid, int pg_idx, bool reply) argument
1173 ddp_setup_conn_digest(struct cxgbi_sock *csk, unsigned int tid, int hcrc, int dcrc, int reply) argument
[all...]
/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c228 unsigned int tid = csk->tid; local
231 "csk 0x%p,%u,0x%lx, tid %u.\n",
232 csk, csk->state, csk->flags, csk->tid);
235 INIT_TP_WR(req, tid);
236 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, tid));
250 "csk 0x%p,%u,0x%lx, tid %u, abort.\n",
251 csk, csk->state, csk->flags, csk->tid);
273 INIT_TP_WR(req, csk->tid);
274 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_REQ, csk->tid));
541 unsigned int tid = GET_TID(req); local
659 unsigned int tid = GET_TID(rpl); local
706 unsigned int tid = GET_TID(req); local
727 unsigned int tid = GET_TID(rpl); local
766 unsigned int tid = GET_TID(req); local
812 unsigned int tid = GET_TID(rpl); local
838 unsigned int tid = GET_TID(cpl); local
939 unsigned int tid = GET_TID(rpl); local
1024 unsigned int tid = GET_TID(rpl); local
1044 unsigned int tid = GET_TID(rpl); local
1327 ddp_setup_conn_pgidx(struct cxgbi_sock *csk, unsigned int tid, int pg_idx, bool reply) argument
1357 ddp_setup_conn_digest(struct cxgbi_sock *csk, unsigned int tid, int hcrc, int dcrc, int reply) argument
[all...]
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c68 unsigned int frag, u8 tid,u8 *src, u8 *dst)
74 entry = &ieee->frag_cache[tid][i];
108 u8 tid; local
112 tid = le16_to_cpu(hdr_4addrqos->qos_ctl) & IEEE80211_QCTL_TID;
113 tid = UP2AC(tid);
114 tid ++;
117 tid = le16_to_cpu(hdr_3addrqos->qos_ctl) & IEEE80211_QCTL_TID;
118 tid = UP2AC(tid);
67 ieee80211_frag_cache_find(struct ieee80211_device *ieee, unsigned int seq, unsigned int frag, u8 tid,u8 *src, u8 *dst) argument
175 u8 tid; local
432 u8 tid; local
[all...]
/drivers/infiniband/hw/cxgb4/
H A Dcm.c407 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
428 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid);
509 PDBG("%s ep %p tid %u pd_len %d\n", __func__, ep, ep->hwtid, ep->plen);
601 PDBG("%s ep %p tid %u pd_len %d\n", __func__, ep, ep->hwtid, ep->plen);
680 PDBG("%s ep %p tid %u pd_len %d\n", __func__, ep, ep->hwtid, ep->plen);
760 unsigned int tid = GET_TID(req); local
766 PDBG("%s ep %p tid %u snd_isn %u rcv_isn %u\n", __func__, ep, tid,
772 ep->hwtid = tid;
773 cxgb4_insert_tid(t, ep, tid);
1318 unsigned int tid = GET_TID(hdr); local
1360 unsigned int tid = GET_TID(rpl); local
1706 unsigned int tid = GET_TID(req); local
1731 unsigned int tid = GET_TID(hdr); local
1895 unsigned int tid = GET_TID(req); local
2014 unsigned int tid = GET_TID(rpl); local
2057 unsigned int tid = GET_TID(rpl); local
2086 unsigned int tid = GET_TID(hdr); local
2656 unsigned int tid = GET_TID(req); local
[all...]
/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c271 * the tid and returns it to the caller. To make it easier to
273 * each port, walking the shadow tid array to find one that's not
294 u32 tid, porttid, cnt, i, tidcnt, tidoff; local
322 tid = pd->port_tidcursor;
329 tid = tidcursor_fp(fp);
334 tid = tidcursor_fp(fp);
353 pd->port_port, cnt, tid, tidbase);
385 for (; ntids--; tid++) {
386 if (tid == tidcnt)
387 tid
512 u32 tid, porttid, cnt, limit, tidcnt; local
[all...]
/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c257 * the tid and returns it to the caller. To reduce search time, we
258 * keep a cursor for each context, walking the shadow tid array to find
279 u32 tid, ctxttid, cnt, i, tidcnt, tidoff; local
302 tid = rcd->tidcursor;
309 tid = tidcursor_fp(fp);
314 tid = tidcursor_fp(fp);
356 for (; ntids--; tid++) {
357 if (tid == tidcnt)
358 tid = 0;
359 if (!dd->pageshadow[ctxttid + tid])
472 u32 tid, ctxttid, cnt, limit, tidcnt; local
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dmain.c2100 u16 tid, u16 *ssn, u8 buf_size)
2114 ret = ath_tx_aggr_start(sc, sta, tid, ssn);
2116 ieee80211_start_tx_ba_cb_irqsafe(vif, sta->addr, tid);
2121 ath_tx_aggr_stop(sc, sta, tid);
2122 ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid);
2127 ath_tx_aggr_resume(sc, sta, tid);
2096 ath9k_ampdu_action(struct ieee80211_hw *hw, struct ieee80211_vif *vif, enum ieee80211_ampdu_mlme_action action, struct ieee80211_sta *sta, u16 tid, u16 *ssn, u8 buf_size) argument
H A Dxmit.c51 struct ath_atx_tid *tid, struct sk_buff *skb);
62 static void ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid,
66 struct ath_atx_tid *tid,
134 static void ath_tx_queue_tid(struct ath_txq *txq, struct ath_atx_tid *tid) argument
136 struct ath_atx_ac *ac = tid->ac;
138 if (tid->paused)
141 if (tid->sched)
144 tid->sched = true;
145 list_add_tail(&tid->list, &ac->tid_q);
154 static void ath_tx_resume_tid(struct ath_softc *sc, struct ath_atx_tid *tid) argument
180 ath_send_bar(struct ath_atx_tid *tid, u16 seqno) argument
186 ath_tx_flush_tid(struct ath_softc *sc, struct ath_atx_tid *tid) argument
226 ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid, int seqno) argument
244 ath_tx_addto_baw(struct ath_softc *sc, struct ath_atx_tid *tid, u16 seqno) argument
266 ath_tid_drain(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid) argument
407 struct ath_atx_tid *tid = NULL; local
645 ath_lookup_rate(struct ath_softc *sc, struct ath_buf *bf, struct ath_atx_tid *tid) argument
721 ath_compute_num_delims(struct ath_softc *sc, struct ath_atx_tid *tid, struct ath_buf *bf, u16 frmlen, bool first_subfrm) argument
793 ath_tx_form_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct list_head *bf_q, int *aggr_len) argument
1114 ath_tx_sched_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid) argument
1163 ath_tx_aggr_start(struct ath_softc *sc, struct ieee80211_sta *sta, u16 tid, u16 *ssn) argument
1186 ath_tx_aggr_stop(struct ath_softc *sc, struct ieee80211_sta *sta, u16 tid) argument
1221 struct ath_atx_tid *tid; local
1256 struct ath_atx_tid *tid; local
1279 ath_tx_aggr_resume(struct ath_softc *sc, struct ieee80211_sta *sta, u16 tid) argument
1301 struct ath_atx_tid *tid, *tid_tmp; local
1575 struct ath_atx_tid *tid, *last_tid; local
1692 ath_tx_send_ampdu(struct ath_softc *sc, struct ath_atx_tid *tid, struct sk_buff *skb, struct ath_tx_control *txctl) argument
1738 ath_tx_send_normal(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct sk_buff *skb) argument
1820 ath_tx_setup_buffer(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct sk_buff *skb, bool dequeue) argument
1885 struct ath_atx_tid *tid = NULL; local
2446 struct ath_atx_tid *tid; local
2479 struct ath_atx_tid *tid; local
[all...]
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dampdu.c107 * ini_enable: per-tid initiator enable/disable of ampdu
112 * retry_limit_tid: per-tid mpdu transmit retry limit
113 * rr_retry_limit_tid: per-tid mpdu transmit retry limit at regular rate
151 u16 tid; member in struct:cb_del_ampdu_pars
478 brcms_c_ampdu_tx_operational(struct brcms_c_info *wlc, u8 tid, argument
488 if (!ampdu->ini_enable[tid]) {
489 wiphy_err(ampdu->wlc->wiphy, "%s: Rejecting tid %d\n",
490 __func__, tid);
494 ini = &scb_ampdu->ini[tid];
495 ini->tid
507 u8 tid, ndelim; local
902 u8 bitmap[8], queue, tid; local
1165 brcms_c_aggregatable(struct brcms_c_info *wlc, u8 tid) argument
1222 brcms_c_ampdu_flush(struct brcms_c_info *wlc, struct ieee80211_sta *sta, u16 tid) argument
[all...]
/drivers/net/wireless/iwlegacy/
H A D4965-rs.c268 * increment traffic load value for tid and also remove
278 u8 tid; local
282 tid = qc[0] & 0xf;
286 if (unlikely(tid >= TID_MAX_LOAD_COUNT))
289 tl = &lq_data->load[tid];
318 return tid;
322 get the traffic load value for tid
325 il4965_rs_tl_get_load(struct il_lq_sta *lq_data, u8 tid) argument
332 if (tid >= TID_MAX_LOAD_COUNT)
335 tl = &(lq_data->load[tid]);
354 il4965_rs_tl_turn_on_agg_for_tid(struct il_priv *il, struct il_lq_sta *lq_data, u8 tid, struct ieee80211_sta *sta) argument
382 il4965_rs_tl_turn_on_agg(struct il_priv *il, u8 tid, struct il_lq_sta *lq_data, struct ieee80211_sta *sta) argument
1769 u8 tid = MAX_TID_COUNT; local
[all...]
/drivers/net/wireless/iwlwifi/
H A Diwl-agn-rs.c284 * increment traffic load value for tid and also remove
294 u8 tid; local
298 tid = qc[0] & 0xf;
302 if (unlikely(tid >= IWL_MAX_TID_COUNT))
305 tl = &lq_data->load[tid];
334 return tid;
374 get the traffic load value for tid
376 static u32 rs_tl_get_load(struct iwl_lq_sta *lq_data, u8 tid) argument
383 if (tid >= IWL_MAX_TID_COUNT)
386 tl = &(lq_data->load[tid]);
404 rs_tl_turn_on_agg_for_tid(struct iwl_priv *priv, struct iwl_lq_sta *lq_data, u8 tid, struct ieee80211_sta *sta) argument
444 rs_tl_turn_on_agg(struct iwl_priv *priv, u8 tid, struct iwl_lq_sta *lq_data, struct ieee80211_sta *sta) argument
2258 u8 tid = IWL_MAX_TID_COUNT; local
[all...]
H A Diwl-trans-pcie.c1332 u8 sta_id, u8 tid)
1372 /* aggregation is on for this <sta,tid> */
1374 WARN_ON(tid >= IWL_MAX_TID_COUNT);
1375 txq_id = trans_pcie->agg_txq[sta_id][tid];
1571 static int iwl_trans_pcie_reclaim(struct iwl_trans *trans, int sta_id, int tid, argument
1585 tid != IWL_TID_NON_QOS &&
1586 txq_id != trans_pcie->agg_txq[sta_id][tid])) {
1594 "agg_txq[sta_id[tid] %d", txq_id,
1595 trans_pcie->agg_txq[sta_id][tid]);
1330 iwl_trans_pcie_tx(struct iwl_trans *trans, struct sk_buff *skb, struct iwl_device_cmd *dev_cmd, enum iwl_rxon_context_id ctx, u8 sta_id, u8 tid) argument
/drivers/net/wireless/iwmc3200wifi/
H A Diwm.h151 u8 tid; member in struct:iwm_tx_info
355 int iwm_tid_to_queue(u16 tid);
/drivers/net/wireless/
H A Dmac80211_hwsim.c1126 struct ieee80211_sta *sta, u16 tid, u16 *ssn,
1131 ieee80211_start_tx_ba_cb_irqsafe(vif, sta->addr, tid);
1134 ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid);
1123 mac80211_hwsim_ampdu_action(struct ieee80211_hw *hw, struct ieee80211_vif *vif, enum ieee80211_ampdu_mlme_action action, struct ieee80211_sta *sta, u16 tid, u16 *ssn, u8 buf_size) argument
/drivers/net/wireless/mwifiex/
H A Dioctl.h144 u16 tid; member in struct:mwifiex_ds_rx_reorder_tbl
152 u16 tid; member in struct:mwifiex_ds_tx_ba_stream_tbl
/drivers/net/wireless/rt2x00/
H A Drt2800lib.c4796 struct ieee80211_sta *sta, u16 tid, u16 *ssn,
4823 ieee80211_start_tx_ba_cb_irqsafe(vif, sta->addr, tid);
4826 ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid);
4794 rt2800_ampdu_action(struct ieee80211_hw *hw, struct ieee80211_vif *vif, enum ieee80211_ampdu_mlme_action action, struct ieee80211_sta *sta, u16 tid, u16 *ssn, u8 buf_size) argument
/drivers/scsi/cxgbi/
H A Dlibcxgbi.c583 csk, (csk)->state, (csk)->flags, (csk)->tid);
604 csk, (csk)->state, (csk)->flags, (csk)->tid);
649 csk, (csk)->state, (csk)->flags, (csk)->tid);
672 csk, csk->state, csk->flags, csk->tid);
684 csk, (csk)->state, (csk)->flags, (csk)->tid);
705 csk, csk->state, csk->flags, csk->tid);
717 csk, (csk)->state, (csk)->flags, (csk)->tid);
737 csk, csk->state, csk->flags, csk->tid);
750 csk, csk->state, csk->flags, csk->tid, credits,
764 csk, csk->state, csk->flags, csk->tid, credit
1243 ddp_tag_reserve(struct cxgbi_sock *csk, unsigned int tid, u32 sw_tag, u32 *tagp, struct cxgbi_gather_list *gl, gfp_t gfp) argument
[all...]
/drivers/scsi/
H A Ddpt_i2o.c640 unit = d->pI2o_dev->lct_data.tid;
791 msg[1] = I2O_CMD_SCSI_ABORT<<24|HOST_TID<<12|dptdevice->tid;
833 msg[1] = (I2O_DEVICE_RESET<<24|HOST_TID<<12|d->tid);
869 printk(KERN_WARNING"%s: Bus reset: SCSI Bus %d: tid: %d\n",pHba->name, cmd->device->channel,pHba->channel[cmd->device->channel].tid );
871 msg[1] = (I2O_HBA_BUS_RESET<<24|HOST_TID<<12|pHba->channel[cmd->device->channel].tid);
894 printk(KERN_WARNING"%s: Hba Reset: scsi id %d: tid: %d\n",pHba->name,cmd->device->channel,pHba->channel[cmd->device->channel].tid );
1267 if(!d || d->tid == 0) {
1549 int tid; local
2602 int tid; local
3411 adpt_i2o_query_scalar(adpt_hba* pHba, int tid, int group, int field, void *buf, int buflen) argument
3478 adpt_i2o_issue_params(int cmd, adpt_hba* pHba, int tid, void *opblk_va, dma_addr_t opblk_pa, int oplen, void *resblk_va, dma_addr_t resblk_pa, int reslen) argument
[all...]
H A Ddpti.h189 u16 tid; member in struct:adpt_device
198 u16 tid; member in struct:adpt_channel
274 static int adpt_i2o_query_scalar(adpt_hba* pHba, int tid,
279 static int adpt_i2o_issue_params(int cmd, adpt_hba* pHba, int tid,
/drivers/staging/rtl8192e/
H A Drtllib_rx.c63 unsigned int frag, u8 tid, u8 *src, u8 *dst)
69 entry = &ieee->frag_cache[tid][i];
103 u8 tid; local
107 tid = le16_to_cpu(hdr_4addrqos->qos_ctl) & RTLLIB_QCTL_TID;
108 tid = UP2AC(tid);
109 tid++;
112 tid = le16_to_cpu(hdr_3addrqos->qos_ctl) & RTLLIB_QCTL_TID;
113 tid = UP2AC(tid);
62 rtllib_frag_cache_find(struct rtllib_device *ieee, unsigned int seq, unsigned int frag, u8 tid, u8 *src, u8 *dst) argument
170 u8 tid; local
369 u8 tid; local
[all...]
/drivers/staging/rtl8712/
H A Drtl871x_cmd.h699 unsigned int tid; member in struct:addBaReq_parm
761 u8 r8712_addbareq_cmd(struct _adapter *padapter, u8 tid);
/drivers/infiniband/core/
H A Dcm.c221 __be64 tid; member in struct:cm_id_private
990 __be16 attr_id, __be64 tid)
997 hdr->tid = tid;
1163 cm_id_priv->tid = req_msg->hdr.tid;
1205 cm_format_mad_hdr(&rej_msg->hdr, CM_REJ_ATTR_ID, rcv_msg->hdr.tid);
1340 cm_format_mad_hdr(&mra_msg->hdr, CM_MRA_ATTR_ID, cm_id_priv->tid);
1358 cm_format_mad_hdr(&rej_msg->hdr, CM_REJ_ATTR_ID, cm_id_priv->tid);
1577 cm_id_priv->tid
989 cm_format_mad_hdr(struct ib_mad_hdr *hdr, __be16 attr_id, __be64 tid) argument
[all...]
/drivers/net/wireless/ath/carl9170/
H A Dcarl9170.h138 u8 tid; /* TID number ( 0 - 15 ) */ member in struct:carl9170_sta_tid

Completed in 492 milliseconds

12345