Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_tlv_platform.c38 #define wmi_tlv_os_mem_alloc(scn, ptr, numBytes) \ argument
40 (ptr) = qdf_mem_malloc(numBytes); \
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_admit_control.c49 #define LIM_CONVERT_SIZE_BITS(numBytes) ((numBytes) * 8) argument
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c4580 uint16_t numBytes = 0, freeBytes = 0;
4636 numBytes += 1 + 1 + eseBcnReportMandatoryIe.ssId.length;
4645 numBytes +=
4653 numBytes += 1 + 1 + WLAN_FH_PARAM_IE_MAX_LEN;
4660 numBytes += 1 + 1 + WLAN_DS_PARAM_IE_MAX_LEN;
4667 numBytes += 1 + 1 + WLAN_CF_PARAM_IE_MAX_LEN;
4676 numBytes += 1 + 1 + SIR_MAC_TIM_EID_MIN;
4684 numBytes += 1 + 1 + WLAN_RM_CAPABILITY_IE_MAX_LEN;
4687 *outIeBuf = qdf_mem_malloc(numBytes);
4693 *pOutIeLen = numBytes;
[all …]