Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/cfr/inc/
Dtarget_if_cfr_enh.h364 uint16_t total_bytes; member
/wlan-driver/qca-wifi-host-cmn/target_if/cfr/src/
Dtarget_if_cfr_enh.c609 dma_hdr->total_bytes, in dump_enh_dma_hdr()
644 dma_hdr->total_bytes, in dump_enh_dma_hdr()
699 dma_hdr->total_bytes, in dump_enh_dma_hdr()
1551 length += dma_hdr.total_bytes; /* size of cfr data */ in enh_cfr_dbr_event_handler()
1568 lut->payload_length = dma_hdr.total_bytes; in enh_cfr_dbr_event_handler()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c2270 uint16_t chunk_len, total_bytes; in send_pdev_utf_cmd_tlv() local
2278 total_bytes = param->len; in send_pdev_utf_cmd_tlv()
2279 ASSERT(total_bytes / MAX_WMI_UTF_LEN == in send_pdev_utf_cmd_tlv()
2280 (uint8_t) (total_bytes / MAX_WMI_UTF_LEN)); in send_pdev_utf_cmd_tlv()
2281 numSegments = (uint8_t) (total_bytes / MAX_WMI_UTF_LEN); in send_pdev_utf_cmd_tlv()
2306 segHdrInfo.len = total_bytes; in send_pdev_utf_cmd_tlv()
2317 total_bytes, segNumber, numSegments, chunk_len); in send_pdev_utf_cmd_tlv()
/wlan-driver/fw-api/fw/
Dwmi_unified.h13093 A_UINT32 total_bytes; /* total bytes in each arena */ member