Home
last modified time | relevance | path

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

/freebsd-13.1/sys/ofed/drivers/infiniband/core/
H A Dib_packer.c82 val = value_read(desc[i].struct_offset_bytes, in ib_pack()
99 val = value_read(desc[i].struct_offset_bytes, in ib_pack()
118 (char *)structure + desc[i].struct_offset_bytes, in ib_pack()
173 value_write(desc[i].struct_offset_bytes, in ib_unpack()
187 value_write(desc[i].struct_offset_bytes, in ib_unpack()
198 memcpy((char *)structure + desc[i].struct_offset_bytes, in ib_unpack()
H A Dib_sa_query.c154 .struct_offset_bytes = offsetof(struct ib_sa_path_rec, field), \
254 .struct_offset_bytes = offsetof(struct ib_sa_mcmember_rec, field), \
338 .struct_offset_bytes = offsetof(struct ib_sa_service_rec, field), \
386 .struct_offset_bytes = offsetof(struct ib_class_port_info, field), \
462 .struct_offset_bytes = offsetof(struct ib_sa_guidinfo_rec, field), \
H A Dib_ud_header.c48 .struct_offset_bytes = offsetof(struct ib_unpacked_ ## header, field), \
/freebsd-13.1/sys/ofed/include/rdma/
H A Dib_pack.h54 size_t struct_offset_bytes; member
/freebsd-13.1/sys/dev/mlx5/
H A Ddriver.h878 .struct_offset_bytes = offsetof(struct ib_unpacked_ ## header, field), \