Searched refs:tid (Results 1 - 25 of 79) sorted by relevance

1234

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.c126 int tid);
128 int tid);
132 struct ieee80211_node *ni, struct mbuf *m0, int *tid);
135 struct ath_tid *tid, struct ath_buf *bf);
1379 ath_tx_do_ratelookup(struct ath_softc *sc, struct ath_buf *bf, int tid, argument
1395 pktlen, tid, is_aggr, &rix, &try0, &rate, &maxdur, &maxpktlen);
1418 ath_tx_update_clrdmask(struct ath_softc *sc, struct ath_tid *tid, argument
1509 struct ath_tid *tid = &an->an_tid[bf->bf_state.bfs_tid]; local
1525 ath_tx_do_ratelookup(sc, bf, tid->tid, b
1911 int tid; local
2607 ath_tx_action_frame_override_queue(struct ath_softc *sc, struct ieee80211_node *ni, struct mbuf *m0, int *tid) argument
2657 ath_tx_addto_baw(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, struct ath_buf *bf) argument
2748 ath_tx_switch_baw_buf(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, struct ath_buf *old_bf, struct ath_buf *new_bf) argument
2795 ath_tx_update_baw(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, const struct ath_buf *bf) argument
2846 ath_tx_leak_count_update(struct ath_softc *sc, struct ath_tid *tid, struct ath_buf *bf) argument
2886 ath_tx_tid_can_tx_or_sched(struct ath_softc *sc, struct ath_tid *tid) argument
2908 ath_tx_tid_sched(struct ath_softc *sc, struct ath_tid *tid) argument
2961 ath_tx_tid_unsched(struct ath_softc *sc, struct ath_tid *tid) argument
2988 int tid; local
3051 struct ath_tid *tid = &an->an_tid[bf->bf_state.bfs_tid]; local
3143 int pri, tid; local
3356 ath_tx_tid_pause(struct ath_softc *sc, struct ath_tid *tid) argument
3372 ath_tx_tid_resume(struct ath_softc *sc, struct ath_tid *tid) argument
3430 ath_tx_tid_filt_addbuf(struct ath_softc *sc, struct ath_tid *tid, struct ath_buf *bf) argument
3455 ath_tx_tid_filt_comp_buf(struct ath_softc *sc, struct ath_tid *tid, struct ath_buf *bf) argument
3480 ath_tx_tid_filt_comp_complete(struct ath_softc *sc, struct ath_tid *tid) argument
3523 ath_tx_tid_filt_comp_single(struct ath_softc *sc, struct ath_tid *tid, struct ath_buf *bf) argument
3574 ath_tx_tid_filt_comp_aggr(struct ath_softc *sc, struct ath_tid *tid, struct ath_buf *bf_first, ath_bufhead *bf_q) argument
3633 ath_tx_tid_bar_suspend(struct ath_softc *sc, struct ath_tid *tid) argument
3667 ath_tx_tid_bar_unsuspend(struct ath_softc *sc, struct ath_tid *tid) argument
3696 ath_tx_tid_bar_tx_ready(struct ath_softc *sc, struct ath_tid *tid) argument
3727 ath_tx_tid_bar_tx(struct ath_softc *sc, struct ath_tid *tid) argument
3808 ath_tx_tid_drain_pkt(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, ath_bufhead *bf_cq, struct ath_buf *bf) argument
3848 ath_tx_tid_drain_print(struct ath_softc *sc, struct ath_node *an, const char *pfx, struct ath_tid *tid, struct ath_buf *bf) argument
3930 ath_tx_tid_drain(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, ath_bufhead *bf_cq) argument
4020 ath_tx_tid_reset(struct ath_softc *sc, struct ath_tid *tid) argument
4091 int tid; local
4146 struct ath_tid *tid; local
4192 int tid = bf->bf_state.bfs_tid; local
4279 int tid = bf->bf_state.bfs_tid; local
4315 ath_tx_tid_cleanup_frame(struct ath_softc *sc, struct ath_node *an, int tid, struct ath_buf *bf_head, ath_bufhead *bf_cq) argument
4380 ath_tx_tid_cleanup(struct ath_softc *sc, struct ath_node *an, int tid, ath_bufhead *bf_cq) argument
4451 ath_tx_retry_clone(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, struct ath_buf *bf) argument
4521 int tid = bf->bf_state.bfs_tid; local
4612 int tid = bf->bf_state.bfs_tid; local
4673 ath_tx_comp_aggr_error(struct ath_softc *sc, struct ath_buf *bf_first, struct ath_tid *tid) argument
4764 int tid = bf_first->bf_state.bfs_tid; local
4828 int tid = bf_first->bf_state.bfs_tid; local
5169 int tid = bf->bf_state.bfs_tid; local
5371 ath_tx_tid_swq_depth_bytes(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid) argument
5427 ath_tx_tid_hw_queue_aggr(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid) argument
5658 ath_tx_tid_hw_queue_norm(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid) argument
5752 struct ath_tid *tid, *next, *last; local
5857 ath_tx_get_tx_tid(struct ath_node *an, int tid) argument
5873 ath_tx_ampdu_running(struct ath_softc *sc, struct ath_node *an, int tid) argument
5891 ath_tx_ampdu_pending(struct ath_softc *sc, struct ath_node *an, int tid) argument
5922 int tid = tap->txa_tid; local
6000 int tid = tap->txa_tid; local
6046 int tid = tap->txa_tid; local
6123 struct ath_tid *tid; local
6181 int tid = tap->txa_tid; local
6254 int tid = tap->txa_tid; local
6313 int tid; local
6350 int tid; local
[all...]
H A Dif_ath_tx_ht.h63 struct ath_tid *tid, ath_bufhead *bf_q);
H A Dif_ath_tx.h105 struct ath_tid *tid);
107 struct ath_tid *tid);
114 struct ath_tid *tid, struct ath_buf *bf);
116 int tid);
117 extern void ath_tx_tid_sched(struct ath_softc *sc, struct ath_tid *tid);
H A Dif_athrate.h142 int shortPreamble, size_t frameLen, int tid, int is_aggr,
/haiku/src/tests/kits/app/blooper/
H A DLooperForThreadTest.cpp23 @case tid is valid
28 thread_id tid = Looper->Run(); local
29 CPPUNIT_ASSERT(Looper == BLooper::LooperForThread(tid));
36 @case tid is not valid
H A DRunTest.cpp44 thread_id tid = Looper->Run(); local
45 CPPUNIT_ASSERT(tid == Looper->Thread());
/haiku/src/bin/unzip/
H A Dglobals.c75 ulg tid = GetThreadId(); local
87 threadIdTable [scan] = tid;
98 ulg tid = GetThreadId(); local
101 while (threadIdTable[scan] != tid && scan < THREADID_ENTRIES)
131 ulg tid = GetThreadId(); local
133 while (threadIdTable[scan] != tid && scan < THREADID_ENTRIES)
H A Dglobalsf.c71 ulg tid = GetThreadId(); local
83 threadIdTable [scan] = tid;
94 ulg tid = GetThreadId(); local
97 while (threadIdTable[scan] != tid && scan < THREADID_ENTRIES)
127 ulg tid = GetThreadId(); local
129 while (threadIdTable[scan] != tid && scan < THREADID_ENTRIES)
/haiku/headers/private/app/
H A DLooperList.h40 BLooper* LooperForThread(thread_id tid);
62 FindThreadPred(thread_id tid) : thread(tid) {} argument
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_input.h205 uint8_t tid; local
226 tid = ieee80211_gettid(wh);
233 if (tid < WME_NUM_TID) {
234 rap = &ni->ni_rx_ampdu[tid];
250 if (SEQNO(ni->ni_rxseqs[tid]) == 4095) {
254 if (SEQ_EQ(rxseq, ni->ni_rxseqs[tid]) &&
272 SEQ_LEQ(rxseq, ni->ni_rxseqs[tid]))
283 ni->ni_rxseqs[tid] = rxseq;
296 "seqno <%u,%u> fragno <%u,%u> tid %u",
297 SEQNO(rxseq), SEQNO(ni->ni_rxseqs[tid]),
[all...]
H A Dieee80211_ht.c543 ampdu_rx_add_slot(struct ieee80211_rx_ampdu *rap, int off, int tid, argument
610 "seqno %u tid %u BA win <%u:%u> off=%d, qlen=%d, maxqlen=%d",
611 rxseq, tid, rap->rxa_start,
638 "seqno %u tid %u BA win <%u:%u>",
639 rxseq, tid, rap->rxa_start,
645 "seqno %d tid %u pktflags 0x%08x\n",
646 rxseq, tid, rxs->c_pktflags);
731 ieee80211_ampdu_rx_start_ext(struct ieee80211_node *ni, int tid, int seq, int baw) argument
735 /* XXX TODO: sanity check tid, seq, baw */
737 rap = &ni->ni_rx_ampdu[tid];
777 ieee80211_ampdu_rx_stop_ext(struct ieee80211_node *ni, int tid) argument
1011 uint8_t tid; local
1234 int tid, off; local
1311 int tid; local
1380 uint8_t tid; local
1462 int tid; local
2299 ieee80211_ampdu_tx_request_ext(struct ieee80211_node *ni, int tid) argument
2322 ieee80211_ampdu_tx_request_active_ext(struct ieee80211_node *ni, int tid, int status) argument
2354 int bufsiz, tid; local
2413 int tid; local
2489 int tid, bufsiz; local
2567 int tid; local
2684 int tid, dialogtoken; local
2914 int tid, ret; local
[all...]
H A Dieee80211_ht.h238 int ieee80211_ampdu_rx_start_ext(struct ieee80211_node *ni, int tid,
240 void ieee80211_ampdu_rx_stop_ext(struct ieee80211_node *ni, int tid);
241 int ieee80211_ampdu_tx_request_ext(struct ieee80211_node *ni, int tid);
243 int tid, int status);
H A Dieee80211_proto.h333 uint8_t tid; local
337 tid = ((const struct ieee80211_qosframe_addr4 *)wh)->
340 tid = ((const struct ieee80211_qosframe *)wh)->i_qos[0];
341 tid &= IEEE80211_QOS_TID;
343 tid = IEEE80211_NONQOS_TID;
344 return tid;
/haiku/src/kits/shared/
H A DCommandPipe.cpp184 thread_id tid = Pipe(stdOut, stdErr); local
187 return tid;
196 thread_id tid = Pipe(fStdOut, fStdErr); local
197 if (tid >= 0)
198 resume_thread(tid);
209 return tid;
218 thread_id tid = PipeAll(fStdOut); local
219 if (tid >= 0)
220 resume_thread(tid);
226 return tid;
[all...]
/haiku/src/servers/app/
H A DServerCursor.h42 void SetOwningTeam(team_id tid) argument
43 { fOwningTeam = tid; }
/haiku/src/tests/kits/app/bhandler/
H A DLockLooperTest.cpp81 thread_id tid = spawn_thread(LockLooperThreadFunc, "LockLooperHelperThread", local
83 resume_thread(tid);
H A DLockLooperWithTimeoutTest.cpp85 thread_id tid = spawn_thread(LockLooperThreadFunc, "LockLooperHelperThread", local
87 resume_thread(tid);
/haiku/src/tests/system/libroot/posix/
H A Dpthread_signal_test.cpp13 static pthread_t tid[4]; variable
113 pthread_kill(tid[i], SIGUSR1);
132 pthread_kill(tid[i], SIGUSR1);
157 if (pthread_create(&tid[i], &attributes, threadStart, &id[i]) != 0)
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dprocessheap.h199 int tid = find_thread(NULL) & _numProcessorsMask;
200 assert(tid < fMaxThreadHeaps);
201 return tid;
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_proto.c680 u_int8_t tid; local
684 tid = ((caddr_t)ba - (caddr_t)ni->ni_tx_ba) / sizeof(*ba);
688 if (ni->ni_addba_req_intval[tid] <
690 ni->ni_addba_req_intval[tid]++;
697 IEEE80211_REASON_SETUP_REQUIRED << 16 | 1 << 8 | tid);
702 1, tid);
713 u_int8_t tid; local
721 tid = ((caddr_t)ba - (caddr_t)ni->ni_rx_ba) / sizeof(*ba);
722 ieee80211_delba_request(ic, ni, IEEE80211_REASON_TIMEOUT, 0, tid);
732 u_int16_t ssn, u_int8_t tid)
731 ieee80211_addba_request(struct ieee80211com *ic, struct ieee80211_node *ni, u_int16_t ssn, u_int8_t tid) argument
780 ieee80211_delba_request(struct ieee80211com *ic, struct ieee80211_node *ni, u_int16_t reason, u_int8_t dir, u_int8_t tid) argument
1007 int tid; local
[all...]
H A Dieee80211_input.c275 u_int8_t dir, type, subtype, tid; local
317 tid = qos & IEEE80211_QOS_TID;
320 tid = 0;
331 int ba_state = ni->ni_rx_ba[tid].ba_state;
354 ether_sprintf(ni->ni_macaddr), tid));
358 IEEE80211_REASON_SETUP_REQUIRED << 16 | tid);
372 ieee80211_input_ba(ic, m, ni, tid, rxi, ml);
378 * Apparently, qos frames for a tid where a
381 * to the sequence number for this tid.
383 ieee80211_input_ba(ic, m, ni, tid, rx
818 ieee80211_input_ba(struct ieee80211com *ic, struct mbuf *m, struct ieee80211_node *ni, int tid, struct ieee80211_rxinfo *rxi, struct mbuf_list *ml) argument
901 ieee80211_input_ba_seq(struct ieee80211com *ic, struct ieee80211_node *ni, uint8_t tid, uint16_t max_seq, struct mbuf_list *ml) argument
1016 ieee80211_ba_move_window(struct ieee80211com *ic, struct ieee80211_node *ni, u_int8_t tid, u_int16_t ssn, struct mbuf_list *ml) argument
2838 u_int8_t token, tid; local
2955 ieee80211_addba_req_accept(struct ieee80211com *ic, struct ieee80211_node *ni, uint8_t tid) argument
2973 ieee80211_addba_req_refuse(struct ieee80211com *ic, struct ieee80211_node *ni, uint8_t tid) argument
3006 u_int8_t token, tid; local
3076 ieee80211_addba_resp_accept(struct ieee80211com *ic, struct ieee80211_node *ni, uint8_t tid) argument
3096 ieee80211_addba_resp_refuse(struct ieee80211com *ic, struct ieee80211_node *ni, uint8_t tid, uint16_t status) argument
3119 u_int8_t tid; local
3420 u_int8_t tid, ntids; local
3467 ieee80211_bar_tid(struct ieee80211com *ic, struct ieee80211_node *ni, u_int8_t tid, u_int16_t ssn) argument
[all...]
H A Dieee80211_output.c500 int tid, uint16_t ssn)
505 m = ieee80211_get_compressed_bar(ic, ni, tid, ssn);
536 int addqos, tid; local
623 tid = ieee80211_classify(ic, m);
624 ba = &ni->ni_tx_ba[tid];
630 ieee80211_node_trigger_addba_req(ni, tid);
658 u_int16_t qos = tid;
660 if (ic->ic_tid_noack & (1 << tid))
669 htole16(ni->ni_qos_txseqs[tid] << IEEE80211_SEQ_SEQ_SHIFT);
670 ni->ni_qos_txseqs[tid]
499 ieee80211_tx_compressed_bar(struct ieee80211com *ic, struct ieee80211_node *ni, int tid, uint16_t ssn) argument
1591 ieee80211_get_addba_req(struct ieee80211com *ic, struct ieee80211_node *ni, u_int8_t tid) argument
1617 ieee80211_output_ba_move_window(struct ieee80211com *ic, struct ieee80211_node *ni, uint8_t tid, uint16_t ssn) argument
1639 ieee80211_output_ba_move_window_to_first_unacked(struct ieee80211com *ic, struct ieee80211_node *ni, uint8_t tid, uint16_t ssn) argument
1661 ieee80211_output_ba_record_ack(struct ieee80211com *ic, struct ieee80211_node *ni, uint8_t tid, uint16_t ssn) argument
1689 ieee80211_get_addba_resp(struct ieee80211com *ic, struct ieee80211_node *ni, u_int8_t tid, u_int8_t token, u_int16_t status) argument
1730 ieee80211_get_delba(struct ieee80211com *ic, struct ieee80211_node *ni, u_int8_t tid, u_int8_t dir, u_int16_t reason) argument
1985 ieee80211_get_compressed_bar(struct ieee80211com *ic, struct ieee80211_node *ni, int tid, uint16_t ssn) argument
[all...]
/haiku/src/servers/print/
H A DPrintServerApp.R5.cpp166 thread_id tid = spawn_thread(async_thread, "async", B_NORMAL_PRIORITY, local
169 if (tid > 0) {
170 resume_thread(tid);
/haiku/src/tests/kits/net/
H A DNetEndpointTest.cpp337 thread_id tid = spawn_thread(testClient, "client", B_NORMAL_PRIORITY, NULL); local
338 if (tid < 0) {
339 fprintf(stderr, "spawn_thread() failed: %s\n", strerror(tid));
343 testServer(tid);
346 wait_for_thread(tid, &clientStatus);
/haiku/src/apps/poorman/
H A DPoorManServer.cpp214 thread_id tid; local
275 tid = spawn_thread(
281 if (tid < B_OK) {
288 send_data(tid, 512, &hc, sizeof(httpd_conn*));
290 resume_thread(tid);

Completed in 443 milliseconds

1234