Home
last modified time | relevance | path

Searched refs:available (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_trace.c1177 int32_t available = QDF_DP_TRACE_RECORD_SIZE; in qdf_dp_fill_record_data() local
1185 if (metadata_size > available) { in qdf_dp_fill_record_data()
1192 available = available - metadata_size; in qdf_dp_fill_record_data()
1198 if (data && (data_size > 0) && (available > 0)) { in qdf_dp_fill_record_data()
1200 if (data_size > available) in qdf_dp_fill_record_data()
1201 data_to_copy = available; in qdf_dp_fill_record_data()
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
Dlim_session.h684 uint8_t available; member
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms2803 //TODO: take it out when generic fix to remove extra bytes in IE is available.
2849 //TODO: take it out when generic fix to remove extra bytes in IE is available.
3740 // available on the AP. A
3856 // available on the AP. A
3915 // available on the AP. A
/wlan-driver/qcacld-3.0/
DKbuild54 # composite support. The nested composite support is available in some
55 # MSM kernels, and is available in 5.10 GKI kernels beginning with
56 # 5.10.20, but unfortunately is not available in any upstream kernel.