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

/freebsd-11-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_ts.h92 int ul_dev_fd; member in struct:_osm_ts_bind_info
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ts.c226 p_vend->smi_bind.ul_dev_fd = -1;
227 p_vend->gsi_bind.ul_dev_fd = -1;
458 ts_ret_code = read(p_bind->ul_dev_fd, &mad, sizeof(mad));
550 if (p_bind->ul_dev_fd >= 0) {
595 p_bind->ul_dev_fd = device_fd;
767 ret = write(p_bind->ul_dev_fd, &ts_mad, sizeof(ts_mad));

Completed in 124 milliseconds