/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_mad.c | 35 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 D | mlx5_fs_cmd.c | 434 int opmod, int modify_mask, in mlx5_cmd_packet_reformat_alloc() 464 MLX5_SET(set_fte_in, in, op_mod, opmod); in mlx5_cmd_packet_reformat_dealloc() 658 int opmod; 665 opmod = 1; 667 return mlx5_cmd_set_fte(dev, opmod, modify_mask, ft, fg->id, fte); 181 int opmod = 0; mlx5_cmd_fs_set_fte() local
|
H A D | mlx5_vport.c | 37 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 D | mlx5_main.c | 420 u16 opmod = (cap_type << 1) | (cap_mode & 0x01); in mlx5_core_get_caps_mode() local 427 MLX5_SET(query_hca_cap_in, in, op_mod, opmod); in mlx5_core_get_caps_mode()
|
/freebsd/sys/dev/mlx5/ |
H A D | vport.h | 61 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 D | driver.h | 1067 u16 opmod, u8 port);
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | mlx5dv.h | 468 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 D | qp.c | 628 uint8_t opmod = 0; in _mlx5_post_send() local 903 (opmod << 24)); in _mlx5_post_send()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsAMDGPU.td | 715 class AMDGPUDimProfile<string opmod, 718 string OpMod = opmod; // the corresponding instruction is named IMAGE_OpMod 770 class AMDGPUDimSampleProfile<string opmod, 773 bit has_return = true> : AMDGPUDimProfile<opmod, dim> { 784 class AMDGPUDimSampleNoReturnProfile<string opmod, 787 : AMDGPUDimSampleProfile<opmod, dim, sample, false> { 790 class AMDGPUDimNoSampleProfile<string opmod, 794 bit Mip = false> : AMDGPUDimProfile<opmod, dim> { 800 class AMDGPUDimAtomicProfile<string opmod, 802 list<AMDGPUArg> dataargs> : AMDGPUDimProfile<opmod, dim> { [all …]
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_cq.c | 103 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/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_qp.c | 3878 u8 opmod = 0; in finish_wqe() local 3881 mlx5_opcode | ((u32)opmod << 24)); in finish_wqe()
|