Searched refs:vendor (Results 226 - 250 of 391) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_al.c64 #include <vendor/osm_vendor_api.h>
91 * Pointer to the vendor object.
370 "Unable to allocate vendor object.\n");
H A Dosm_pkt_randomizer.c46 #include <vendor/osm_pkt_randomizer.h>
/freebsd-11-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_umadt.h50 #include <vendor/umadt.h>
80 * handle returned by the vendor transport bind call.
93 * Umadt vendor transport layer uses this tag to call the appropriate
H A Dosm_vendor_mlx_txn.h46 #include <vendor/osm_vendor_mlx_rmpp_ctx.h>
H A Dosm_vendor_mlx_transport.h49 #include <vendor/osm_vendor_mlx.h>
50 #include <vendor/osm_vendor_mlx_defs.h>
H A Dosm_vendor_mlx_svc.h42 #include <vendor/osm_vendor_mlx_defs.h>
H A Dosm_vendor_mlx_sender.h39 #include <vendor/osm_vendor_mlx.h>
40 #include <vendor/osm_vendor_mlx_txn.h>
H A Dosm_vendor_mlx_rmpp_ctx.h42 #include <vendor/osm_vendor_mlx_sar.h>
H A Dosm_vendor_mlx_hca.h39 #include <vendor/osm_vendor.h>
40 #include <vendor/osm_vendor_mlx_inout.h>
H A Dosm_vendor_mlx_defs.h39 #include <vendor/osm_vendor_mlx_inout.h>
41 #include <vendor/osm_vendor_api.h>
42 #include <vendor/osm_vendor_mlx_txn.h>
H A Dosm_vendor_api.h47 #include <vendor/osm_vendor.h>
63 * Function prototype for the vendor MAD receive callback.
64 * The vendor layer calls this function for MAD receives.
96 * Function prototype for the vendor send failure callback.
97 * The vendor layer calls this function when MADs expecting
117 * The vendor layer does not call this function (or any other)
129 * OpenSM calls this function before any other in the vendor API.
130 * This object is passed as a parameter to all other vendor functions.
145 * Returns a pointer to the vendor object.
157 * Dealocate the vendor objec
[all...]
H A Dosm_vendor.h38 * Include file used by OpenSM to pull in the correct vendor file.
43 the proper vendor specific file
48 #include <vendor/osm_vendor_test.h>
50 #include <vendor/osm_vendor_umadt.h>
54 #include <vendor/osm_vendor_mlx.h>
57 #include <vendor/osm_vendor_mlx.h>
60 #include <vendor/osm_vendor_mlx.h>
63 #include <vendor/osm_vendor_mlx.h>
65 #include <vendor/osm_vendor_ibumad.h>
67 #include <vendor/osm_vendor_a
[all...]
H A Dosm_umadt.h47 #include <vendor/osm_vendor_api.h>
H A Dosm_mtl_bind.h40 #include <vendor/osm_vendor_mtl.h>
41 #include <vendor/osm_vendor_api.h>
60 * Nulled on init of the vendor obj. Populated on first bind.
109 * Pointer to the vendor object.
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_vl15intf.h55 #include <vendor/osm_vendor_api.h>
168 * Pointer to the vendor transport object.
269 * [in] Pointer to the vendor transport object.
H A Dosm_sm.h52 #include <vendor/osm_vendor_api.h>
159 * Pointer to the vendor specific interfaces object.
287 * [in] Pointer to the vendor specific interfaces object.
H A Dosm_sa.h54 #include <vendor/osm_vendor_api.h>
232 * Pointer to the vendor specific interfaces object.
368 * [in] Pointer to the vendor specific interfaces object.
H A Dosm_perfmgr.h141 osm_vendor_t *vendor; member in struct:osm_perfmgr
H A Dosm_path.h42 #include <vendor/osm_vendor_api.h>
H A Dosm_madw.h52 #include <vendor/osm_vendor.h>
471 * Transport vendor specific context. This structure is not
472 * used outside MAD transport vendor specific code.
1011 * Gets a pointer to the vendor specific MAD wrapper component.
1027 * Gets a pointer to the vendor specific MAD wrapper component.
H A Dosm_mad_pool.h50 #include <vendor/osm_vendor.h>
H A Dosm_congestion_control.h83 osm_vendor_t *vendor; member in struct:osm_congestion_control
H A Dosm_base.h52 #include <vendor/winosm_common.h>
985 * Known device vendor ID and GUID OUIs
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dmlx4.c51 { .vendor = PCI_VENDOR_ID_##v, \
55 unsigned vendor; member in struct:__anon3783
275 unsigned vendor, device; local
278 if (ibv_read_sysfs_file(uverbs_sys_path, "device/vendor",
281 vendor = strtol(value, NULL, 16);
289 if (vendor == hca_table[i].vendor &&
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Ddev.c54 unsigned vendor; \
63 .vendor = PCI_VENDOR_ID_CHELSIO, \
418 unsigned vendor, device, fw_maj, fw_min; local
440 if (strstr(value, "vendor=")) {
441 strncpy(ib_param, strstr(value, "vendor=") +
442 strlen("vendor="), 6);
443 sscanf(ib_param, "%i", &vendor);
453 if (ibv_read_sysfs_file(uverbs_sys_path, "device/vendor",
456 sscanf(value, "%i", &vendor);
465 if (vendor
[all...]

Completed in 446 milliseconds

1234567891011>>