Searched defs:tid (Results 76 - 100 of 105) sorted by relevance

12345

/drivers/net/wireless/iwlegacy/
H A D3945-mac.c479 u8 tid = 0; local
525 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK;
526 if (unlikely(tid >= MAX_TID_COUNT))
H A D4965-mac.c1040 il4965_free_tfds_in_queue(struct il_priv *il, int sta_id, int tid, int freed) argument
1044 if (il->stations[sta_id].tid[tid].tfds_in_queue >= freed)
1045 il->stations[sta_id].tid[tid].tfds_in_queue -= freed;
1048 il->stations[sta_id].tid[tid].tfds_in_queue, freed);
1049 il->stations[sta_id].tid[tid].tfds_in_queue = 0;
1445 il4965_get_ac_from_tid(u16 tid) argument
1455 il4965_get_fifo_from_tid(u16 tid) argument
1654 u8 tid = 0; local
2135 il4965_txq_agg_enable(struct il_priv *il, int txq_id, int tx_fifo, int sta_id, int tid, u16 ssn_idx) argument
2201 il4965_tx_agg_start(struct il_priv *il, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid, u16 * ssn) argument
2297 il4965_tx_agg_stop(struct il_priv *il, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid) argument
2375 il4965_txq_check_empty(struct il_priv *il, int sta_id, u8 tid, int txq_id) argument
2885 int tid; local
3557 il4965_sta_tx_modify_enable_tid(struct il_priv *il, int sta_id, int tid) argument
3577 il4965_sta_rx_agg_start(struct il_priv *il, struct ieee80211_sta *sta, int tid, u16 ssn) argument
3604 il4965_sta_rx_agg_stop(struct il_priv *il, struct ieee80211_sta *sta, int tid) argument
5926 il4965_mac_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
[all...]
H A Dcommands.h897 #define BUILD_RAxTID(sta_id, tid) (((sta_id) << 4) + (tid))
1734 u8 tid; member in struct:il_compressed_ba_resp
H A Dcommon.h725 struct il_tid_data tid[MAX_TID_COUNT]; member in struct:il_station_entry
2673 /* load per tid defines for A-MPDU activation */
/drivers/net/wireless/wl12xx/
H A Dmain.c4394 struct ieee80211_sta *sta, u16 tid, u16 *ssn,
4402 wl1271_debug(DEBUG_MAC80211, "mac80211 ampdu action %d tid %d", action,
4403 tid);
4406 if (WARN_ON(tid > 0xFF))
4434 wl1271_debug(DEBUG_MAC80211, "mac80211 ampdu: Rx tid %d action %d",
4435 tid, action);
4450 if (*ba_bitmap & BIT(tid)) {
4453 "tid: %d", tid);
4457 ret = wl12xx_acx_set_ba_receiver_session(wl, tid, *ss
4391 wl1271_op_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
[all...]
H A Dacx.h985 u8 tid; member in struct:wl1271_acx_ba_receiver_setup
1015 u8 tid; member in struct:wl1271_acx_ps_rx_streaming
/drivers/scsi/cxgbi/
H A Dlibcxgbi.h177 int tid; member in struct:cxgbi_sock
248 CTPF_HAS_TID, /* reserved hw tid */
/drivers/infiniband/hw/cxgb3/
H A Dcxio_wr.h336 u32 tid; member in struct:t3_rdma_init_attr
428 enum t3_wr_flags flags, u8 genbit, u32 tid,
436 V_FW_RIWR_TID(tid) |
427 build_fw_riwrh(struct fw_riwrh *wqe, enum t3_wr_opcode op, enum t3_wr_flags flags, u8 genbit, u32 tid, u8 len, u8 sopeop) argument
/drivers/infiniband/hw/qib/
H A Dqib_verbs.h653 u64 tid; /* TID for traps */ member in struct:qib_ibport
/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c2173 unsigned int tid)
2179 INIT_TP_WR(req, tid);
2180 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_TID_RELEASE, tid));
2188 unsigned int tid)
2190 void **p = &t->tid_tab[tid];
2240 void cxgb4_remove_tid(struct tid_info *t, unsigned int chan, unsigned int tid) argument
2246 old = t->tid_tab[tid];
2249 t->tid_tab[tid] = NULL;
2250 mk_tid_release(skb, chan, tid);
2253 cxgb4_queue_tid_release(t, chan, tid);
2172 mk_tid_release(struct sk_buff *skb, unsigned int chan, unsigned int tid) argument
2187 cxgb4_queue_tid_release(struct tid_info *t, unsigned int chan, unsigned int tid) argument
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dath9k.h173 #define ATH_AN_2_TID(_an, _tidno) (&(_an)->tid[(_tidno)])
264 struct ath_atx_tid tid[WME_NUM_TID]; member in struct:ath_node
344 u16 tid, u16 *ssn);
345 void ath_tx_aggr_stop(struct ath_softc *sc, struct ieee80211_sta *sta, u16 tid);
346 void ath_tx_aggr_resume(struct ath_softc *sc, struct ieee80211_sta *sta, u16 tid);
H A Dmac.h118 u8 tid; member in struct:ath_tx_status
/drivers/net/wireless/rtlwifi/rtl8192ce/
H A Dtrx.h676 u32 tid:4; member in struct:rx_desc_92c
/drivers/net/wireless/rtlwifi/rtl8192de/
H A Dtrx.h692 u32 tid:4; member in struct:rx_desc_92d
/drivers/s390/net/
H A Dqeth_core_main.c2994 static void qeth_get_trap_id(struct qeth_card *card, struct qeth_trap_id *tid) argument
3002 tid->chpid = card->info.chpid;
3004 tid->ssid = ccwid.ssid;
3005 tid->devno = ccwid.devno;
3016 tid->lparnr = info222->lpar_number;
3020 memcpy(tid->vmname, info322->vm[0].name, sizeof(tid->vmname));
/drivers/staging/bcm/
H A DAdapter.h371 B_UINT16 tid; member in struct:_STTARGETDSXBUFFER
/drivers/staging/rtl8712/
H A Dieee80211.h460 uint tid; /*jackson*/ member in struct:ieee80211_frag_entry
/drivers/net/wireless/mwifiex/
H A Dfw.h943 u8 tid; member in struct:host_cmd_ds_11n_batimeout
H A Dmain.h189 /* spin lock for tid table */
472 int tid; member in struct:mwifiex_tx_ba_stream_tbl
487 int tid; member in struct:mwifiex_rx_reorder_tbl
/drivers/scsi/aic7xxx/
H A Daic79xx_core.c201 u_int tid);
208 u_int prev, u_int next, u_int tid);
8430 u_int *list_tail, u_int tid)
8473 ahd_rem_wscb(ahd, scbid, prev, next, tid);
8533 u_int prev, u_int next, u_int tid)
8550 tail_offset = WAITING_SCB_TAILS + (2 * tid);
8427 ahd_search_scb_list(struct ahd_softc *ahd, int target, char channel, int lun, u_int tag, role_t role, uint32_t status, ahd_search_action action, u_int *list_head, u_int *list_tail, u_int tid) argument
8532 ahd_rem_wscb(struct ahd_softc *ahd, u_int scbid, u_int prev, u_int next, u_int tid) argument
/drivers/scsi/
H A Dgdth.h443 u8 tid; /* target ID */ member in struct:__anon4284::__anon4285
/drivers/net/wireless/
H A Dmwl8k.c160 u8 tid; member in struct:mwl8k_ampdu_stream
1577 static int mwl8k_tid_queue_mapping(u8 tid) argument
1579 BUG_ON(tid > 7);
1581 switch (tid) {
1728 mwl8k_add_stream(struct ieee80211_hw *hw, struct ieee80211_sta *sta, u8 tid) argument
1739 stream->tid = tid;
1743 sta->addr, tid);
1758 ret = ieee80211_start_tx_ba_session(stream->sta, stream->tid, 0);
1761 "%d\n", stream->sta->addr, stream->tid, re
1777 mwl8k_lookup_stream(struct ieee80211_hw *hw, u8 *addr, u8 tid) argument
1795 mwl8k_ampdu_allowed(struct ieee80211_sta *sta, u8 tid) argument
1807 mwl8k_tx_count_packet(struct ieee80211_sta *sta, u8 tid) argument
1844 u8 tid = 0; local
3654 u8 tid; member in struct:mwl8k_create_ba_stream
5072 mwl8k_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
[all...]
/drivers/scsi/megaraid/
H A Dmegaraid_sas.h374 u16 tid; member in struct:megasas_pd_list
/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h198 * b4:b3:b2 - UP(tid)
2005 u8 tid; member in struct:wmi_addba_req_event
2015 u8 tid; member in struct:wmi_addba_resp_event
2029 u8 tid; member in struct:wmi_delba_event
/drivers/net/wireless/bcmdhd/include/proto/
H A D802.11.h2221 uint8 tid; member in struct:pti_control_ie

Completed in 590 milliseconds

12345