Searched refs:opmod (Results 1 – 13 of 13) sorted by relevance
| /linux-4.4.14/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() 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()
|
| D | vport.c | 39 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()
|
| D | port.c | 56 in->hdr.opmod = cpu_to_be16(!write); in mlx5_core_access_reg()
|
| D | qp.c | 434 in.hdr.opmod = 0; in mlx5_core_page_fault_resume()
|
| D | main.c | 341 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()
|
| D | srq.c | 194 in.hdr.opmod = cpu_to_be16(!!is_srq); in arm_srq_cmd()
|
| /linux-4.4.14/include/linux/mlx5/ |
| D | vport.h | 38 u8 mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod);
|
| D | driver.h | 737 u16 opmod, u8 port);
|
| D | device.h | 351 __be16 opmod; member
|
| /linux-4.4.14/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.4.14/drivers/infiniband/hw/mlx5/ |
| D | cq.c | 1143 in->hdr.opmod = cpu_to_be16(MLX5_CQ_OPMOD_RESIZE); in mlx5_ib_resize_cq()
|
| D | qp.c | 2569 u8 opmod = 0; in finish_wqe() local 2572 mlx5_opcode | ((u32)opmod << 24)); in finish_wqe()
|