Home
last modified time | relevance | path

Searched refs:struct_size_bytes (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/infiniband/core/
Dpacker.c76 if (desc[i].struct_size_bytes) in ib_pack()
78 desc[i].struct_size_bytes, in ib_pack()
93 if (desc[i].struct_size_bytes) in ib_pack()
95 desc[i].struct_size_bytes, in ib_pack()
111 if (desc[i].struct_size_bytes) in ib_pack()
156 if (!desc[i].struct_size_bytes) in ib_unpack()
170 desc[i].struct_size_bytes, in ib_unpack()
184 desc[i].struct_size_bytes, in ib_unpack()
Dsa_query.c120 .struct_size_bytes = sizeof ((struct ib_sa_path_rec *) 0)->field, \
220 .struct_size_bytes = sizeof ((struct ib_sa_mcmember_rec *) 0)->field, \
304 .struct_size_bytes = sizeof ((struct ib_sa_service_rec *) 0)->field, \
Dud_header.c42 .struct_size_bytes = sizeof ((struct ib_unpacked_ ## header *) 0)->field, \
/linux-2.6.39/include/rdma/
Dib_pack.h49 size_t struct_size_bytes; member