Home
last modified time | relevance | path

Searched refs:opmod (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_mad.c35 u16 opmod, u8 port) in mlx5_core_mad_ifc() argument
51 MLX5_SET(mad_ifc_in, in, op_mod, opmod); in mlx5_core_mad_ifc()
H A Dmlx5_fs_cmd.c181 int opmod = 0; in mlx5_cmd_fs_set_fte() local
216 opmod = 1; in mlx5_cmd_fs_set_fte()
228 MLX5_SET(set_fte_in, in, op_mod, opmod); in mlx5_cmd_fs_set_fte()
H A Dmlx5_vport.c37 static int _mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod, in _mlx5_query_vport_state() argument
45 MLX5_SET(query_vport_state_in, in, op_mod, opmod); in _mlx5_query_vport_state()
57 u8 mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod, u16 vport) in mlx5_query_vport_state() argument
61 _mlx5_query_vport_state(mdev, opmod, vport, out, sizeof(out)); in mlx5_query_vport_state()
67 u8 mlx5_query_vport_admin_state(struct mlx5_core_dev *mdev, u8 opmod, u16 vport) in mlx5_query_vport_admin_state() argument
71 _mlx5_query_vport_state(mdev, opmod, vport, out, sizeof(out)); in mlx5_query_vport_admin_state()
77 int mlx5_modify_vport_admin_state(struct mlx5_core_dev *mdev, u8 opmod, in mlx5_modify_vport_admin_state() argument
86 MLX5_SET(modify_vport_state_in, in, op_mod, opmod); in mlx5_modify_vport_admin_state()
H A Dmlx5_main.c411 u16 opmod = (cap_type << 1) | (cap_mode & 0x01); in mlx5_core_get_caps_mode() local
418 MLX5_SET(query_hca_cap_in, in, op_mod, opmod); in mlx5_core_get_caps_mode()
/freebsd/sys/dev/mlx5/
H A Dvport.h61 u8 mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod, u16 vport);
62 u8 mlx5_query_vport_admin_state(struct mlx5_core_dev *mdev, u8 opmod,
64 int mlx5_modify_vport_admin_state(struct mlx5_core_dev *mdev, u8 opmod,
H A Ddriver.h1059 u16 opmod, u8 port);
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5dv.h468 uint8_t opcode, uint8_t opmod, uint32_t qp_num, in mlx5dv_set_ctrl_seg() argument
472 seg->opmod_idx_opcode = htobe32(((uint32_t)opmod << 24) | ((uint32_t)pi << 8) | opcode); in mlx5dv_set_ctrl_seg()
495 uint8_t opcode, uint8_t opmod, uint32_t qp_num, in mlx5dv_x86_set_ctrl_seg() argument
500 (signature << 24) | (opcode << 16) | (opmod << 8) | fm_ce_se); in mlx5dv_x86_set_ctrl_seg()
H A Dqp.c628 uint8_t opmod = 0; in _mlx5_post_send() local
903 (opmod << 24)); in _mlx5_post_send()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cq.c103 int cq_num, u32 opmod) in mlx4_MODIFY_CQ() argument
105 return mlx4_cmd(dev, mailbox->dma, cq_num, opmod, MLX4_CMD_MODIFY_CQ, in mlx4_MODIFY_CQ()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td719 class AMDGPUDimProfile<string opmod,
774 class AMDGPUDimSampleProfile<string opmod,
787 class AMDGPUDimNoSampleProfile<string opmod,
797 class AMDGPUDimAtomicProfile<string opmod,
807 : AMDGPUDimAtomicProfile<opmod, dim, dataargs> {
891 multiclass AMDGPUImageDimIntrinsicsNoMsaa<string opmod,
905 multiclass AMDGPUImageDimIntrinsicsAll<string opmod,
957 multiclass AMDGPUImageDimSampleDims<string opmod,
962 AMDGPUDimSampleProfile<opmod, dim, sample>,
1020 multiclass AMDGPUImageDimFloatAtomic<string opmod> {
[all …]
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c3878 u8 opmod = 0; in finish_wqe() local
3881 mlx5_opcode | ((u32)opmod << 24)); in finish_wqe()