Searched defs:BA (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/rtl8192e/
H A Drtl819x_BAProc.c288 RTLLIB_DEBUG(RTLLIB_DL_ERR, "BA Policy is not correct in "
314 struct ba_record BA; local
316 BA.BaParamSet = *pBaParamSet;
317 BA.BaTimeoutValue = *pBaTimeoutVal;
318 BA.DialogToken = *pDialogToken;
319 BA.BaParamSet.field.BAPolicy = BA_POLICY_IMMEDIATE;
320 rtllib_send_ADDBARsp(ieee, dst, &BA, rc);
383 "BA invalid, DELBA!\n");
387 RTLLIB_DEBUG(RTLLIB_DL_BA, "OnADDBARsp(): Recv ADDBA Rsp. BA "
419 struct ba_record BA; local
[all...]
/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_BAProc.c2 * This file is created to process BA Action Frame. According to 802.11 spec, there are 3 BA action types at all. And as BA is
11 *function: Activate BA entry. And if Time is nozero, start timer.
12 * input: PBA_RECORD pBA //BA entry to be enabled
24 *function: deactivate BA entry, including its timer.
25 * input: PBA_RECORD pBA //BA entry to be disabled
34 *function: deactivete BA entry in Tx Ts, and send DELBA.
36 * PTX_TS_RECORD pTxTs //Tx Ts which is to deactivate BA entry.
42 PBA_RECORD pAdmittedBa = &pTxTs->TxAdmittedBARecord; //These two BA entrie
420 BA_RECORD BA; local
559 BA_RECORD BA; local
[all...]
/drivers/video/fbdev/
H A Dstifb.c381 #define BA(F,C,S,A,J,B,I) \ macro
630 BA(IndexedDcd, Otc04, Ots08, AddrLong,
672 BA(IndexedDcd, Otc32, OtsIndirect,
725 BA(IndexedDcd, Otc04, Ots08, AddrLong,

Completed in 210 milliseconds