Home
last modified time | relevance | path

Searched defs:rep (Results 1 – 25 of 96) sorted by relevance

1234

/Linux-v5.10/tools/perf/
Dbuiltin-report.c112 struct report *rep = cb; in report__config() local
145 struct report *rep = arg; in hist_iter__report_callback() local
188 struct report *rep = arg; in hist_iter__branch_callback() local
220 struct report *rep = container_of(session->tool, struct report, tool); in process_feature_event() local
246 struct report *rep = container_of(tool, struct report, tool); in process_sample_event() local
320 struct report *rep = container_of(tool, struct report, tool); in process_read_event() local
338 static int report__setup_sample_type(struct report *rep) in report__setup_sample_type()
431 static size_t hists__fprintf_nr_sample_events(struct hists *hists, struct report *rep, in hists__fprintf_nr_sample_events()
497 struct report *rep) in perf_evlist__tui_block_hists_browse()
515 struct report *rep, in perf_evlist__tty_browse_hists()
[all …]
/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dib_rep.c11 mlx5_ib_set_vport_rep(struct mlx5_core_dev *dev, struct mlx5_eswitch_rep *rep) in mlx5_ib_set_vport_rep()
30 mlx5_ib_vport_rep_load(struct mlx5_core_dev *dev, struct mlx5_eswitch_rep *rep) in mlx5_ib_vport_rep_load()
70 mlx5_ib_vport_rep_unload(struct mlx5_eswitch_rep *rep) in mlx5_ib_vport_rep_unload()
86 static void *mlx5_ib_vport_get_proto_dev(struct mlx5_eswitch_rep *rep) in mlx5_ib_vport_get_proto_dev()
144 struct mlx5_eswitch_rep *rep; in create_flow_rule_vport_sq() local
Dib_rep.h73 struct mlx5_ib_dev *mlx5_ib_rep_to_dev(struct mlx5_eswitch_rep *rep) in mlx5_ib_rep_to_dev()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c176 struct mlx5_eswitch_rep *rep = rpriv->rep; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() local
378 struct mlx5_eswitch_rep *rep) in mlx5e_sqs2vport_stop()
395 struct mlx5_eswitch_rep *rep, in mlx5e_sqs2vport_start()
438 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_add_sqs_fwd_rules() local
467 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_remove_sqs_fwd_rules() local
476 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_rep_open() local
499 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_rep_close() local
515 struct mlx5_eswitch_rep *rep; in mlx5e_is_uplink_rep() local
614 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_rep_change_carrier() local
682 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_build_rep_params() local
[all …]
Deswitch_offloads.c573 struct mlx5_eswitch_rep *rep; in esw_set_global_vlan_pop() local
1774 struct mlx5_eswitch_rep *rep; in esw_offloads_init_reps() local
1797 struct mlx5_eswitch_rep *rep, u8 rep_type) in __esw_offloads_unload_rep()
1806 struct mlx5_eswitch_rep *rep; in __unload_reps_all_vport() local
1828 struct mlx5_eswitch_rep *rep; in mlx5_esw_offloads_rep_load() local
1852 struct mlx5_eswitch_rep *rep; in mlx5_esw_offloads_rep_unload() local
2737 struct mlx5_eswitch_rep *rep; in mlx5_eswitch_register_vport_reps() local
2752 struct mlx5_eswitch_rep *rep; in mlx5_eswitch_unregister_vport_reps() local
2765 struct mlx5_eswitch_rep *rep; in mlx5_eswitch_get_uplink_priv() local
2775 struct mlx5_eswitch_rep *rep; in mlx5_eswitch_get_proto_dev() local
Deswitch.h410 struct mlx5_eswitch_rep *rep; member
588 #define mlx5_esw_for_all_reps(esw, i, rep) \ argument
593 #define mlx5_esw_for_each_vf_rep(esw, i, rep, nvfs) \ argument
598 #define mlx5_esw_for_each_vf_rep_reverse(esw, i, rep, nvfs) \ argument
610 #define mlx5_esw_for_each_host_func_rep(esw, i, rep, nvfs) \ argument
615 #define mlx5_esw_for_each_host_func_rep_reverse(esw, i, rep, nvfs) \ argument
Den_rep.h96 struct mlx5_eswitch_rep *rep; member
107 struct mlx5e_rep_priv *mlx5e_rep_to_rep_priv(struct mlx5_eswitch_rep *rep) in mlx5e_rep_to_rep_priv()
/Linux-v5.10/net/sunrpc/xprtrdma/
Dverbs.c184 struct rpcrdma_rep *rep = container_of(cqe, struct rpcrdma_rep, in rpcrdma_wc_receive() local
961 struct rpcrdma_rep *rep; in rpcrdma_rep_create() local
998 static void rpcrdma_rep_destroy(struct rpcrdma_rep *rep) in rpcrdma_rep_destroy()
1017 struct rpcrdma_rep *rep) in rpcrdma_rep_put()
1025 struct rpcrdma_rep *rep; in rpcrdma_reps_unmap() local
1035 struct rpcrdma_rep *rep; in rpcrdma_reps_destroy() local
1243 void rpcrdma_recv_buffer_put(struct rpcrdma_rep *rep) in rpcrdma_recv_buffer_put()
1388 struct rpcrdma_rep *rep; in rpcrdma_post_recvs() local
1429 struct rpcrdma_rep *rep; in rpcrdma_post_recvs() local
Drpc_rdma.c523 struct rpcrdma_rep *rep = req->rl_reply; in rpcrdma_sendctx_done() local
1115 rpcrdma_is_bcall(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep) in rpcrdma_is_bcall()
1255 rpcrdma_decode_msg(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep, in rpcrdma_decode_msg()
1285 rpcrdma_decode_nomsg(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep) in rpcrdma_decode_nomsg()
1310 rpcrdma_decode_error(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep, in rpcrdma_decode_error()
1348 void rpcrdma_complete_rqst(struct rpcrdma_rep *rep) in rpcrdma_complete_rqst()
1401 void rpcrdma_reply_handler(struct rpcrdma_rep *rep) in rpcrdma_reply_handler()
Dfrwr_ops.c416 void frwr_reminv(struct rpcrdma_rep *rep, struct list_head *mrs) in frwr_reminv()
574 struct rpcrdma_rep *rep = mr->mr_req->rl_reply; in frwr_wc_localinv_done() local
Dbackchannel.c222 struct rpcrdma_rep *rep) in rpcrdma_bc_receive_call()
/Linux-v5.10/include/uapi/drm/
Dvmwgfx_drm.h248 struct drm_vmw_surface_arg rep; member
276 struct drm_vmw_surface_create_req rep; member
435 struct drm_vmw_bo_rep rep; member
969 struct drm_vmw_gb_surface_create_rep rep; member
1011 struct drm_vmw_gb_surface_ref_rep rep; member
1096 struct drm_vmw_context_arg rep; member
1176 struct drm_vmw_gb_surface_create_rep rep; member
1219 struct drm_vmw_gb_surface_ref_ext_rep rep; member
/Linux-v5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_surface.c738 struct drm_vmw_surface_arg *rep = &arg->rep; in vmw_surface_define_ioctl() local
1021 struct drm_vmw_surface_create_req *rep = &arg->rep; in vmw_surface_reference_ioctl() local
1361 struct drm_vmw_gb_surface_create_rep *rep = &arg->rep; in vmw_gb_surface_define_ioctl() local
1389 struct drm_vmw_gb_surface_ref_rep *rep = &arg->rep; in vmw_gb_surface_reference_ioctl() local
1418 struct drm_vmw_gb_surface_create_rep *rep = &arg->rep; in vmw_gb_surface_define_ext_ioctl() local
1437 struct drm_vmw_gb_surface_ref_ext_rep *rep = &arg->rep; in vmw_gb_surface_reference_ext_ioctl() local
1454 struct drm_vmw_gb_surface_create_rep *rep, in vmw_gb_surface_define_internal()
1644 struct drm_vmw_gb_surface_ref_ext_rep *rep, in vmw_gb_surface_reference_internal()
/Linux-v5.10/net/unix/
Ddiag.c126 struct unix_diag_msg *rep; in sk_diag_fill() local
263 struct sk_buff *rep; in unix_diag_get_exact() local
/Linux-v5.10/include/linux/platform_data/
Dkeyboard-spear.h159 bool rep; member
Dkeyscan-davinci.h22 u8 rep:1; member
Dkeypad-omap.h19 bool rep; member
/Linux-v5.10/include/linux/
Dtca6416_keypad.h25 unsigned int rep:1; /* enable input subsystem auto repeat */ member
Dgpio_keys.h54 unsigned int rep:1; member
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dconn.c39 struct nvif_notify_conn_rep_v0 rep; in nvkm_conn_hpd() local
/Linux-v5.10/net/vmw_vsock/
Ddiag.c18 struct vsock_diag_msg *rep; in sk_diag_fill() local
/Linux-v5.10/net/mptcp/
Dmptcp_diag.c33 struct sk_buff *rep; in mptcp_diag_dump_one() local
/Linux-v5.10/drivers/hid/intel-ish-hid/
Dishtp-hid.c104 static void ishtp_hid_request(struct hid_device *hid, struct hid_report *rep, in ishtp_hid_request()
/Linux-v5.10/drivers/gpu/drm/nouveau/
Dnouveau_usif.c78 } *rep = header; in usif_notify() local
100 struct nvif_notify_rep_v0 *rep = (void *)ntfy->p->e.data; in usif_notify() local
/Linux-v5.10/drivers/s390/crypto/
Dzcrypt_ep11misc.c390 struct ep11_cprb *rep, size_t rep_len) in prep_urb()
490 struct ep11_cprb *req = NULL, *rep = NULL; in ep11_query_info() local
702 struct ep11_cprb *req = NULL, *rep = NULL; in ep11_genaeskey() local
830 struct ep11_cprb *req = NULL, *rep = NULL; in ep11_cryptsingle() local
967 struct ep11_cprb *req = NULL, *rep = NULL; in ep11_unwrapkey() local
1098 struct ep11_cprb *req = NULL, *rep = NULL; in ep11_wrapkey() local

1234