Home
last modified time | relevance | path

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

/linux-4.1.27/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()
312 in->hdr.opmod = cpu_to_be16(MLX5_PAGES_GIVE); in give_pages()
345 nin->hdr.opmod = cpu_to_be16(MLX5_PAGES_CANT_GIVE); in give_pages()
380 in.hdr.opmod = cpu_to_be16(MLX5_PAGES_TAKE); in reclaim_pages()
Dport.c56 in->hdr.opmod = cpu_to_be16(!write); in mlx5_core_access_reg()
Dmain.c348 static const char *caps_opmod_str(u16 opmod) in caps_opmod_str() argument
350 switch (opmod) { in caps_opmod_str()
361 u16 opmod) in mlx5_core_get_caps() argument
373 MLX5_SET(query_hca_cap_in, in, op_mod, opmod); in mlx5_core_get_caps()
383 mlx5_core_dbg(dev, "%s\n", caps_opmod_str(opmod)); in mlx5_core_get_caps()
Dsrq.c197 in.hdr.opmod = cpu_to_be16(!!is_srq); in mlx5_core_arm_srq()
Dqp.c426 in.hdr.opmod = 0; in mlx5_core_page_fault_resume()
/linux-4.1.27/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.1.27/include/linux/mlx5/
Ddriver.h658 u16 opmod);
700 u16 opmod, u8 port);
Ddevice.h325 __be16 opmod; member
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dcq.c1130 in->hdr.opmod = cpu_to_be16(MLX5_CQ_OPMOD_RESIZE); in mlx5_ib_resize_cq()
Dqp.c2570 u8 opmod = 0; in finish_wqe() local
2573 mlx5_opcode | ((u32)opmod << 24)); in finish_wqe()