Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_sta_tlv.c1787 uint32_t ptrn_len, ptrn_len_aligned; in send_process_add_periodic_tx_ptrn_cmd_tlv() local
1791 ptrn_len_aligned = roundup(ptrn_len, sizeof(uint32_t)); in send_process_add_periodic_tx_ptrn_cmd_tlv()
1793 WMI_TLV_HDR_SIZE + ptrn_len_aligned; in send_process_add_periodic_tx_ptrn_cmd_tlv()
1816 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_BYTE, ptrn_len_aligned); in send_process_add_periodic_tx_ptrn_cmd_tlv()