Searched refs:frames (Results 1 – 22 of 22) sorted by relevance
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
H A D | ol_tx_sched.c | 194 u_int16_t frames, used_credits = 0, tx_limit, tx_limit_flag = 0; in ol_tx_sched_select_batch_rr() local 211 frames = next_tq->frms; /* download as many frames as credit allows */ in ol_tx_sched_select_batch_rr() 213 frames, in ol_tx_sched_select_batch_rr() 215 frames = ol_tx_dequeue( in ol_tx_sched_select_batch_rr() 217 ol_tx_bad_peer_update_tx_limit(pdev, next_tq, frames, tx_limit_flag); in ol_tx_sched_select_batch_rr() 220 txq_queue->frms -= frames; in ol_tx_sched_select_batch_rr() 240 sctx->frms += frames; in ol_tx_sched_select_batch_rr() 335 int tid, int frames, int bytes) in ol_tx_sched_txq_discard_rr() argument 345 txq_queue->frms -= frames; in ol_tx_sched_txq_discard_rr() 744 int frames, bytes, used_credits = 0, tx_limit; in ol_tx_sched_select_batch_wrr_adv() local [all …]
|
H A D | ol_tx_queue.h | 353 u_int16_t frames, 415 u_int16_t frames, in ol_tx_bad_peer_update_tx_limit() argument
|
H A D | ol_tx_sched.h | 43 int frames; member
|
H A D | ol_rx.h | 67 void ol_rx_frames_free(htt_pdev_handle htt_pdev, qdf_nbuf_t frames);
|
H A D | ol_tx_queue.c | 289 notify_ctx.frames = 1; in ol_tx_enqueue() 844 u_int16_t frames, in ol_tx_bad_peer_update_tx_limit() argument 860 if (txq->peer->tx_limit < frames) in ol_tx_bad_peer_update_tx_limit() 863 txq->peer->tx_limit -= frames; in ol_tx_bad_peer_update_tx_limit() 867 txq->peer->peer_ids[0], frames); in ol_tx_bad_peer_update_tx_limit() 870 txq->peer->peer_ids[0], frames); in ol_tx_bad_peer_update_tx_limit()
|
H A D | ol_rx.c | 1546 void ol_rx_frames_free(htt_pdev_handle htt_pdev, qdf_nbuf_t frames) in ol_rx_frames_free() argument 1548 qdf_nbuf_t next, frag = frames; in ol_rx_frames_free()
|
/wlan-driver/wpa_supplicant_8/hostapd/ |
H A D | README |
|
H A D | README-MULTI-AP |
|
H A D | ChangeLog |
|
H A D | defconfig |
|
H A D | android.config |
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ |
H A D | ChangeLog |
|
H A D | todo.txt |
|
H A D | README-P2P |
|
H A D | android.config |
|
H A D | README-HS20 |
|
H A D | defconfig |
|
H A D | README |
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
H A D | dot11f.frms | 24 * \brief Primary 'frames' file for the MAC parser 27 * This file defines several 802.11 frames (along with their associated 28 * constituents) in a little language called "frames". When run through the 29 * 'framesc' program, it will generate C code for working with these frames: 33 * For more information on the "frames" language, run 'framesc --help'... 45 // Define some mnemonic constants; these are just for our use with the frames 1229 * The AP includes this field in Beacon and Probe Response frames so 3868 // the WSC IE differs in those two frames, we'd often see warning messages 3874 // I created this MULTIIE to stuff into the BeaconIEs frames to avoid this.
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_rx_defrag.c | 78 static void dp_rx_defrag_frames_free(qdf_nbuf_t frames) in dp_rx_defrag_frames_free() argument 80 qdf_nbuf_t next, frag = frames; in dp_rx_defrag_frames_free()
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
H A D | wpa_supplicant.sgml |
|
/wlan-driver/qcacld-3.0/ |
H A D | Kbuild | 4034 #sta support to tx P2P action frames
|