Searched refs:pTsCommonInfo (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ |
H A D | rtl819x_TSProc.c | 106 eth_zero_addr(pTsCommonInfo->addr); in ResetTsCommonInfo() 109 pTsCommonInfo->t_clas_proc = 0; in ResetTsCommonInfo() 110 pTsCommonInfo->t_clas_num = 0; in ResetTsCommonInfo() 192 struct ts_common_info *pTsCommonInfo, u32 InactTime) in AdmitTS() argument 194 del_timer_sync(&pTsCommonInfo->setup_timer); in AdmitTS() 195 del_timer_sync(&pTsCommonInfo->inact_timer); in AdmitTS() 198 mod_timer(&pTsCommonInfo->inact_timer, in AdmitTS() 271 if (pTsCommonInfo == NULL) in MakeTSEntry() 274 memcpy(pTsCommonInfo->addr, Addr, 6); in MakeTSEntry() 282 pTsCommonInfo->t_clas_proc = TCLAS_Proc; in MakeTSEntry() [all …]
|
H A D | rtl819x_BAProc.c | 637 TsInitDelBA(struct ieee80211_device *ieee, struct ts_common_info *pTsCommonInfo, enum tr_select TxR… in TsInitDelBA() argument 640 struct tx_ts_record *pTxTs = (struct tx_ts_record *)pTsCommonInfo; in TsInitDelBA() 645 pTsCommonInfo->addr, in TsInitDelBA() 650 struct rx_ts_record *pRxTs = (struct rx_ts_record *)pTsCommonInfo; in TsInitDelBA() 654 pTsCommonInfo->addr, in TsInitDelBA()
|
H A D | ieee80211.h | 2325 struct ts_common_info *pTsCommonInfo, enum tr_select TxRxSelect);
|
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | rtl819x_TSProc.c | 95 static void ResetTsCommonInfo(struct ts_common_info *pTsCommonInfo) in ResetTsCommonInfo() argument 97 eth_zero_addr(pTsCommonInfo->Addr); in ResetTsCommonInfo() 98 memset(&pTsCommonInfo->TSpec, 0, sizeof(union tspec_body)); in ResetTsCommonInfo() 100 pTsCommonInfo->TClasProc = 0; in ResetTsCommonInfo() 101 pTsCommonInfo->TClasNum = 0; in ResetTsCommonInfo() 231 if (!pTsCommonInfo) in MakeTSEntry() 234 memcpy(pTsCommonInfo->Addr, Addr, 6); in MakeTSEntry() 237 memcpy((u8 *)(&(pTsCommonInfo->TSpec)), (u8 *)pTSPEC, in MakeTSEntry() 241 memcpy((u8 *)(&(pTsCommonInfo->TClass[count])), in MakeTSEntry() 244 pTsCommonInfo->TClasProc = TCLAS_Proc; in MakeTSEntry() [all …]
|
H A D | rtl819x_BAProc.c | 488 struct ts_common_info *pTsCommonInfo, in rtllib_ts_init_del_ba() argument 493 (struct tx_ts_record *)pTsCommonInfo; in rtllib_ts_init_del_ba() 496 rtllib_send_DELBA(ieee, pTsCommonInfo->Addr, in rtllib_ts_init_del_ba() 503 (struct rx_ts_record *)pTsCommonInfo; in rtllib_ts_init_del_ba() 505 rtllib_send_DELBA(ieee, pTsCommonInfo->Addr, in rtllib_ts_init_del_ba()
|
H A D | rtllib.h | 2004 struct ts_common_info *pTsCommonInfo,
|