OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:busyacbitmap
(Results
1 - 6
of
6
) sorted by null
/hardware/ti/wlan/wl1271/stad/src/Data_link/
txCtrl.c
216
pTxCtrl->
busyAcBitmap
= 0;
365
pTxCtrl->
busyAcBitmap
|= uBackpressure; /* Set the busy bit of the current AC. */
456
pTxCtrl->
busyAcBitmap
|= uBackpressure; /* Set the busy bit of the current AC. */
[
all
...]
txCtrl.h
123
TI_UINT32
busyAcBitmap
; /* Current bitmap of busy ACs (in HW-Q backpressure format). */
txCtrlParams.c
707
WLAN_OS_REPORT(("
busyAcBitmap
= 0x%x\n", pTxCtrl->
busyAcBitmap
));
[
all
...]
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
txCtrl.c
215
pTxCtrl->
busyAcBitmap
= 0;
363
pTxCtrl->
busyAcBitmap
|= uBackpressure; /* Set the busy bit of the current AC. */
454
pTxCtrl->
busyAcBitmap
|= uBackpressure; /* Set the busy bit of the current AC. */
[
all
...]
txCtrl.h
121
TI_UINT32
busyAcBitmap
; /* Current bitmap of busy ACs (in HW-Q backpressure format). */
txCtrlParams.c
698
WLAN_OS_REPORT(("
busyAcBitmap
= 0x%x\n", pTxCtrl->
busyAcBitmap
));
[
all
...]
Completed in 79 milliseconds