Searched refs:ib_unpack (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dud_header.c200 ib_unpack(lrh_table, ARRAY_SIZE(lrh_table), buf, lrh);
260 ib_unpack(lrh_table, ARRAY_SIZE(lrh_table), buf, &header->lrh);
275 ib_unpack(grh_table, ARRAY_SIZE(grh_table), buf, &header->grh);
294 ib_unpack(bth_table, ARRAY_SIZE(bth_table), buf, &header->bth);
315 ib_unpack(deth_table, ARRAY_SIZE(deth_table), buf, &header->deth);
H A Dpacker.c144 * ib_unpack - Unpack a buffer into a structure
153 void ib_unpack(const struct ib_field *desc, int desc_len, void *buf, function
198 EXPORT_SYMBOL(ib_unpack); variable
H A Dsa_query.c505 ib_unpack(path_rec_table, ARRAY_SIZE(path_rec_table), src, dst);
778 ib_unpack(path_rec_table, ARRAY_SIZE(path_rec_table), attribute, rec);
792 ib_unpack(path_rec_table, ARRAY_SIZE(path_rec_table),
881 ib_unpack(service_rec_table, ARRAY_SIZE(service_rec_table),
1004 ib_unpack(mcmember_rec_table, ARRAY_SIZE(mcmember_rec_table),
1095 ib_unpack(inform_table, ARRAY_SIZE(inform_table),
1325 ib_unpack(notice_table, ARRAY_SIZE(notice_table), mad->data, &notice);
/barrelfish-master/lib/devif/backends/net/mlx4/include/rdma/
H A Dib_pack.h248 void ib_unpack(const struct ib_field *desc,

Completed in 89 milliseconds