ce.c (31aeaf547d7e3b64ba5d5442dabc530bdb9e216e) ce.c (2c5545bfa29dd5305fa770959890a23ea39b5e69)
1// SPDX-License-Identifier: BSD-3-Clause-Clear
2/*
3 * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
4 */
5
6#include "dp_rx.h"
7#include "debug.h"
8#include "hif.h"

--- 63 unchanged lines hidden (view full) ---

72 .flags = CE_ATTR_FLAGS,
73 .src_nentries = 32,
74 .src_sz_max = 2048,
75 .dest_nentries = 0,
76 },
77
78 /* CE8: target autonomous hif_memcpy */
79 {
1// SPDX-License-Identifier: BSD-3-Clause-Clear
2/*
3 * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
4 */
5
6#include "dp_rx.h"
7#include "debug.h"
8#include "hif.h"

--- 63 unchanged lines hidden (view full) ---

72 .flags = CE_ATTR_FLAGS,
73 .src_nentries = 32,
74 .src_sz_max = 2048,
75 .dest_nentries = 0,
76 },
77
78 /* CE8: target autonomous hif_memcpy */
79 {
80 .flags = CE_ATTR_FLAGS,
80 .flags = CE_ATTR_FLAGS | CE_ATTR_DIS_INTR,
81 .src_nentries = 0,
82 .src_sz_max = 0,
83 .dest_nentries = 0,
84 },
85
86 /* CE9: host->target WMI (mac2) */
87 {
88 .flags = CE_ATTR_FLAGS,

--- 972 unchanged lines hidden ---
81 .src_nentries = 0,
82 .src_sz_max = 0,
83 .dest_nentries = 0,
84 },
85
86 /* CE9: host->target WMI (mac2) */
87 {
88 .flags = CE_ATTR_FLAGS,

--- 972 unchanged lines hidden ---