Searched refs:opmod (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | mad.c | 40 u16 opmod, u8 port) in mlx5_core_mad_ifc() argument 57 in->hdr.opmod = cpu_to_be16(opmod); in mlx5_core_mad_ifc()
|
D | pagealloc.c | 175 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()
|
D | port.c | 56 in->hdr.opmod = cpu_to_be16(!write); in mlx5_core_access_reg()
|
D | main.c | 348 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()
|
D | srq.c | 197 in.hdr.opmod = cpu_to_be16(!!is_srq); in mlx5_core_arm_srq()
|
D | qp.c | 426 in.hdr.opmod = 0; in mlx5_core_page_fault_resume()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | cq.c | 149 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/ |
D | driver.h | 658 u16 opmod); 700 u16 opmod, u8 port);
|
D | device.h | 325 __be16 opmod; member
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | cq.c | 1130 in->hdr.opmod = cpu_to_be16(MLX5_CQ_OPMOD_RESIZE); in mlx5_ib_resize_cq()
|
D | qp.c | 2570 u8 opmod = 0; in finish_wqe() local 2573 mlx5_opcode | ((u32)opmod << 24)); in finish_wqe()
|