Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_main.h665 qdf_size_t init_buffer_count(qdf_size_t maxSize);
H A Dhif_main.c265 qdf_size_t init_buffer_count(qdf_size_t maxSize) in init_buffer_count() argument
267 return maxSize; in init_buffer_count()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c71 uint16_t maxSize; member
435 uint32_t maxSize; member
15610 if (len > pIe->maxSize - pIe->noui - 2U) { in unpack_core()
17498 } else if (len > pTlv->maxSize - npec - (pTlv->sType + pTlv->sLen)) { in unpack_tlv_core()