Searched refs:ib_unpack (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/infiniband/core/ |
D | ud_header.c | 342 ib_unpack(lrh_table, ARRAY_SIZE(lrh_table), in ib_ud_header_unpack() 359 ib_unpack(grh_table, ARRAY_SIZE(grh_table), in ib_ud_header_unpack() 381 ib_unpack(bth_table, ARRAY_SIZE(bth_table), in ib_ud_header_unpack() 404 ib_unpack(deth_table, ARRAY_SIZE(deth_table), in ib_ud_header_unpack()
|
D | packer.c | 148 void ib_unpack(const struct ib_field *desc, in ib_unpack() function 202 EXPORT_SYMBOL(ib_unpack);
|
D | sa_query.c | 615 ib_unpack(path_rec_table, ARRAY_SIZE(path_rec_table), attribute, rec); in ib_sa_unpack_path() 629 ib_unpack(path_rec_table, ARRAY_SIZE(path_rec_table), in ib_sa_path_rec_callback() 744 ib_unpack(service_rec_table, ARRAY_SIZE(service_rec_table), in ib_sa_service_rec_callback() 867 ib_unpack(mcmember_rec_table, ARRAY_SIZE(mcmember_rec_table), in ib_sa_mcmember_rec_callback()
|
/linux-2.6.39/include/rdma/ |
D | ib_pack.h | 248 void ib_unpack(const struct ib_field *desc,
|