Searched refs:total_bytes (Results 1 – 4 of 4) sorted by relevance
364 uint16_t total_bytes; member
609 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()
2270 uint16_t chunk_len, total_bytes; in send_pdev_utf_cmd_tlv() local2278 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()
13093 A_UINT32 total_bytes; /* total bytes in each arena */ member