Searched defs:native (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/mellanox/mlx4/
H A Dqp.c80 int sqd_event, struct mlx4_qp *qp, int native)
133 MLX4_CMD_2RST_QP, MLX4_CMD_TIME_CLASS_A, native);
163 op[cur_state][new_state], MLX4_CMD_TIME_CLASS_C, native);
76 __mlx4_qp_modify(struct mlx4_dev *dev, struct mlx4_mtt *mtt, enum mlx4_qp_state cur_state, enum mlx4_qp_state new_state, struct mlx4_qp_context *context, enum mlx4_qp_optpar optpar, int sqd_event, struct mlx4_qp *qp, int native) argument
H A Dcmd.c533 u16 op, unsigned long timeout, int native)
535 if (!mlx4_is_mfunc(dev) || (native && mlx4_is_master(dev))) {
531 __mlx4_cmd(struct mlx4_dev *dev, u64 in_param, u64 *out_param, int out_is_imm, u32 in_modifier, u8 op_modifier, u16 op, unsigned long timeout, int native) argument
/drivers/block/xen-blkback/
H A Dcommon.h137 struct blkif_back_ring native; member in union:blkif_back_rings
/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c345 * native mode and exit.
559 NV_DEBUG_KMS(dev, "native mode from preferred\n");
582 NV_DEBUG_KMS(dev, "native mode from largest: %dx%d@%d\n",
614 struct drm_display_mode *native = nv_connector->native_mode, *m; local
619 if (!native)
623 if (mode->hdisplay <= native->hdisplay &&
624 mode->vdisplay <= native->vdisplay) {
626 drm_mode_vrefresh(native), false,
702 /* destroy the native mode, the attached monitor could have changed.
727 /* Find the native mod
[all...]

Completed in 135 milliseconds