Searched refs:numBytes (Results 1 – 3 of 3) sorted by relevance
38 #define wmi_tlv_os_mem_alloc(scn, ptr, numBytes) \ argument40 (ptr) = qdf_mem_malloc(numBytes); \
49 #define LIM_CONVERT_SIZE_BITS(numBytes) ((numBytes) * 8) argument
4580 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 …]