Searched refs:MacID (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | hal8188e_rate_adaptive.h | 54 int ODM_RAInfo_Init(struct odm_dm_struct *dm_odm, u8 MacID); 56 u8 ODM_RA_GetShortGI_8188E(struct odm_dm_struct *dm_odm, u8 MacID); 58 u8 ODM_RA_GetDecisionRate_8188E(struct odm_dm_struct *dm_odm, u8 MacID); 60 u8 ODM_RA_GetHwPwrStatus_8188E(struct odm_dm_struct *dm_odm, u8 MacID); 61 void ODM_RA_UpdateRateInfo_8188E(struct odm_dm_struct *dm_odm, u8 MacID,
|
D | odm_HWConfig.h | 105 u8 MacID,
|
/Linux-v4.19/drivers/staging/rtl8188eu/hal/ |
D | usb_halinit.c | 1826 u8 MacID = *((u8 *)pValue); in rtw_hal_get_def_var() local 1828 *((u8 *)pValue) = ODM_RA_GetDecisionRate_8188E(&haldata->odmpriv, MacID); in rtw_hal_get_def_var() 1833 u8 MacID = *((u8 *)pValue); in rtw_hal_get_def_var() local 1835 *((u8 *)pValue) = ODM_RA_GetShortGI_8188E(&haldata->odmpriv, MacID); in rtw_hal_get_def_var() 1840 u8 MacID = *((u8 *)pValue); in rtw_hal_get_def_var() local 1842 *((u8 *)pValue) = ODM_RA_GetHwPwrStatus_8188E(&haldata->odmpriv, MacID); in rtw_hal_get_def_var()
|