Searched refs:mlx4_qp_context (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/linux/mlx4/ |
H A D | qp.h | 192 struct mlx4_qp_context { struct 240 struct mlx4_qp_context qp_context; argument 480 struct mlx4_qp_context *context, enum mlx4_qp_optpar optpar, 484 struct mlx4_qp_context *context); 487 struct mlx4_qp_context *context,
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | qp.c | 94 struct mlx4_qp_context *context, in __mlx4_qp_modify() 184 ((struct mlx4_qp_context *) (mailbox->buf + 8))->local_qpn = in __mlx4_qp_modify() 215 struct mlx4_qp_context *context, in mlx4_qp_modify() 899 struct mlx4_qp_context *context) in mlx4_qp_query() 920 struct mlx4_qp_context *context, in mlx4_qp_to_ready() 954 struct mlx4_qp_context context; in mlx4_qp_roce_entropy()
|
H A D | en_resources.c | 42 int user_prio, struct mlx4_qp_context *context) in mlx4_en_fill_qp_context()
|
H A D | resource_tracker.c | 709 struct mlx4_qp_context *qp_ctx = inbox->buf + 8; in update_gid() 746 static int handle_counter(struct mlx4_dev *dev, struct mlx4_qp_context *qpc, 753 struct mlx4_qp_context *qpc = inbox->buf + 8; in update_vport_qp_param() 999 struct mlx4_qp_context *qpc, u8 slave, in handle_unexisting_counter() 1040 static int handle_counter(struct mlx4_dev *dev, struct mlx4_qp_context *qpc, in handle_counter() 2707 static int qp_get_mtt_addr(struct mlx4_qp_context *qpc) in qp_get_mtt_addr() 2717 static int qp_get_mtt_size(struct mlx4_qp_context *qpc) in qp_get_mtt_size() 2920 static int qp_get_rcqn(struct mlx4_qp_context *qpc) in qp_get_rcqn() 2925 static int qp_get_scqn(struct mlx4_qp_context *qpc) in qp_get_scqn() 2930 static u32 qp_get_srqn(struct mlx4_qp_context *qpc) in qp_get_srqn() [all …]
|
H A D | mlx4_en.h | 318 struct mlx4_qp_context sp_context; 752 struct mlx4_qp_context *context);
|
H A D | en_rx.c | 1120 struct mlx4_qp_context *context; in mlx4_en_config_rss_qp() 1196 struct mlx4_qp_context context; in mlx4_en_config_rss_steer() 1259 ptr = ((void *) &context) + offsetof(struct mlx4_qp_context, pri_path) in mlx4_en_config_rss_steer()
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | qp.c | 1928 struct mlx4_qp_context *context) in handle_eth_ud_smac_index() 2087 static void fill_qp_rss_context(struct mlx4_qp_context *context, in fill_qp_rss_context() 2092 rss_context = (void *)context + offsetof(struct mlx4_qp_context, in fill_qp_rss_context() 2124 struct mlx4_qp_context *context; in __mlx4_ib_modify_qp() 4015 struct mlx4_qp_context context; in mlx4_ib_query_qp()
|