Searched refs:tid (Results 51 - 75 of 79) sorted by relevance

1234

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_wds.c505 uint8_t tid = ieee80211_gettid(wh); local
507 TID_TO_WME_AC(tid) >= WME_AC_VI)
H A Dieee80211_adhoc.c449 uint8_t tid = ieee80211_gettid(wh); local
451 TID_TO_WME_AC(tid) >= WME_AC_VI)
H A Dieee80211_haiku.cpp853 u_int64_t rsc, int tid)
851 ieee80211_notify_replay_failure(struct ieee80211vap* vap, const struct ieee80211_frame* wh, const struct ieee80211_key* k, u_int64_t rsc, int tid) argument
H A Dieee80211_hostap.c580 uint8_t tid = ieee80211_gettid(wh); local
582 TID_TO_WME_AC(tid) >= WME_AC_VI)
H A Dieee80211_sta.c649 uint8_t tid = ieee80211_gettid(wh); local
651 TID_TO_WME_AC(tid) >= WME_AC_VI)
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmvar.h376 * struct iwm_reorder_buffer - per ra/tid/queue reorder buffer
428 * @tid: tid of the session
440 uint8_t tid; member in struct:iwm_rxba_data
460 * @last_seq: last sequence per tid for duplicate packet detection
H A Dif_iwmreg.h5095 * @ra_tid: bits [3:0] = ra, bits [7:4] = tid
5134 * @tid: tid of the session
5152 uint8_t tid; member in struct:iwm_ba_notif
5240 * @tid:
5251 uint8_t tid; member in struct:iwm_scd_txq_cfg_cmd
5265 * @tid: tid from the command
5271 uint8_t tid; member in struct:iwm_scd_txq_cfg_rsp
6237 * @tid_disable_tx: is tid BI
[all...]
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_crypto_tkip.c322 u_int8_t tid; local
337 tid = ieee80211_has_qos(wh) ?
339 *prsc = &k->k_rsc[tid];
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h1811 * @tid: tid of the queue
1820 uint8_t tid; member in struct:iwx_tx_queue_cfg_cmd
2818 * rx_ba_start: tid bitmap to configure on what tid the trigger should occur
2820 * rx_ba_stop: tid bitmap to configure on what tid the trigger should occur
2822 * tx_ba_start: tid bitmap to configure on what tid the trigger should occur
2824 * tx_ba_stop: tid bitma
5375 uint8_t tid; member in struct:iwx_rx_baid_cfg_cmd_alloc
5390 uint32_t tid; member in struct:iwx_rx_baid_cfg_cmd_modify
5408 uint32_t tid; member in struct:iwx_rx_baid_cfg_cmd_remove
5465 uint8_t tid; member in struct:iwx_scd_queue_cfg_cmd::__anon43::__anon44
5474 uint32_t tid; member in struct:iwx_scd_queue_cfg_cmd::__anon43::__anon45
5478 uint32_t tid; member in struct:iwx_scd_queue_cfg_cmd::__anon43::__anon46
6120 uint8_t tid; member in struct:iwx_compressed_ba_tfd
6132 uint8_t tid; member in struct:iwx_compressed_ba_ratid
6245 uint16_t tid; member in struct:iwx_flush_queue_info
6297 uint8_t tid; member in struct:iwx_scd_txq_cfg_cmd
6317 uint8_t tid; member in struct:iwx_scd_txq_cfg_rsp
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c175 ns->tid=spawn_kernel_thread ((thread_func)postoffice_func,"NFSv2 Postoffice",B_NORMAL_PRIORITY,ns);
177 if (ns->tid<B_OK)
178 return ns->tid;
182 result=resume_thread (ns->tid);
186 kill_thread (ns->tid);
203 wait_for_thread (ns->tid,&result);
/haiku/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp1083 translator_id tid, *pids = NULL; local
1088 tid = pids[0];
1095 CPPUNIT_ASSERT(proster->GetConfigurationMessage(tid, &msg) == B_OK);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/amrr/
H A Damrr.c107 int shortPreamble, size_t frameLen, int tid, int is_aggr,
106 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, int shortPreamble, size_t frameLen, int tid, int is_aggr, u_int8_t *rix, int *try0, u_int8_t *txrate, int *maxdur, int *maxpktlen) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/onoe/
H A Donoe.c115 int shortPreamble, size_t frameLen, int tid, int is_aggr,
114 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, int shortPreamble, size_t frameLen, int tid, int is_aggr, u_int8_t *rix, int *try0, u_int8_t *txrate, int *maxdur, int *maxpktlen) argument
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c1197 pid_t tid; local
1203 tid = scx->tid;
1204 sprintf(filename,"/proc/%u/cred",tid);
1281 pid_t tid; local
1287 tid = scx->tid;
1288 sprintf(filename,"/proc/%u/task/%u/status",tid,tid);
H A Dacls.c3636 uid_t tid; local
3642 tid = 0;
3653 if (xid) tid = xid;
3657 return (tid);
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2860.c872 uint8_t tid)
880 tmp |= (1 << tid) << 16;
887 uint8_t tid)
895 tmp &= ~((1 << tid) << 16);
1472 uint8_t type, qsel, mcs, pid, tid, qid; local
1509 tid = qos & IEEE80211_QOS_TID;
1512 tid = 0;
1746 uint8_t type, qsel, mcs, pid, tid, qid; local
1767 tid = 0;
871 rt2860_ampdu_rx_start(struct ieee80211com *ic, struct ieee80211_node *ni, uint8_t tid) argument
886 rt2860_ampdu_rx_stop(struct ieee80211com *ic, struct ieee80211_node *ni, uint8_t tid) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpireg.h477 uint16_t tid; member in struct:wpi_node_info
513 uint8_t tid; member in struct:wpi_cmd_data
H A Dif_wpi.c2802 uint8_t tid, type, rate; local
2813 tid = qos & IEEE80211_QOS_TID;
2816 tid = 0;
2943 tx->tid = tid;
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c121 uint8_t tid; member in struct:mwl_hal_bastream
1442 sp->tid = Tid;
1490 pCmd->BaInfo.CreateParams.Tid = sp->tid;
1564 pCmd->TID = sp->tid;
H A Dif_mwl.c2371 uint8_t tid; local
2376 for (tid = 0; tid < WME_NUM_TID; tid++) {
2379 rap = &ni->ni_rx_ampdu[tid];
3601 /* XXX assign BA stream to highest priority tid */
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c6939 int tid; local
7029 for (tid = IEEE80211_TID_SIZE - 1; tid >= 0; tid--) {
7030 struct ath_tid *atid = &an->an_tid[tid];
7049 tid);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnreg.h821 uint8_t tid; member in struct:iwn_cmd_data
1426 uint8_t ratid; /* tid (0:3), sta_id (4:7) */
1521 uint8_t tid; member in struct:iwn_compressed_ba
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwn.c752 const int tid = WME_AC_TO_TID(WME_AC_BE); local
756 qwh->i_qos[0] = tid & IEEE80211_QOS_TID;
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp2957 char tid[50]; local
2962 src, srate, vpid, apid, tpid, ca, sid, nid, tid, rid);
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c85 scx->tid = 0;

Completed in 435 milliseconds

1234