Searched refs:bufp_len (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
H A D | wmi_unified_tlv.c | 4682 int32_t bufp_len = (param->frm_len < mgmt_tx_dl_frm_len) ? param->frm_len : in send_mgmt_cmd_tlv() local 4693 roundup(bufp_len, sizeof(uint32_t)); in send_mgmt_cmd_tlv() 4711 WMITLV_SET_HDR(bufp, WMITLV_TAG_ARRAY_BYTE, roundup(bufp_len, in send_mgmt_cmd_tlv() 4714 qdf_mem_copy(bufp, param->pdata, bufp_len); in send_mgmt_cmd_tlv() 4717 cmd->buf_len = bufp_len; in send_mgmt_cmd_tlv() 4725 bufp += roundup(bufp_len, sizeof(uint32_t)); in send_mgmt_cmd_tlv() 4766 int32_t bufp_len = (param->frm_len < mgmt_tx_dl_frm_len) ? param->frm_len : in send_mgmt_cmd_tlv() local 4771 roundup(bufp_len, sizeof(uint32_t)); in send_mgmt_cmd_tlv() 4791 WMITLV_SET_HDR(bufp, WMITLV_TAG_ARRAY_BYTE, roundup(bufp_len, in send_mgmt_cmd_tlv() 4800 WMI_HOST_IF_MSG_COPY_CHAR_ARRAY(bufp, param->pdata, bufp_len); in send_mgmt_cmd_tlv() [all …]
|