Searched refs:maxNumGids (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca.c178 uint16_t maxNumGids; local
234 &maxNumGids, NULL);
235 p_port_gid = (IB_gid_t *) malloc(maxNumGids * sizeof(IB_gid_t));
238 VAPI_query_hca_gid_tbl(hca_hndl, port_num + 1, maxNumGids,
239 &maxNumGids, p_port_gid);
415 uint16_t maxNumGids; local
470 &maxNumGids, NULL);
472 (IB_gid_t *) malloc(maxNumGids * sizeof(IB_gid_t));
477 maxNumGids, &maxNumGids,
[all...]
H A Dosm_vendor_mtl_hca_guid.c198 uint16_t maxNumGids; local
254 &maxNumGids, NULL);
255 p_port_gid = (IB_gid_t *) malloc(maxNumGids * sizeof(IB_gid_t));
258 VAPI_query_hca_gid_tbl(hca_hndl, port_num + 1, maxNumGids,
259 &maxNumGids, p_port_gid);
433 uint16_t maxNumGids; local
488 &maxNumGids, NULL);
490 (IB_gid_t *) malloc(maxNumGids * sizeof(IB_gid_t));
495 maxNumGids, &maxNumGids,
[all...]

Completed in 53 milliseconds