Home
last modified time | relevance | path

Searched refs:immutable (Results 1 – 25 of 64) sorted by relevance

123

/openbmc/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_main.c72 struct ib_port_immutable *immutable) in ocrdma_port_immutable() argument
79 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE; in ocrdma_port_immutable()
81 immutable->core_cap_flags |= RDMA_CORE_CAP_PROT_ROCE_UDP_ENCAP; in ocrdma_port_immutable()
87 immutable->pkey_tbl_len = attr.pkey_tbl_len; in ocrdma_port_immutable()
88 immutable->gid_tbl_len = attr.gid_tbl_len; in ocrdma_port_immutable()
89 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in ocrdma_port_immutable()
/openbmc/linux/tools/testing/selftests/efivarfs/
H A Dopen-unlink.c13 static int set_immutable(const char *path, int immutable) in set_immutable() argument
32 if (immutable) in set_immutable()
/openbmc/linux/drivers/infiniband/sw/rdmavt/
H A Dvt.c260 struct ib_port_immutable *immutable) in rvt_get_port_immutable() argument
266 immutable->core_cap_flags = rdi->dparms.core_cap_flags; in rvt_get_port_immutable()
272 immutable->pkey_tbl_len = attr.pkey_tbl_len; in rvt_get_port_immutable()
273 immutable->gid_tbl_len = attr.gid_tbl_len; in rvt_get_port_immutable()
274 immutable->max_mad_size = rdi->dparms.max_mad_size; in rvt_get_port_immutable()
/openbmc/linux/drivers/infiniband/hw/qedr/
H A Dmain.c85 struct ib_port_immutable *immutable) in qedr_roce_port_immutable() argument
94 immutable->pkey_tbl_len = attr.pkey_tbl_len; in qedr_roce_port_immutable()
95 immutable->gid_tbl_len = attr.gid_tbl_len; in qedr_roce_port_immutable()
96 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE | in qedr_roce_port_immutable()
98 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in qedr_roce_port_immutable()
104 struct ib_port_immutable *immutable) in qedr_iw_port_immutable() argument
113 immutable->gid_tbl_len = 1; in qedr_iw_port_immutable()
114 immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in qedr_iw_port_immutable()
115 immutable->max_mad_size = 0; in qedr_iw_port_immutable()
H A Dverbs.h101 struct ib_port_immutable *immutable);
/openbmc/linux/include/rdma/
H A Dib_verbs.h2207 struct ib_port_immutable immutable; member
2387 struct ib_port_immutable *immutable);
3084 return device->port_data[port_num].immutable.core_cap_flags & in rdma_is_grh_required()
3091 return device->port_data[port_num].immutable.core_cap_flags & in rdma_protocol_ib()
3098 return device->port_data[port_num].immutable.core_cap_flags & in rdma_protocol_roce()
3105 return device->port_data[port_num].immutable.core_cap_flags & in rdma_protocol_roce_udp_encap()
3112 return device->port_data[port_num].immutable.core_cap_flags & in rdma_protocol_roce_eth_encap()
3119 return device->port_data[port_num].immutable.core_cap_flags & in rdma_protocol_iwarp()
3133 return device->port_data[port_num].immutable.core_cap_flags & in rdma_protocol_raw_packet()
3140 return device->port_data[port_num].immutable.core_cap_flags & in rdma_protocol_usnic()
[all …]
/openbmc/linux/drivers/md/persistent-data/
H A DKconfig8 Library providing immutable on-disk data structure support for
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-frozenlist_1.5.0.bb1 …-like structure which implements collections.abc.MutableSequence, and which can be made immutable."
/openbmc/linux/drivers/gpu/drm/ci/xfails/
H A Damdgpu-stoney-fails.txt4 kms_atomic@plane-immutable-zpos,Fail
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_main.c482 struct ib_port_immutable *immutable) in hns_roce_port_immutable() argument
491 immutable->pkey_tbl_len = attr.pkey_tbl_len; in hns_roce_port_immutable()
492 immutable->gid_tbl_len = attr.gid_tbl_len; in hns_roce_port_immutable()
494 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in hns_roce_port_immutable()
495 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE; in hns_roce_port_immutable()
497 immutable->core_cap_flags |= RDMA_CORE_PORT_IBA_ROCE_UDP_ENCAP; in hns_roce_port_immutable()
/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_main.c125 struct ib_port_immutable *immutable) in pvrdma_port_immutable() argument
132 immutable->core_cap_flags |= RDMA_CORE_PORT_IBA_ROCE; in pvrdma_port_immutable()
134 immutable->core_cap_flags |= RDMA_CORE_PORT_IBA_ROCE_UDP_ENCAP; in pvrdma_port_immutable()
140 immutable->pkey_tbl_len = attr.pkey_tbl_len; in pvrdma_port_immutable()
141 immutable->gid_tbl_len = attr.gid_tbl_len; in pvrdma_port_immutable()
142 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in pvrdma_port_immutable()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_plane.c291 int zpos, bool immutable) in exynos_plane_attach_zpos_property() argument
293 if (immutable) in exynos_plane_attach_zpos_property()
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-bus-firewire48 Read-only and immutable.
126 Read-only attribute, immutable during the target's lifetime.
/openbmc/linux/drivers/infiniband/hw/usnic/
H A Dusnic_ib_main.c307 struct ib_port_immutable *immutable) in usnic_port_immutable() argument
312 immutable->core_cap_flags = RDMA_CORE_PORT_USNIC; in usnic_port_immutable()
318 immutable->gid_tbl_len = attr.gid_tbl_len; in usnic_port_immutable()
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dprovider.c426 struct ib_port_immutable *immutable) in c4iw_port_immutable() argument
431 immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in c4iw_port_immutable()
437 immutable->gid_tbl_len = attr.gid_tbl_len; in c4iw_port_immutable()
/openbmc/linux/mm/
H A Dpercpu-internal.h58 bool immutable; /* no [de]population allowed */ member
/openbmc/linux/Documentation/filesystems/
H A Defivarfs.rst24 as immutable files. This doesn't prevent removal - "chattr -i" will work -
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/
H A D0002-Add-missing-STATX_ATTR_-defines-from-musl-sys-stat.h.patch27 +#define STATX_ATTR_IMMUTABLE 0x00000010 /* [I] File is marked immutable */
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c1029 struct ib_port_immutable *immutable) in mthca_port_immutable() argument
1034 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_IB; in mthca_port_immutable()
1040 immutable->pkey_tbl_len = attr.pkey_tbl_len; in mthca_port_immutable()
1041 immutable->gid_tbl_len = attr.gid_tbl_len; in mthca_port_immutable()
1042 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in mthca_port_immutable()
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-setup-link.rst64 non-existing link, or the link is immutable and an attempt to modify
/openbmc/linux/drivers/infiniband/hw/mana/
H A Dmana_ib.h152 struct ib_port_immutable *immutable);
H A Dmain.c475 struct ib_port_immutable *immutable) in mana_ib_get_port_immutable() argument
481 immutable->core_cap_flags = RDMA_CORE_PORT_RAW_PACKET; in mana_ib_get_port_immutable()
/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_hashed/files/
H A Dima_policy_hashed67 # Special immutable group.
/openbmc/linux/drivers/infiniband/hw/efa/
H A Defa.h163 struct ib_port_immutable *immutable);
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_verbs.c176 struct ib_port_immutable *immutable) in rxe_port_immutable() argument
192 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE_UDP_ENCAP; in rxe_port_immutable()
193 immutable->pkey_tbl_len = attr.pkey_tbl_len; in rxe_port_immutable()
194 immutable->gid_tbl_len = attr.gid_tbl_len; in rxe_port_immutable()
195 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in rxe_port_immutable()

123