Searched refs:available (Results 1 – 4 of 4) sorted by relevance
1177 int32_t available = QDF_DP_TRACE_RECORD_SIZE; in qdf_dp_fill_record_data() local1185 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()
684 uint8_t available; member
2803 //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. A3856 // available on the AP. A3915 // available on the AP. A
54 # composite support. The nested composite support is available in some55 # MSM kernels, and is available in 5.10 GKI kernels beginning with56 # 5.10.20, but unfortunately is not available in any upstream kernel.