Lines Matching +full:data +full:- +full:mapping
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (C) 2014-2015 Broadcom Corporation
27 * iProc PCIe outbound mapping
30 * @nr_windows: total number of supported outbound mapping windows
38 * iProc PCIe inbound mapping
39 * @nr_regions: total number of supported inbound mapping regions
52 * @dev: pointer to device data structure
68 * @need_ob_cfg: indicates SW needs to configure the outbound mapping window
69 * @ob: outbound mapping related parameters
70 * @ob_map: outbound mapping related parameters specific to the controller
72 * @need_ib_cfg: indicates SW needs to configure the inbound mapping window
73 * @ib: inbound mapping related parameters
74 * @ib_map: outbound mapping region related parameters
78 * @msi: MSI data
118 return -ENODEV; in iproc_msi_init()