Home
last modified time | relevance | path

Searched refs:MacID (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/staging/r8188eu/include/
DHal8188ERateAdaptive.h44 int ODM_RAInfo_Init(struct odm_dm_struct *dm_odm, u8 MacID);
46 u8 ODM_RA_GetShortGI_8188E(struct odm_dm_struct *dm_odm, u8 MacID);
48 u8 ODM_RA_GetDecisionRate_8188E(struct odm_dm_struct *dm_odm, u8 MacID);
50 u8 ODM_RA_GetHwPwrStatus_8188E(struct odm_dm_struct *dm_odm, u8 MacID);
51 void ODM_RA_UpdateRateInfo_8188E(struct odm_dm_struct *dm_odm, u8 MacID,
Dodm_HWConfig.h102 u8 MacID,
/Linux-v5.15/drivers/staging/r8188eu/hal/
Dusb_halinit.c1982 u8 MacID = *((u8 *)pValue); in GetHalDefVar8188EUsb() local
1983 *((u8 *)pValue) = ODM_RA_GetDecisionRate_8188E(&haldata->odmpriv, MacID); in GetHalDefVar8188EUsb()
1988 u8 MacID = *((u8 *)pValue); in GetHalDefVar8188EUsb() local
1989 *((u8 *)pValue) = ODM_RA_GetShortGI_8188E(&haldata->odmpriv, MacID); in GetHalDefVar8188EUsb()
1994 u8 MacID = *((u8 *)pValue); in GetHalDefVar8188EUsb() local
1995 *((u8 *)pValue) = ODM_RA_GetHwPwrStatus_8188E(&haldata->odmpriv, MacID); in GetHalDefVar8188EUsb()