Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dmad.c40 u16 opmod, u8 port) in mlx5_core_mad_ifc() argument
57 in->hdr.opmod = cpu_to_be16(opmod); in mlx5_core_mad_ifc()
Dpagealloc.c175 in.hdr.opmod = boot ? cpu_to_be16(MLX5_BOOT_PAGES) : cpu_to_be16(MLX5_INIT_PAGES); in mlx5_cmd_query_pages()
291 in->hdr.opmod = cpu_to_be16(MLX5_PAGES_CANT_GIVE); in page_notify_fail()
337 in->hdr.opmod = cpu_to_be16(MLX5_PAGES_GIVE); in give_pages()
391 in.hdr.opmod = cpu_to_be16(MLX5_PAGES_TAKE); in reclaim_pages()
Dvport.c39 u8 mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod) in mlx5_query_vport_state() argument
49 MLX5_SET(query_vport_state_in, in, op_mod, opmod); in mlx5_query_vport_state()
Dport.c56 in->hdr.opmod = cpu_to_be16(!write); in mlx5_core_access_reg()
Dqp.c434 in.hdr.opmod = 0; in mlx5_core_page_fault_resume()
Dmain.c341 u16 opmod = (cap_type << 1) | (cap_mode & 0x01); in mlx5_core_get_caps() local
350 MLX5_SET(query_hca_cap_in, in, op_mod, opmod); in mlx5_core_get_caps()
Dsrq.c194 in.hdr.opmod = cpu_to_be16(!!is_srq); in arm_srq_cmd()
/linux-4.4.14/include/linux/mlx5/
Dvport.h38 u8 mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod);
Ddriver.h737 u16 opmod, u8 port);
Ddevice.h351 __be16 opmod; member
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dcq.c149 int cq_num, u32 opmod) in mlx4_MODIFY_CQ() argument
151 return mlx4_cmd(dev, mailbox->dma, cq_num, opmod, MLX4_CMD_MODIFY_CQ, in mlx4_MODIFY_CQ()
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dcq.c1143 in->hdr.opmod = cpu_to_be16(MLX5_CQ_OPMOD_RESIZE); in mlx5_ib_resize_cq()
Dqp.c2569 u8 opmod = 0; in finish_wqe() local
2572 mlx5_opcode | ((u32)opmod << 24)); in finish_wqe()