Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mlx5/mlx5_core/
HDmlx5_mad.c34 u16 opmod, u8 port) in mlx5_core_mad_ifc() argument
45 in->hdr.opmod = cpu_to_be16(opmod); in mlx5_core_mad_ifc()
HDmlx5_pagealloc.c274 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()
HDmlx5_vport.c33 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()
HDmlx5_main.c287 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()
HDmlx5_srq.c330 in.hdr.opmod = cpu_to_be16(!!is_srq); in arm_srq_cmd()
HDmlx5_port.c50 in->hdr.opmod = cpu_to_be16(!write); in mlx5_core_access_reg()
/NextBSD/sys/dev/mlx5/
HDvport.h40 u8 mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod);
HDdriver.h782 u16 opmod, u8 port);
HDdevice.h293 __be16 opmod; member
/NextBSD/sys/dev/ifmlx4/
HDcq.c114 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/
HDcq.c114 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()