Home
last modified time | relevance | path

Searched refs:struct_offset_bytes (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_packer.c80 val = value_read(desc[i].struct_offset_bytes, in ib_pack()
97 val = value_read(desc[i].struct_offset_bytes, in ib_pack()
116 (char *)structure + desc[i].struct_offset_bytes, in ib_pack()
171 value_write(desc[i].struct_offset_bytes, in ib_unpack()
185 value_write(desc[i].struct_offset_bytes, in ib_unpack()
196 memcpy((char *)structure + desc[i].struct_offset_bytes, in ib_unpack()
H A Dib_sa_query.c152 .struct_offset_bytes = offsetof(struct ib_sa_path_rec, field), \
252 .struct_offset_bytes = offsetof(struct ib_sa_mcmember_rec, field), \
336 .struct_offset_bytes = offsetof(struct ib_sa_service_rec, field), \
384 .struct_offset_bytes = offsetof(struct ib_class_port_info, field), \
460 .struct_offset_bytes = offsetof(struct ib_sa_guidinfo_rec, field), \
H A Dib_ud_header.c46 .struct_offset_bytes = offsetof(struct ib_unpacked_ ## header, field), \
/freebsd/sys/ofed/include/rdma/
H A Dib_pack.h52 size_t struct_offset_bytes; member
/freebsd/sys/dev/mlx5/
H A Ddriver.h917 .struct_offset_bytes = offsetof(struct ib_unpacked_ ## header, field), \