Searched refs:uidx (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Duser.h190 __u32 uidx; member in struct:mlx5_ib_create_srq
226 __u32 uidx; member in struct:mlx5_exp_ib_create_qp_data
295 __u32 uidx; member in struct:mlx5_ib_create_dct
H A Dmlx5_ib_srq.c142 if (drv_data > offsetof(struct mlx5_ib_create_srq, uidx))
143 MLX5_SET(xrc_srqc, xsrqc, user_index, ucmd.uidx);
H A Dmlx5_ib_qp.c1004 u32 uidx; local
1037 uidx = ucmd.exp.uidx;
1039 uidx = 0xffffff;
1044 uidx = 0xffffff;
1189 MLX5_SET(qpc, qpc, user_index, uidx);
/freebsd-10-stable/usr.sbin/bhyve/
H A Dvirtio.c402 uint16_t uidx, mask; local
419 uidx = vuh->vu_idx;
420 vue = &vuh->vu_ring[uidx++ & mask];
423 vuh->vu_idx = uidx;
/freebsd-10-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw.c318 static unsigned intel_ntb_user_mw_to_idx(struct ntb_softc *, unsigned uidx);
2614 intel_ntb_user_mw_to_idx(struct ntb_softc *ntb, unsigned uidx) argument
2618 uidx >= ntb->b2b_mw_idx) ||
2619 (ntb->msix_mw_idx != B2B_MW_DISABLED && uidx >= ntb->msix_mw_idx))
2620 uidx++;
2622 uidx >= ntb->b2b_mw_idx) &&
2623 (ntb->msix_mw_idx != B2B_MW_DISABLED && uidx >= ntb->msix_mw_idx))
2624 uidx++;
2625 return (uidx);

Completed in 73 milliseconds