Home
last modified time | relevance | path

Searched refs:handle (Results 251 – 275 of 2886) sorted by relevance

1...<<11121314151617181920>>...116

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dact_stats.h13 void mlx5e_tc_act_stats_free(struct mlx5e_tc_act_stats_handle *handle);
16 mlx5e_tc_act_stats_add_flow(struct mlx5e_tc_act_stats_handle *handle,
20 mlx5e_tc_act_stats_del_flow(struct mlx5e_tc_act_stats_handle *handle,
24 mlx5e_tc_act_stats_fill_stats(struct mlx5e_tc_act_stats_handle *handle,
/linux/drivers/gpu/drm/qxl/
H A Dqxl_ioctl.c41 uint32_t handle; in qxl_alloc_ioctl() local
52 NULL, &handle); in qxl_alloc_ioctl()
58 qxl_alloc->handle = handle; in qxl_alloc_ioctl()
67 return drm_gem_ttm_dumb_map_offset(file_priv, &qdev->ddev, qxl_map->handle, in qxl_map_ioctl()
111 static int qxlhw_handle_to_bo(struct drm_file *file_priv, uint64_t handle, in qxlhw_handle_to_bo() argument
118 gobj = drm_gem_object_lookup(file_priv, handle); in qxlhw_handle_to_bo()
311 gobj = drm_gem_object_lookup(file, update_area->handle); in qxl_update_area_ioctl()
332 DRM_ERROR("got update area for surface with no id %d\n", update_area->handle); in qxl_update_area_ioctl()
386 int handle; in qxl_alloc_surf_ioctl() local
405 NULL, &handle); in qxl_alloc_surf_ioctl()
[all …]
/linux/tools/testing/selftests/tc-testing/
H A Dtdc_batch.py73 def format_add_filter(device, prio, handle, skip, src_mac, dst_mac, argument
77 device, prio, handle, skip, src_mac, dst_mac, share_action))
80 def format_rep_filter(device, prio, handle, skip, src_mac, dst_mac, argument
84 device, prio, handle, skip, src_mac, dst_mac, share_action))
87 def format_del_filter(device, prio, handle, skip, src_mac, dst_mac, argument
90 "flower".format(device, prio, handle))
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dtc_police_occ.sh70 tc filter add dev $swp1 ingress pref 1 handle 101 proto ip \
76 tc filter del dev $swp1 ingress pref 1 handle 101 flower
80 tc filter add dev $swp1 ingress pref 1 handle 101 proto ip \
84 tc filter add dev $swp1 ingress pref 2 handle 102 proto ip \
90 tc filter del dev $swp1 ingress pref 2 handle 102 flower
94 tc filter del dev $swp1 ingress pref 1 handle 101 flower
/linux/tools/testing/selftests/net/forwarding/
H A Dtc_vlan_modify.sh113 tc filter add dev $swp1 ingress protocol all pref 1 handle 1 \
115 tc filter add dev $swp2 ingress protocol all pref 1 handle 1 \
126 tc filter del dev $swp2 ingress protocol all pref 1 handle 1 flower
127 tc filter del dev $swp1 ingress protocol all pref 1 handle 1 flower
140 tc filter add dev $swp1 egress protocol all pref 1 handle 1 \
142 tc filter add dev $swp2 egress protocol all pref 1 handle 1 \
153 tc filter del dev $swp2 egress protocol all pref 1 handle 1 flower
154 tc filter del dev $swp1 egress protocol all pref 1 handle 1 flower
/linux/drivers/acpi/
H A Dprocessor_driver.c52 static void acpi_processor_notify(acpi_handle handle, u32 event, void *data) in acpi_processor_notify() argument
58 if (device->handle != handle) in acpi_processor_notify()
91 acpi_handle_debug(handle, "Unsupported event [0x%x]\n", event); in acpi_processor_notify()
108 device = acpi_fetch_acpi_dev(pr->handle); in acpi_soft_cpu_online()
135 if (!pr || !acpi_fetch_acpi_dev(pr->handle)) in acpi_soft_cpu_dead()
178 status = acpi_install_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in __acpi_processor_start()
203 acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in acpi_processor_stop()
H A Dprocessor_throttling.c214 acpi_handle_debug(pr->handle, in acpi_processor_throttling_notifier()
239 acpi_handle_debug(pr->handle, in acpi_processor_throttling_notifier()
249 acpi_handle_debug(pr->handle, in acpi_processor_throttling_notifier()
275 status = acpi_evaluate_integer(pr->handle, "_TPC", NULL, &tpc); in acpi_processor_get_platform_limit()
278 acpi_evaluation_failure_warn(pr->handle, "_TPC", status); in acpi_processor_get_platform_limit()
408 status = acpi_evaluate_object(pr->handle, "_PTC", NULL, &buffer); in acpi_processor_get_throttling_control()
411 acpi_evaluation_failure_warn(pr->handle, "_PTC", status); in acpi_processor_get_throttling_control()
492 status = acpi_evaluate_object(pr->handle, "_TSS", NULL, &buffer); in acpi_processor_get_throttling_states()
495 acpi_evaluation_failure_warn(pr->handle, "_TSS", status); in acpi_processor_get_throttling_states()
507 acpi_handle_debug(pr->handle, "Found %d throttling states\n", in acpi_processor_get_throttling_states()
[all …]
H A Dinternal.h117 void acpi_init_device_object(struct acpi_device *device, acpi_handle handle,
146 struct acpi_device *acpi_add_power_resource(acpi_handle handle);
173 bool processor_physically_present(acpi_handle handle);
189 acpi_handle handle; member
224 acpi_handle handle, acpi_ec_query_func func,
303 void acpi_mipi_check_crs_csi2(acpi_handle handle);
308 bool acpi_graph_ignore_port(acpi_handle handle);
310 static inline bool acpi_graph_ignore_port(acpi_handle handle) { return false; } in acpi_graph_ignore_port() argument
H A Dec.c146 acpi_handle handle; member
957 return first_ec->handle; in ec_get_handle()
1092 acpi_handle handle, acpi_ec_query_func func, in acpi_ec_add_query_handler() argument
1097 if (!handle && !func) in acpi_ec_add_query_handler()
1105 handler->handle = handle; in acpi_ec_add_query_handler()
1159 else if (handler->handle) in acpi_ec_event_processor()
1160 acpi_evaluate_object(handler->handle, NULL, NULL, NULL); in acpi_ec_event_processor()
1440 acpi_ec_register_query_methods(acpi_handle handle, u32 level, in acpi_ec_register_query_methods() argument
1449 status = acpi_get_name(handle, ACPI_SINGLE_NAME, &buffer); in acpi_ec_register_query_methods()
1452 acpi_ec_add_query_handler(ec, value, handle, NULL, NULL); in acpi_ec_register_query_methods()
[all …]
/linux/drivers/sh/intc/
H A Dhandle.c207 unsigned long handle, int do_enable) in intc_enable_disable() argument
217 for (cpu = 0; cpu < SMP_NR(d, _INTC_ADDR_E(handle)); cpu++) { in intc_enable_disable()
218 addr = INTC_REG(d, _INTC_ADDR_E(handle), cpu); in intc_enable_disable()
219 fn = intc_enable_noprio_fns[_INTC_MODE(handle)]; in intc_enable_disable()
220 fn(addr, handle, intc_reg_fns[_INTC_FN(handle)], 0); in intc_enable_disable()
223 for (cpu = 0; cpu < SMP_NR(d, _INTC_ADDR_D(handle)); cpu++) { in intc_enable_disable()
224 addr = INTC_REG(d, _INTC_ADDR_D(handle), cpu); in intc_enable_disable()
225 fn = intc_disable_fns[_INTC_MODE(handle)]; in intc_enable_disable()
226 fn(addr, handle, intc_reg_fns[_INTC_FN(handle)], 0); in intc_enable_disable()
/linux/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.h21 struct vmci_handle handle; member
33 struct vmci_handle handle; member
37 int vmci_dbell_host_context_notify(u32 src_cid, struct vmci_handle handle);
38 int vmci_dbell_get_priv_flags(struct vmci_handle handle, u32 *priv_flags);
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_mcast.c64 struct mlx5_flow_handle *handle; in mlx5_esw_bridge_mdb_flow_create() local
111 handle = mlx5_add_flow_rules(bridge->egress_ft, rule_spec, &flow_act, dests, num_dests); in mlx5_esw_bridge_mdb_flow_create()
115 return handle; in mlx5_esw_bridge_mdb_flow_create()
122 struct mlx5_flow_handle *handle; in mlx5_esw_bridge_port_mdb_offload() local
124 handle = mlx5_esw_bridge_mdb_flow_create(port->esw_owner_vhca_id, entry, port->bridge); in mlx5_esw_bridge_port_mdb_offload()
129 if (IS_ERR(handle)) in mlx5_esw_bridge_port_mdb_offload()
130 return PTR_ERR(handle); in mlx5_esw_bridge_port_mdb_offload()
132 entry->egress_handle = handle; in mlx5_esw_bridge_port_mdb_offload()
517 struct mlx5_flow_handle *handle; in mlx5_esw_bridge_mcast_flow_with_esw_create() local
530 handle = mlx5_add_flow_rules(port->mcast.ft, rule_spec, &flow_act, NULL, 0); in mlx5_esw_bridge_mcast_flow_with_esw_create()
[all …]
/linux/arch/arm/boot/dts/marvell/
H A Darmada-381-netgear-gs110emx.dts161 phy-handle = <&switch0phy1>;
167 phy-handle = <&switch0phy2>;
173 phy-handle = <&switch0phy3>;
179 phy-handle = <&switch0phy4>;
185 phy-handle = <&switch0phy5>;
191 phy-handle = <&switch0phy6>;
197 phy-handle = <&switch0phy7>;
203 phy-handle = <&switch0phy8>;
210 phy-handle = <&phy1>;
218 phy-handle = <&phy2>;
/linux/drivers/acpi/acpica/
H A Devrgnini.c34 acpi_ev_system_memory_region_setup(acpi_handle handle, in acpi_ev_system_memory_region_setup() argument
39 (union acpi_operand_object *)handle; in acpi_ev_system_memory_region_setup()
98 acpi_ev_io_space_region_setup(acpi_handle handle, in acpi_ev_io_space_region_setup() argument
131 acpi_ev_pci_config_region_setup(acpi_handle handle, in acpi_ev_pci_config_region_setup() argument
143 (union acpi_operand_object *)handle; in acpi_ev_pci_config_region_setup()
373 acpi_ev_pci_bar_region_setup(acpi_handle handle, in acpi_ev_pci_bar_region_setup() argument
400 acpi_ev_cmos_region_setup(acpi_handle handle, in acpi_ev_cmos_region_setup() argument
427 acpi_ev_data_table_region_setup(acpi_handle handle, in acpi_ev_data_table_region_setup() argument
432 (union acpi_operand_object *)handle; in acpi_ev_data_table_region_setup()
477 acpi_ev_default_region_setup(acpi_handle handle, in acpi_ev_default_region_setup() argument
/linux/drivers/media/pci/cx18/
H A Dcx18-mailbox.c233 u32 handle, mdl_ack_count, id; in epu_dma_done() local
241 handle = mb->args[0]; in epu_dma_done()
242 s = cx18_handle_to_stream(cx, handle); in epu_dma_done()
246 handle, in epu_dma_done()
419 u32 handle, mdl_ack_offset, mdl_ack_count; in epu_dma_done_irq() local
424 handle = mb->args[0]; in epu_dma_done_irq()
428 if (handle == CX18_INVALID_TASK_HANDLE || in epu_dma_done_irq()
742 s->handle, 1, mode, cx->spatial_strength); in cx18_set_filter_param()
745 s->handle, 0, mode, cx->temporal_strength); in cx18_set_filter_param()
747 s->handle, 2, cx->filter_mode >> 2, 0); in cx18_set_filter_param()
[all …]
/linux/include/uapi/drm/
H A Ddrm.h213 void *handle; /**< Handle of map */ member
227 void *handle; /**< User-space: "Handle" to pass to mmap() */ member
425 drm_context_t handle; member
441 drm_drawable_t handle; member
452 drm_drawable_t handle; member
546 unsigned long handle; /**< Used for binding / unbinding */ member
557 unsigned long handle; /**< From drm_agp_buffer */ member
587 unsigned long handle; /**< Used for mapping / unmapping */ member
603 __u32 handle; member
610 __u32 handle; member
[all …]
/linux/tools/include/uapi/drm/
H A Ddrm.h213 void *handle; /**< Handle of map */ member
227 void *handle; /**< User-space: "Handle" to pass to mmap() */ member
425 drm_context_t handle; member
441 drm_drawable_t handle; member
452 drm_drawable_t handle; member
546 unsigned long handle; /**< Used for binding / unbinding */ member
557 unsigned long handle; /**< From drm_agp_buffer */ member
587 unsigned long handle; /**< Used for mapping / unmapping */ member
603 __u32 handle; member
610 __u32 handle; member
[all …]
/linux/drivers/i2c/busses/
H A Di2c-designware-baytrail.c19 acpi_handle handle; in i2c_dw_baytrail_probe_lock_support() local
24 handle = ACPI_HANDLE(dev->dev); in i2c_dw_baytrail_probe_lock_support()
25 if (!handle) in i2c_dw_baytrail_probe_lock_support()
28 status = acpi_evaluate_integer(handle, "_SEM", NULL, &shared_host); in i2c_dw_baytrail_probe_lock_support()
/linux/include/linux/qed/
H A Dqed_iscsi_if.h209 u32 *handle,
212 int (*release_conn)(struct qed_dev *cdev, u32 handle);
215 u32 handle,
219 u32 handle,
222 int (*destroy_conn)(struct qed_dev *cdev, u32 handle, u8 abrt_conn);
224 int (*clear_sq)(struct qed_dev *cdev, u32 handle);
229 int (*change_mac)(struct qed_dev *cdev, u32 handle, const u8 *mac);
/linux/net/vmw_vsock/
H A Dvmci_transport.c120 struct vmci_handle handle) in vmci_transport_packet_init() argument
149 pkt->u.handle = handle; in vmci_transport_packet_init()
193 struct vmci_handle handle, in __vmci_transport_send_control_pkt() argument
199 proto, handle); in __vmci_transport_send_control_pkt()
213 struct vmci_handle handle) in vmci_transport_reply_control_pkt_fast() argument
226 handle, true); in vmci_transport_reply_control_pkt_fast()
237 struct vmci_handle handle) in vmci_transport_send_control_pkt_bh() argument
248 VSOCK_PROTO_INVALID, handle, in vmci_transport_send_control_pkt_bh()
260 struct vmci_handle handle) in vmci_transport_alloc_send_control_pkt() argument
270 mode, wait, proto, handle, in vmci_transport_alloc_send_control_pkt()
[all …]
/linux/drivers/tty/
H A Dehv_bytechan.c47 uint32_t handle; member
139 static unsigned int local_ev_byte_channel_send(unsigned int handle, in local_ev_byte_channel_send() argument
154 return ev_byte_channel_send(handle, count, p); in local_ev_byte_channel_send()
233 static int ehv_bc_console_byte_channel_send(unsigned int handle, const char *s, in ehv_bc_console_byte_channel_send() argument
242 ret = local_ev_byte_channel_send(handle, &len, s); in ehv_bc_console_byte_channel_send()
362 ev_byte_channel_poll(bc->handle, &rx_count, &tx_count); in ehv_bc_tty_rx_isr()
377 ev_byte_channel_receive(bc->handle, &len, buffer); in ehv_bc_tty_rx_isr()
422 ret = local_ev_byte_channel_send(bc->handle, &len, bc->buf + bc->tail); in ehv_bc_tx_dequeue()
674 unsigned int handle; in ehv_bc_tty_probe() local
690 handle = be32_to_cpu(*iprop); in ehv_bc_tty_probe()
[all …]
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c253 *mrioc, u16 handle) in __mpi3mr_expander_find_by_handle() argument
259 if (sas_expander->handle != handle) in __mpi3mr_expander_find_by_handle()
294 static int mpi3mr_get_sas_address(struct mpi3mr_ioc *mrioc, u16 handle, in mpi3mr_get_sas_address() argument
305 handle))) { in mpi3mr_get_sas_address()
312 handle, ioc_status, __FILE__, __LINE__, __func__); in mpi3mr_get_sas_address()
784 static int mpi3mr_set_identify(struct mpi3mr_ioc *mrioc, u16 handle, in mpi3mr_set_identify() argument
805 sizeof(device_pg0), MPI3_DEVICE_PGAD_FORM_HANDLE, handle))) { in mpi3mr_set_identify()
812 handle, ioc_status, __FILE__, __LINE__, __func__); in mpi3mr_set_identify()
885 if ((mpi3mr_set_identify(mrioc, mr_sas_phy->handle, in mpi3mr_add_host_phy()
922 mr_sas_phy->handle, (unsigned long long) in mpi3mr_add_host_phy()
[all …]
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_eqs.h200 void (*hwe_handler)(void *handle, void *data, u8 size);
201 void *handle; member
217 void (*handler)(void *handle, u32 ceqe_data);
218 void *handle; member
232 enum hinic_aeq_type event, void *handle,
233 void (*hwe_handler)(void *handle, void *data,
240 enum hinic_ceq_type event, void *handle,
241 void (*ceq_cb)(void *handle, u32 ceqe_data));
/linux/arch/arm/boot/dts/microchip/
H A Dlan966x-pcb8290.dts118 phy-handle = <&ext_phy2>;
126 phy-handle = <&ext_phy3>;
134 phy-handle = <&ext_phy0>;
142 phy-handle = <&ext_phy1>;
150 phy-handle = <&ext_phy6>;
158 phy-handle = <&ext_phy7>;
166 phy-handle = <&ext_phy4>;
174 phy-handle = <&ext_phy5>;
/linux/net/sched/
H A Dcls_bpf.c46 u32 handle; member
293 idr_remove(&head->handle_idr, prog->handle); in __cls_bpf_delete()
326 static void *cls_bpf_get(struct tcf_proto *tp, u32 handle) in cls_bpf_get() argument
332 if (prog->handle == handle) in cls_bpf_get()
411 u32 handle, struct nlattr **tca, in cls_bpf_change() argument
441 if (handle && oldprog->handle != handle) { in cls_bpf_change()
447 if (handle == 0) { in cls_bpf_change()
448 handle = 1; in cls_bpf_change()
449 ret = idr_alloc_u32(&head->handle_idr, prog, &handle, in cls_bpf_change()
452 ret = idr_alloc_u32(&head->handle_idr, prog, &handle, in cls_bpf_change()
[all …]

1...<<11121314151617181920>>...116