OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_RX_PKT_DESC
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_host_int.h
108
#define
NUM_RX_PKT_DESC
8 /* Number of Rx packets short descriptors in the W status */
136
uint32 rxPktsDesc[
NUM_RX_PKT_DESC
]; /* Array of Rx packets short descriptors (see RX_DESC_SET/GET...) */
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/
RxXfer.h
103
TI_UINT32 aRxPktsDesc[
NUM_RX_PKT_DESC
]; /* Array of Rx packets short descriptors (see RX_DESC_SET/GET...) */
RxXfer.c
74
#if (
NUM_RX_PKT_DESC
& (
NUM_RX_PKT_DESC
- 1))
75
#error
NUM_RX_PKT_DESC
is not a power of 2 which may degrade performance when we calculate modulo!!
114
TI_UINT32 aRxPktsDesc[
NUM_RX_PKT_DESC
]; /* Save Rx packets short descriptors from FwStatus */
400
if ((pFwStatusCounters->fwRxCntr %
NUM_RX_PKT_DESC
) == (pRxXfer->uFwRxCntr %
NUM_RX_PKT_DESC
))
412
for (i = 0; i <
NUM_RX_PKT_DESC
; i++)
466
uFwIndex = pRxXfer->uFwRxCntr %
NUM_RX_PKT_DESC
;
471
uDrvIndex = pRxXfer->uDrvRxCntr %
NUM_RX_PKT_DESC
;
[
all
...]
Completed in 49 milliseconds