Searched refs:struct_offset_bytes (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_packer.c | 80 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 D | ib_sa_query.c | 152 .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 D | ib_ud_header.c | 46 .struct_offset_bytes = offsetof(struct ib_unpacked_ ## header, field), \
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_pack.h | 52 size_t struct_offset_bytes; member
|
/freebsd/sys/dev/mlx5/ |
H A D | driver.h | 917 .struct_offset_bytes = offsetof(struct ib_unpacked_ ## header, field), \
|