/Linux-v4.19/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_main.c | 88 struct ib_port_immutable *immutable) in ocrdma_port_immutable() argument 95 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE; in ocrdma_port_immutable() 97 immutable->core_cap_flags |= RDMA_CORE_CAP_PROT_ROCE_UDP_ENCAP; in ocrdma_port_immutable() 103 immutable->pkey_tbl_len = attr.pkey_tbl_len; in ocrdma_port_immutable() 104 immutable->gid_tbl_len = attr.gid_tbl_len; in ocrdma_port_immutable() 105 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in ocrdma_port_immutable()
|
/Linux-v4.19/tools/testing/selftests/efivarfs/ |
D | open-unlink.c | 13 static int set_immutable(const char *path, int immutable) in set_immutable() argument 32 if (immutable) in set_immutable()
|
/Linux-v4.19/drivers/infiniband/hw/qedr/ |
D | main.c | 100 struct ib_port_immutable *immutable) in qedr_roce_port_immutable() argument 109 immutable->pkey_tbl_len = attr.pkey_tbl_len; in qedr_roce_port_immutable() 110 immutable->gid_tbl_len = attr.gid_tbl_len; in qedr_roce_port_immutable() 111 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE | in qedr_roce_port_immutable() 113 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in qedr_roce_port_immutable() 119 struct ib_port_immutable *immutable) in qedr_iw_port_immutable() argument 128 immutable->pkey_tbl_len = 1; in qedr_iw_port_immutable() 129 immutable->gid_tbl_len = 1; in qedr_iw_port_immutable() 130 immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in qedr_iw_port_immutable() 131 immutable->max_mad_size = 0; in qedr_iw_port_immutable()
|
D | verbs.h | 106 struct ib_port_immutable *immutable);
|
/Linux-v4.19/drivers/infiniband/sw/rdmavt/ |
D | vt.c | 324 struct ib_port_immutable *immutable) in rvt_get_port_immutable() argument 334 immutable->core_cap_flags = rdi->dparms.core_cap_flags; in rvt_get_port_immutable() 340 immutable->pkey_tbl_len = attr.pkey_tbl_len; in rvt_get_port_immutable() 341 immutable->gid_tbl_len = attr.gid_tbl_len; in rvt_get_port_immutable() 342 immutable->max_mad_size = rdi->dparms.max_mad_size; in rvt_get_port_immutable()
|
/Linux-v4.19/drivers/md/persistent-data/ |
D | Kconfig | 7 Library providing immutable on-disk data structure support for
|
/Linux-v4.19/drivers/devfreq/ |
D | governor.h | 51 const unsigned int immutable; member
|
D | governor_passive.c | 187 .immutable = 1,
|
D | devfreq.c | 1002 } else if ((df->governor && df->governor->immutable) || in governor_store() 1003 governor->immutable) { in governor_store() 1044 if (df->governor->immutable) { in available_governors_show() 1055 if (governor->immutable) in available_governors_show()
|
/Linux-v4.19/drivers/infiniband/hw/hns/ |
D | hns_roce_main.c | 452 struct ib_port_immutable *immutable) in hns_roce_port_immutable() argument 461 immutable->pkey_tbl_len = attr.pkey_tbl_len; in hns_roce_port_immutable() 462 immutable->gid_tbl_len = attr.gid_tbl_len; in hns_roce_port_immutable() 464 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in hns_roce_port_immutable() 465 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE; in hns_roce_port_immutable() 467 immutable->core_cap_flags |= RDMA_CORE_PORT_IBA_ROCE_UDP_ENCAP; in hns_roce_port_immutable()
|
/Linux-v4.19/drivers/infiniband/hw/usnic/ |
D | usnic_ib_main.c | 301 struct ib_port_immutable *immutable) in usnic_port_immutable() argument 306 immutable->core_cap_flags = RDMA_CORE_PORT_USNIC; in usnic_port_immutable() 312 immutable->pkey_tbl_len = attr.pkey_tbl_len; in usnic_port_immutable() 313 immutable->gid_tbl_len = attr.gid_tbl_len; in usnic_port_immutable()
|
/Linux-v4.19/drivers/gpu/drm/exynos/ |
D | exynos_drm_plane.c | 290 int zpos, bool immutable) in exynos_plane_attach_zpos_property() argument 292 if (immutable) in exynos_plane_attach_zpos_property()
|
/Linux-v4.19/Documentation/filesystems/ |
D | efivarfs.txt | 21 as immutable files. This doesn't prevent removal - "chattr -i" will work -
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | sysfs-bus-firewire | 48 Read-only and immutable. 125 Read-only attribute, immutable during the target's lifetime.
|
/Linux-v4.19/mm/ |
D | percpu-internal.h | 43 bool immutable; /* no [de]population allowed */ member
|
D | percpu-vm.c | 17 WARN_ON(chunk->immutable); in pcpu_chunk_page()
|
/Linux-v4.19/drivers/infiniband/hw/vmw_pvrdma/ |
D | pvrdma_main.c | 121 struct ib_port_immutable *immutable) in pvrdma_port_immutable() argument 128 immutable->core_cap_flags |= RDMA_CORE_PORT_IBA_ROCE; in pvrdma_port_immutable() 130 immutable->core_cap_flags |= RDMA_CORE_PORT_IBA_ROCE_UDP_ENCAP; in pvrdma_port_immutable() 136 immutable->pkey_tbl_len = attr.pkey_tbl_len; in pvrdma_port_immutable() 137 immutable->gid_tbl_len = attr.gid_tbl_len; in pvrdma_port_immutable() 138 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in pvrdma_port_immutable()
|
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | provider.c | 475 struct ib_port_immutable *immutable) in c4iw_port_immutable() argument 480 immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in c4iw_port_immutable() 486 immutable->pkey_tbl_len = attr.pkey_tbl_len; in c4iw_port_immutable() 487 immutable->gid_tbl_len = attr.gid_tbl_len; in c4iw_port_immutable()
|
/Linux-v4.19/Documentation/media/uapi/mediactl/ |
D | media-ioc-setup-link.rst | 65 non-existing link, or the link is immutable and an attempt to modify
|
/Linux-v4.19/drivers/infiniband/sw/rxe/ |
D | rxe_verbs.c | 188 struct ib_port_immutable *immutable) in rxe_port_immutable() argument 193 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE_UDP_ENCAP; in rxe_port_immutable() 199 immutable->pkey_tbl_len = attr.pkey_tbl_len; in rxe_port_immutable() 200 immutable->gid_tbl_len = attr.gid_tbl_len; in rxe_port_immutable() 201 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in rxe_port_immutable()
|
/Linux-v4.19/drivers/infiniband/hw/mthca/ |
D | mthca_provider.c | 1164 struct ib_port_immutable *immutable) in mthca_port_immutable() argument 1169 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_IB; in mthca_port_immutable() 1175 immutable->pkey_tbl_len = attr.pkey_tbl_len; in mthca_port_immutable() 1176 immutable->gid_tbl_len = attr.gid_tbl_len; in mthca_port_immutable() 1177 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in mthca_port_immutable()
|
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/ |
D | ib_verbs.h | 156 struct ib_port_immutable *immutable);
|
/Linux-v4.19/drivers/infiniband/hw/mlx4/ |
D | main.c | 2551 struct ib_port_immutable *immutable) in mlx4_port_immutable() argument 2558 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_IB; in mlx4_port_immutable() 2559 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in mlx4_port_immutable() 2562 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE; in mlx4_port_immutable() 2564 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE | in mlx4_port_immutable() 2566 immutable->core_cap_flags |= RDMA_CORE_PORT_RAW_PACKET; in mlx4_port_immutable() 2567 if (immutable->core_cap_flags & (RDMA_CORE_PORT_IBA_ROCE | in mlx4_port_immutable() 2569 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in mlx4_port_immutable() 2576 immutable->pkey_tbl_len = attr.pkey_tbl_len; in mlx4_port_immutable() 2577 immutable->gid_tbl_len = attr.gid_tbl_len; in mlx4_port_immutable()
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.h | 359 bool immutable);
|
/Linux-v4.19/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.c | 1288 struct ib_port_immutable *immutable) in iwch_port_immutable() argument 1293 immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in iwch_port_immutable() 1299 immutable->pkey_tbl_len = attr.pkey_tbl_len; in iwch_port_immutable() 1300 immutable->gid_tbl_len = attr.gid_tbl_len; in iwch_port_immutable()
|