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