Searched refs:mlx4_qp_context (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/include/linux/mlx4/ |
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,
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/ |
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()
|
A D | en_resources.c | 42 int user_prio, struct mlx4_qp_context *context) in mlx4_en_fill_qp_context()
|
A D | resource_tracker.c | 709 struct mlx4_qp_context *qp_ctx = inbox->buf + 8; in update_gid() 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() 2936 struct mlx4_qp_context *context) in adjust_proxy_tun_qkey() 2949 struct mlx4_qp_context *qpc, 2962 struct mlx4_qp_context *qpc = inbox->buf + 8; in mlx4_RST2INIT_QP_wrapper() 3190 struct mlx4_qp_context *qp_ctx; in verify_qp_parameters() 3762 struct mlx4_qp_context *context = inbox->buf + 8; in mlx4_INIT2INIT_QP_wrapper() 3769 struct mlx4_qp_context *qpc, in adjust_qp_sched_queue() 3802 struct mlx4_qp_context *qpc, in roce_verify_mac() [all …]
|
A D | mlx4_en.h | 317 struct mlx4_qp_context sp_context; 750 struct mlx4_qp_context *context);
|
A D | en_rx.c | 1102 struct mlx4_qp_context *context; in mlx4_en_config_rss_qp() 1178 struct mlx4_qp_context context; in mlx4_en_config_rss_steer() 1241 ptr = ((void *) &context) + offsetof(struct mlx4_qp_context, pri_path) in mlx4_en_config_rss_steer()
|
/linux-6.3-rc2/drivers/infiniband/hw/mlx4/ |
A D | qp.c | 1924 struct mlx4_qp_context *context) in handle_eth_ud_smac_index() 2083 static void fill_qp_rss_context(struct mlx4_qp_context *context, in fill_qp_rss_context() 2088 rss_context = (void *)context + offsetof(struct mlx4_qp_context, in fill_qp_rss_context() 2120 struct mlx4_qp_context *context; in __mlx4_ib_modify_qp() 4011 struct mlx4_qp_context context; in mlx4_ib_query_qp()
|
Completed in 33 milliseconds