| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | en_rep.c | 205 struct mlx5_eswitch_rep *rep = rpriv->rep; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() local 295 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_rep_update_vport_q_counter() local 438 struct mlx5_eswitch_rep *rep) in mlx5e_sqs2vport_stop() 502 struct mlx5_eswitch_rep *rep, in mlx5e_sqs2vport_start() 574 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_add_sqs_fwd_rules() local 627 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_remove_sqs_fwd_rules() local 637 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_rep_add_meta_tunnel_rule() local 679 struct mlx5_eswitch_rep *rep = rpriv->rep; in mlx5e_rep_open() local 718 struct mlx5_eswitch_rep *rep; in mlx5e_is_uplink_rep() local 1660 struct mlx5_eswitch_rep *rep, in mlx5e_vport_rep_event_pair() [all …]
|
| A D | eswitch_offloads.c | 2362 struct mlx5_eswitch_rep *rep; in mlx5_esw_offloads_rep_init() local 2395 struct mlx5_eswitch_rep *rep; in esw_offloads_cleanup_reps() local 2539 struct mlx5_eswitch_rep *rep; in __unload_reps_all_vport() local 2548 struct mlx5_eswitch_rep *rep; in mlx5_esw_offloads_rep_load() local 2570 struct mlx5_eswitch_rep *rep; in mlx5_esw_offloads_rep_unload() local 2895 struct mlx5_eswitch_rep *rep; in mlx5_esw_offloads_rep_event_unpair() local 2924 struct mlx5_eswitch_rep *rep; in mlx5_esw_offloads_pair() local 3304 struct mlx5_eswitch_rep *rep; in mlx5_eswitch_reload_ib_reps() local 4057 struct mlx5_eswitch_rep *rep; in mlx5_eswitch_register_vport_reps() local 4073 struct mlx5_eswitch_rep *rep; in mlx5_eswitch_unregister_vport_reps() local [all …]
|
| /linux/tools/perf/ |
| A D | builtin-report.c | 126 struct report *rep = cb; in report__config() local 169 struct report *rep = arg; in hist_iter__report_callback() local 212 struct report *rep = arg; in hist_iter__branch_callback() local 656 static int report__browse_hists(struct report *rep) in report__browse_hists() 750 struct report *rep = arg; in hists__resort_cb() local 813 static void stats_setup(struct report *rep) in stats_setup() 823 static int stats_print(struct report *rep) in stats_print() 832 static void tasks_setup(struct report *rep) in tasks_setup() 1020 static int tasks_print(struct report *rep, FILE *fp) in tasks_print() 1041 static int __cmd_report(struct report *rep) in __cmd_report() [all …]
|
| /linux/drivers/infiniband/hw/mlx5/ |
| A D | ib_rep.c | 12 struct mlx5_eswitch_rep *rep, in mlx5_ib_set_vport_rep() 48 mlx5_ib_vport_rep_load(struct mlx5_core_dev *dev, struct mlx5_eswitch_rep *rep) in mlx5_ib_vport_rep_load() 132 static void *mlx5_ib_rep_to_dev(struct mlx5_eswitch_rep *rep) in mlx5_ib_rep_to_dev() 138 mlx5_ib_vport_rep_unload(struct mlx5_eswitch_rep *rep) in mlx5_ib_vport_rep_unload() 218 struct mlx5_eswitch_rep *rep; in create_flow_rule_vport_sq() local
|
| /linux/net/sunrpc/xprtrdma/ |
| A D | verbs.c | 164 struct rpcrdma_rep *rep = container_of(cqe, struct rpcrdma_rep, in rpcrdma_wc_receive() local 953 struct rpcrdma_rep *rep; in rpcrdma_rep_create() local 988 static void rpcrdma_rep_free(struct rpcrdma_rep *rep) in rpcrdma_rep_free() 1011 void rpcrdma_rep_put(struct rpcrdma_buffer *buf, struct rpcrdma_rep *rep) in rpcrdma_rep_put() 1023 struct rpcrdma_rep *rep; in rpcrdma_reps_unmap() local 1031 struct rpcrdma_rep *rep; in rpcrdma_reps_destroy() local 1353 struct rpcrdma_rep *rep; in rpcrdma_post_recvs() local 1395 struct rpcrdma_rep *rep; in rpcrdma_post_recvs() local
|
| A D | rpc_rdma.c | 523 struct rpcrdma_rep *rep = req->rl_reply; in rpcrdma_sendctx_done() local 1121 rpcrdma_is_bcall(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep) in rpcrdma_is_bcall() 1262 rpcrdma_decode_msg(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep, in rpcrdma_decode_msg() 1292 rpcrdma_decode_nomsg(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep) in rpcrdma_decode_nomsg() 1317 rpcrdma_decode_error(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep, in rpcrdma_decode_error() 1352 void rpcrdma_unpin_rqst(struct rpcrdma_rep *rep) in rpcrdma_unpin_rqst() 1374 void rpcrdma_complete_rqst(struct rpcrdma_rep *rep) in rpcrdma_complete_rqst() 1427 void rpcrdma_reply_handler(struct rpcrdma_rep *rep) in rpcrdma_reply_handler()
|
| A D | backchannel.c | 154 struct rpcrdma_rep *rep = req->rl_reply; in xprt_rdma_bc_free_rqst() local 220 struct rpcrdma_rep *rep) in rpcrdma_bc_receive_call()
|
| A D | frwr_ops.c | 429 void frwr_reminv(struct rpcrdma_rep *rep, struct list_head *mrs) in frwr_reminv() 574 struct rpcrdma_rep *rep; in frwr_wc_localinv_done() local
|
| /linux/tools/testing/selftests/net/netfilter/ |
| A D | audit_logread.c | 28 int audit_recv(int fd, struct audit_message *rep) in audit_recv() 81 struct audit_message rep = { 0 }; in audit_set() local 96 struct audit_message rep = { 0 }; in readlog() local
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
| A D | bridge.c | 102 struct net_device *rep; in mlx5_esw_bridge_lower_rep_vport_num_vhca_id_get() local 116 static bool mlx5_esw_bridge_is_local(struct net_device *dev, struct net_device *rep, in mlx5_esw_bridge_is_local() 139 struct net_device *upper = info->upper_dev, *rep; in mlx5_esw_bridge_port_changeupper() local 440 struct net_device *upper, *rep; in mlx5_esw_bridge_switchdev_event() local
|
| /linux/include/uapi/drm/ |
| A D | vmwgfx_drm.h | 260 struct drm_vmw_surface_arg rep; member 288 struct drm_vmw_surface_create_req rep; member 447 struct drm_vmw_bo_rep rep; member 982 struct drm_vmw_gb_surface_create_rep rep; member 1024 struct drm_vmw_gb_surface_ref_rep rep; member 1109 struct drm_vmw_context_arg rep; member 1189 struct drm_vmw_gb_surface_create_rep rep; member 1232 struct drm_vmw_gb_surface_ref_ext_rep rep; member
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_surface.c | 735 struct drm_vmw_surface_arg *rep = &arg->rep; in vmw_surface_define_ioctl() local 1105 struct drm_vmw_surface_create_req *rep = &arg->rep; in vmw_surface_reference_ioctl() local 1445 struct drm_vmw_gb_surface_create_rep *rep = &arg->rep; in vmw_gb_surface_define_ioctl() local 1473 struct drm_vmw_gb_surface_ref_rep *rep = &arg->rep; in vmw_gb_surface_reference_ioctl() local 1502 struct drm_vmw_gb_surface_create_rep *rep = &arg->rep; in vmw_gb_surface_define_ext_ioctl() local 1521 struct drm_vmw_gb_surface_ref_ext_rep *rep = &arg->rep; in vmw_gb_surface_reference_ext_ioctl() local 1538 struct drm_vmw_gb_surface_create_rep *rep, in vmw_gb_surface_define_internal() 1715 struct drm_vmw_gb_surface_ref_ext_rep *rep, in vmw_gb_surface_reference_internal()
|
| /linux/net/unix/ |
| A D | diag.c | 116 struct unix_diag_msg *rep; in sk_diag_fill() local 243 struct sk_buff *rep; in unix_diag_get_exact() local
|
| /linux/include/linux/platform_data/ |
| A D | keyboard-spear.h | 159 bool rep; member
|
| A D | keyscan-davinci.h | 22 u8 rep:1; member
|
| A D | keypad-omap.h | 19 bool rep; member
|
| /linux/include/linux/ |
| A D | tca6416_keypad.h | 25 unsigned int rep:1; /* enable input subsystem auto repeat */ member
|
| A D | gpio_keys.h | 56 unsigned int rep:1; member
|
| /linux/drivers/s390/crypto/ |
| A D | zcrypt_ep11misc.c | 490 struct ep11_cprb *rep, size_t rep_len) in prep_urb() 567 static int check_reply_cprb(const struct ep11_cprb *rep, const char *func) in check_reply_cprb() 606 struct ep11_cprb *req = NULL, *rep = NULL; in ep11_query_info() local 823 struct ep11_cprb *req = NULL, *rep = NULL; in _ep11_genaeskey() local 1001 struct ep11_cprb *req = NULL, *rep = NULL; in ep11_cryptsingle() local 1143 struct ep11_cprb *req = NULL, *rep = NULL; in _ep11_unwrapkey() local 1320 struct ep11_cprb *req = NULL, *rep = NULL; in _ep11_wrapkey() local
|
| /linux/drivers/hid/ |
| A D | hid-apple.c | 760 struct apple_backlight_set_report *rep; in apple_backlight_set() local 791 struct apple_backlight_config_report *rep; in apple_backlight_init() local 839 static void apple_magic_backlight_report_set(struct hid_report *rep, s32 value, u8 rate) in apple_magic_backlight_report_set()
|
| A D | hid-nintendo.c | 1343 struct joycon_input_report *rep, in joycon_input_report_parse_imu_data() 1364 struct joycon_input_report *rep) in joycon_parse_imu_report() 1560 static void joycon_handle_rumble_report(struct joycon_ctlr *ctlr, struct joycon_input_report *rep) in joycon_handle_rumble_report() 1585 static void joycon_parse_battery_status(struct joycon_ctlr *ctlr, struct joycon_input_report *rep) in joycon_parse_battery_status() 1623 struct joycon_input_report *rep) in joycon_report_left_stick() 1641 struct joycon_input_report *rep) in joycon_report_right_stick() 1659 struct joycon_input_report *rep) in joycon_report_dpad() 1680 struct joycon_input_report *rep, in joycon_report_buttons() 1691 struct joycon_input_report *rep) in joycon_parse_report()
|
| /linux/net/vmw_vsock/ |
| A D | diag.c | 18 struct vsock_diag_msg *rep; in sk_diag_fill() local
|
| /linux/drivers/hid/amd-sfh-hid/ |
| A D | amd_sfh_hid.c | 61 static void amdtp_hid_request(struct hid_device *hid, struct hid_report *rep, int reqtype) in amdtp_hid_request()
|
| /linux/drivers/hid/intel-ish-hid/ |
| A D | ishtp-hid.c | 104 static void ishtp_hid_request(struct hid_device *hid, struct hid_report *rep, in ishtp_hid_request()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
| A D | ipsec_fs.c | 146 struct mlx5_eswitch_rep *rep; in mlx5_esw_ipsec_restore_dest_uplink() local
|