Home
last modified time | relevance | path

Searched refs:buf_is_allocated (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_tlv_helper.c892 cmd_param_tlvs_ptr[tlv_index].buf_is_allocated = 1; /* Indicates that buffer is allocated */ in wmitlv_check_and_pad_tlvs()
907 …cmd_param_tlvs_ptr[tlv_index].buf_is_allocated = 0; /* Indicates that buffer is not allocated … in wmitlv_check_and_pad_tlvs()
962 cmd_param_tlvs_ptr[tlv_index].buf_is_allocated = 1; /* Indicates that buffer is allocated */ in wmitlv_check_and_pad_tlvs()
/wlan-driver/fw-api/fw/
H A Dwmi_tlv_defs.h96 …A_UINT32 buf_is_allocated;/* Boolean flag to indicate that a new buffer is allocated for this TLV.… member