Searched refs:obj_id (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/share/examples/ses/srcs/
H A Dgetobjstat.c67 obj.obj_id = cvt;
72 fprintf(stdout, "Object 0x%x: 0x%x 0x%x 0x%x 0x%x\n", obj.obj_id,
H A Dgetobjmap.c81 objp[i].obj_id, geteltnm((int)objp[i].object_type));
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_devx.c124 u64 obj_id; member in struct:devx_obj
188 uid = MLX5_GET(general_obj_out_cmd_hdr, out, obj_id);
212 obj_id);
299 opcode = (obj->obj_id >> 32) & 0xffff;
306 return (obj->obj_id >> 48);
365 static u32 get_dec_obj_id(u64 obj_id) argument
367 return (obj_id & 0xffffffff);
371 * As the obj_id in the firmware is not globally unique the object type
373 * For that the opcode of the creator command is encoded as part of the obj_id.
375 static u64 get_enc_obj_id(u32 opcode, u32 obj_id) argument
383 u64 obj_id; local
606 u64 obj_id = devx_get_obj_id(in); local
1096 devx_obj_build_destroy_cmd(void *in, void *out, void *din, u32 *dinlen, u32 *obj_id) argument
1372 u32 obj_id = mcq->cqn; local
1408 u32 obj_id; local
1926 u32 obj_id = 0; local
2167 u32 obj_id; local
2257 u32 obj_id = 0; local
2358 u32 obj_id; local
[all...]
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_tls.c76 *p_obj_id = MLX5_GET(create_encryption_key_out, out, obj_id);
91 MLX5_SET(destroy_encryption_key_in, in, obj_id, oid);
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types_device.c76 u32 obj_id = obj->id; local
84 handles[count] = obj_id;
/freebsd-current/sys/dev/drm2/
H A Ddrm_mode.h262 __u32 obj_id; member in struct:drm_mode_obj_get_properties
269 __u32 obj_id; member in struct:drm_mode_obj_set_property
H A Ddrm_crtc.c3229 .obj_id = conn_set_prop->connector_id,
3305 obj = drm_mode_object_find(dev, arg->obj_id, arg->obj_type);
3359 arg_obj = drm_mode_object_find(dev, arg->obj_id, arg->obj_type);
/freebsd-current/sys/dev/bwi/
H A Dbwimac.c161 bwi_memobj_read_2(struct bwi_mac *mac, uint16_t obj_id, uint16_t ofs0) argument
173 CSR_WRITE_4(sc, BWI_MOBJ_CTRL, BWI_MOBJ_CTRL_VAL(obj_id, ofs));
178 bwi_memobj_read_4(struct bwi_mac *mac, uint16_t obj_id, uint16_t ofs0) argument
187 CSR_WRITE_4(sc, BWI_MOBJ_CTRL, BWI_MOBJ_CTRL_VAL(obj_id, ofs));
192 BWI_MOBJ_CTRL_VAL(obj_id, ofs + 1));
197 CSR_WRITE_4(sc, BWI_MOBJ_CTRL, BWI_MOBJ_CTRL_VAL(obj_id, ofs));
203 bwi_memobj_write_2(struct bwi_mac *mac, uint16_t obj_id, uint16_t ofs0, argument
216 CSR_WRITE_4(sc, BWI_MOBJ_CTRL, BWI_MOBJ_CTRL_VAL(obj_id, ofs));
221 bwi_memobj_write_4(struct bwi_mac *mac, uint16_t obj_id, uint16_t ofs0, argument
229 CSR_WRITE_4(sc, BWI_MOBJ_CTRL, BWI_MOBJ_CTRL_VAL(obj_id, of
[all...]
/freebsd-current/sys/dev/dpaa2/
H A Ddpaa2_mc.h211 enum dpaa2_dev_type devtype, uint32_t obj_id);
H A Ddpaa2_rc.c795 struct dpaa2_cmd *cmd, uint32_t obj_id, enum dpaa2_dev_type dtype,
799 uint32_t obj_id; member in struct:get_obj_desc_args
825 args->obj_id = obj_id;
880 uint32_t obj_id, uint8_t reg_idx, enum dpaa2_dev_type dtype,
884 uint32_t obj_id; member in struct:obj_region_args
942 args->obj_id = obj_id;
999 uint32_t obj_id, enum dpaa2_dev_type dtype)
1007 uint32_t obj_id; member in struct:set_obj_irq_args
794 dpaa2_rc_get_obj_descriptor(device_t dev, device_t child, struct dpaa2_cmd *cmd, uint32_t obj_id, enum dpaa2_dev_type dtype, struct dpaa2_obj *obj) argument
879 dpaa2_rc_get_obj_region(device_t dev, device_t child, struct dpaa2_cmd *cmd, uint32_t obj_id, uint8_t reg_idx, enum dpaa2_dev_type dtype, struct dpaa2_rc_obj_region *reg) argument
997 dpaa2_rc_set_obj_irq(device_t dev, device_t child, struct dpaa2_cmd *cmd, uint8_t irq_idx, uint64_t addr, uint32_t data, uint32_t irq_usr, uint32_t obj_id, enum dpaa2_dev_type dtype) argument
[all...]
H A Ddpaa2_mcp.h390 * obj_id: Endpoint object ID.
396 uint32_t obj_id; member in struct:dpaa2_ep_desc
H A Ddpaa2_mc.c522 enum dpaa2_dev_type devtype, uint32_t obj_id)
539 if (dinfo->dtype == devtype && dinfo->id == obj_id) {
521 dpaa2_mc_get_dev(device_t mcdev, device_t *dpaa2_dev, enum dpaa2_dev_type devtype, uint32_t obj_id) argument
H A Ddpaa2_ni.c803 ep1_desc.obj_id = dinfo->id;
814 dpaa2_ttos(ep2_desc.type), ep2_desc.obj_id);
827 sc->mac.dpmac_id = ep2_desc.obj_id;
/freebsd-current/usr.sbin/fstyp/
H A Dhammer_disk.h53 * obj_id is a 64 bit quantity which uniquely identifies a filesystem object
843 #define HAMMER_RECTYPE_INODE 0x0001 /* inode in obj_id space */
878 * and specifies the parent directory obj_id. This field will also be set
894 int64_t parent_obj_id; /* parent directory obj_id */
952 * the filesystem object type of obj_id, e.g. a den_type equivalent.
958 int64_t obj_id; /* object being referenced */ member in struct:hammer_direntry_data
/freebsd-current/sys/cam/scsi/
H A Dscsi_ses.h2254 * fill the obj_id with the id of the object who's
2260 unsigned int obj_id; member in union:__anon1350
/freebsd-current/sys/dev/mlx5/
H A Dmlx5_ifc.h7088 u8 obj_id[0x20]; member in struct:mlx5_ifc_destroy_encryption_key_in_bits
7979 u8 obj_id[0x20]; member in struct:mlx5_ifc_create_encryption_key_out_bits
11470 u8 obj_id[0x20]; member in struct:mlx5_ifc_general_obj_in_cmd_hdr_bits
11481 u8 obj_id[0x20]; member in struct:mlx5_ifc_general_obj_out_cmd_hdr_bits
11603 u8 obj_id[0x20]; member in struct:mlx5_ifc_affiliated_event_header_bits

Completed in 594 milliseconds