Searched refs:seg_idx (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/ofed/management/opensm/libvendor/ |
| HD | osm_vendor_mlx_sar.c | 71 IN uint32_t seg_idx, OUT void *p_buf) in osmv_rmpp_sar_get_mad_seg() argument 84 if ((seg_idx > num_segs) && (seg_idx != 1)) { in osmv_rmpp_sar_get_mad_seg() 97 ((seg_idx - 1) * p_sar->data_sz); in osmv_rmpp_sar_get_mad_seg() 98 sz_left = p_sar->data_len - ((seg_idx - 1) * p_sar->data_sz); in osmv_rmpp_sar_get_mad_seg()
|
| HD | osm_vendor_mlx_rmpp_ctx.c | 116 IN uint32_t seg_idx, in osmv_rmpp_send_ctx_get_seg() argument 126 st = osmv_rmpp_sar_get_mad_seg(&p_send_ctx->sar, seg_idx, p_buf); in osmv_rmpp_send_ctx_get_seg() 139 if (1 == seg_idx) { in osmv_rmpp_send_ctx_get_seg() 156 if (seg_idx == num_segs) { in osmv_rmpp_send_ctx_get_seg() 178 p_rmpp_mad->seg_num = cl_ntoh32(seg_idx); in osmv_rmpp_send_ctx_get_seg()
|
| /NextBSD/sys/dev/xen/blkback/ |
| HD | blkback.c | 1555 u_int seg_idx; in xbb_dispatch_io() local 1644 seg_idx = 0; in xbb_dispatch_io() 1674 KASSERT(seg_idx < in xbb_dispatch_io() 1677 "segs %d\n", seg_idx, in xbb_dispatch_io() 1694 seg_idx, /*sector*/0); in xbb_dispatch_io() 1710 seg_idx++; in xbb_dispatch_io() 1738 for (seg_idx = 0, map = xbb->maps; seg_idx < reqlist->nr_segments; in xbb_dispatch_io() 1739 seg_idx++, map++){ in xbb_dispatch_io() 1745 "0x%x ref 0x%x, dom %d\n", seg_idx, in xbb_dispatch_io() 1752 reqlist->gnt_handles[seg_idx] = map->handle; in xbb_dispatch_io() [all …]
|
| /NextBSD/contrib/ofed/management/opensm/include/vendor/ |
| HD | osm_vendor_mlx_sar.h | 98 osmv_rmpp_sar_get_mad_seg(osmv_rmpp_sar_t * p_sar, uint32_t seg_idx,
|
| HD | osm_vendor_mlx_rmpp_ctx.h | 199 IN uint32_t seg_idx, IN uint32_t resp_timeout,
|