Searched refs:opmod (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/sys/dev/mlx5/mlx5_core/ |
| HD | mlx5_mad.c | 34 u16 opmod, u8 port) in mlx5_core_mad_ifc() argument 45 in->hdr.opmod = cpu_to_be16(opmod); in mlx5_core_mad_ifc()
|
| HD | mlx5_pagealloc.c | 274 in->hdr.opmod = cpu_to_be16(MLX5_PAGES_GIVE); in give_pages() 303 nin->hdr.opmod = cpu_to_be16(MLX5_PAGES_CANT_GIVE); in give_pages() 338 in.hdr.opmod = cpu_to_be16(MLX5_PAGES_TAKE); in reclaim_pages()
|
| HD | mlx5_vport.c | 33 u8 mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod) in mlx5_query_vport_state() argument 43 MLX5_SET(query_vport_state_in, in, op_mod, opmod); in mlx5_query_vport_state()
|
| HD | mlx5_main.c | 287 u16 opmod = (cap_type << 1) | (cap_mode & 0x01); in mlx5_core_get_caps() local 294 MLX5_SET(query_hca_cap_in, in, op_mod, opmod); in mlx5_core_get_caps()
|
| HD | mlx5_srq.c | 330 in.hdr.opmod = cpu_to_be16(!!is_srq); in arm_srq_cmd()
|
| HD | mlx5_port.c | 50 in->hdr.opmod = cpu_to_be16(!write); in mlx5_core_access_reg()
|
| /NextBSD/sys/dev/mlx5/ |
| HD | vport.h | 40 u8 mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod);
|
| HD | driver.h | 782 u16 opmod, u8 port);
|
| HD | device.h | 293 __be16 opmod; member
|
| /NextBSD/sys/dev/ifmlx4/ |
| HD | cq.c | 114 int cq_num, u32 opmod) in mlx4_MODIFY_CQ() argument 116 return mlx4_cmd(dev, mailbox->dma, cq_num, opmod, MLX4_CMD_MODIFY_CQ, in mlx4_MODIFY_CQ()
|
| /NextBSD/sys/ofed/drivers/net/mlx4/ |
| HD | cq.c | 114 int cq_num, u32 opmod) in mlx4_MODIFY_CQ() argument 116 return mlx4_cmd(dev, mailbox->dma, cq_num, opmod, MLX4_CMD_MODIFY_CQ, in mlx4_MODIFY_CQ()
|