Searched refs:handle (Results 151 - 175 of 1672) sorted by relevance

1234567891011>>

/linux-master/fs/ocfs2/
H A Djournal.h214 * Manage the lifetime of a transaction handle.
218 * this handle.
219 * ocfs2_commit_trans - Complete a handle. It might return -EIO if
224 * ocfs2_extend_trans - Extend a handle by nblocks credits. This may
225 * commit the handle to disk in the process, but will
227 * ocfs2_journal_access* - Notify the handle that we want to journal this
235 * out before the current handle commits.
244 handle_t *handle);
245 int ocfs2_extend_trans(handle_t *handle, int nblocks);
246 int ocfs2_allocate_extend_trans(handle_t *handle,
577 ocfs2_jbd2_inode_add_write(handle_t *handle, struct inode *inode, loff_t start_byte, loff_t length) argument
594 ocfs2_update_inode_fsync_trans(handle_t *handle, struct inode *inode, int datasync) argument
[all...]
/linux-master/net/sched/
H A Dcls_basic.c30 u32 handle; member in struct:basic_filter
62 static void *basic_get(struct tcf_proto *tp, u32 handle) argument
68 if (f->handle == handle) {
117 idr_remove(&head->handle_idr, f->handle);
135 idr_remove(&head->handle_idr, f->handle);
173 struct tcf_proto *tp, unsigned long base, u32 handle,
192 if (handle && fold->handle != handle)
172 basic_change(struct net *net, struct sk_buff *in_skb, struct tcf_proto *tp, unsigned long base, u32 handle, struct nlattr **tca, void **arg, u32 flags, struct netlink_ext_ack *extack) argument
[all...]
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.c204 ring->coal_param = q->handle->coal_param;
245 q->handle = h;
293 int hnae_reinit_handle(struct hnae_handle *handle) argument
298 for (i = 0; i < handle->q_num; i++) /* free ring*/
299 hnae_fini_queue(handle->qs[i]);
301 if (handle->dev->ops->reset)
302 handle->dev->ops->reset(handle);
304 for (i = 0; i < handle->q_num; i++) {/* reinit ring*/
305 ret = hnae_init_queue(handle, handl
331 struct hnae_handle *handle; local
[all...]
/linux-master/drivers/acpi/
H A Ddock.c31 acpi_handle handle; member in struct:dock_station
116 static struct dock_station *find_dock_station(acpi_handle handle) argument
121 if (ds->handle == handle)
133 * dependent device matches the handle, return.
175 if (acpi_dock_match(adev->handle))
199 status = acpi_evaluate_integer(ds->handle, "_STA", NULL, &sta);
259 int ret = acpi_bus_scan(adev->handle);
294 * handle_dock - handle a dock event
307 acpi_handle_info(ds->handle, "
412 acpi_handle handle = adev->handle; local
579 acpi_handle handle = adev->handle; local
[all...]
H A Dmipi-disco-img.c37 static void acpi_mipi_data_tag(acpi_handle handle, void *context) argument
52 acpi_handle handle; member in struct:crs_csi2
59 acpi_handle handle; member in struct:csi2_resources_walk_data
83 acpi_handle_debug(crwd->handle,
89 acpi_handle_debug(crwd->handle,
109 static struct crs_csi2 *acpi_mipi_add_crs_csi2(acpi_handle handle, argument
118 csi2->handle = handle;
122 if (ACPI_FAILURE(acpi_attach_data(handle, acpi_mipi_data_tag, csi2))) {
132 static struct crs_csi2 *acpi_mipi_get_crs_csi2(acpi_handle handle) argument
169 acpi_mipi_check_crs_csi2(acpi_handle handle) argument
452 acpi_handle handle = acpi_device_handle(adev); local
490 acpi_handle handle = acpi_device_handle(adev); local
598 acpi_handle handle = csi2->handle; local
758 acpi_graph_ignore_port(acpi_handle handle) argument
[all...]
/linux-master/drivers/accel/habanalabs/common/
H A Dmemory_mgr.c15 * @handle: requested buffer handle
20 struct hl_mmap_mem_buf *hl_mmap_mem_buf_get(struct hl_mem_mgr *mmg, u64 handle) argument
25 buf = idr_find(&mmg->handles, lower_32_bits(handle >> PAGE_SHIFT));
28 dev_dbg(mmg->dev, "Buff get failed, no match to handle %#llx\n", handle);
67 idr_remove(&buf->mmg->handles, lower_32_bits(buf->handle >> PAGE_SHIFT));
74 * hl_mmap_mem_buf_remove_idr_locked - remove handle from idr
78 * Internal function, used for kref put by handle. Assumes mmg lock is taken.
86 idr_remove(&buf->mmg->handles, lower_32_bits(buf->handle >> PAGE_SHIF
113 hl_mmap_mem_buf_put_handle(struct hl_mem_mgr *mmg, u64 handle) argument
235 u64 handle; local
[all...]
/linux-master/include/acpi/
H A Dacpiosxf.h89 void acpi_os_delete_lock(acpi_spinlock handle);
93 acpi_cpu_flags acpi_os_acquire_lock(acpi_spinlock handle);
97 void acpi_os_release_lock(acpi_spinlock handle, acpi_cpu_flags flags);
109 # define acpi_os_delete_raw_lock(handle) acpi_os_delete_lock(handle)
113 # define acpi_os_acquire_raw_lock(handle) acpi_os_acquire_lock(handle)
117 # define acpi_os_release_raw_lock(handle, flags) \
118 acpi_os_release_lock(handle, flags)
131 acpi_status acpi_os_delete_semaphore(acpi_semaphore handle);
[all...]
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_sync.c60 pvr_sync_signal_array_add(struct xarray *array, struct drm_file *file, u32 handle, u64 point) argument
71 sig_sync->handle = handle;
82 sig_sync->syncobj = drm_syncobj_find(file, handle);
92 if (!drm_syncobj_find_fence(file, handle, point, 0, &cur_fence))
107 pvr_sync_signal_array_search(struct xarray *array, u32 handle, u64 point) argument
113 if (handle == sig_sync->handle && point == sig_sync->point)
121 pvr_sync_signal_array_get(struct xarray *array, struct drm_file *file, u32 handle, u64 point) argument
125 sig_sync = pvr_sync_signal_array_search(array, handle, poin
[all...]
/linux-master/drivers/platform/x86/
H A Dtoshiba_bluetooth.c65 static int toshiba_bluetooth_present(acpi_handle handle) argument
75 result = acpi_evaluate_integer(handle, "_STA", NULL, &bt_present);
89 static int toshiba_bluetooth_status(acpi_handle handle) argument
94 result = acpi_evaluate_integer(handle, "BTST", NULL, &status);
103 static int toshiba_bluetooth_enable(acpi_handle handle) argument
107 result = acpi_evaluate_object(handle, "AUSB", NULL, NULL);
113 result = acpi_evaluate_object(handle, "BTPO", NULL, NULL);
122 static int toshiba_bluetooth_disable(acpi_handle handle) argument
126 result = acpi_evaluate_object(handle, "BTPF", NULL, NULL);
132 result = acpi_evaluate_object(handle, "DUS
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_actions.sh65 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
74 tc filter add dev $swp1 ingress protocol $protocol pref 1 handle 101 \
84 tc filter del dev $swp1 ingress protocol $protocol pref 1 handle 101 \
86 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower
95 tc filter add dev $swp1 ingress protocol ip pref 2 handle 102 flower \
104 tc filter add dev $swp1 ingress protocol ip pref 1 handle 101 flower \
116 tc filter del dev $swp1 ingress protocol ip pref 2 handle 102 flower
117 tc filter del dev $swp1 ingress protocol ip pref 1 handle 101 flower
130 tc filter add dev $swp1 ingress protocol ip pref 1 handle 101 flower \
132 tc filter add dev $swp1 ingress protocol ip pref 3 handle 10
[all...]
H A Dtc_flower_cfm.sh60 tc filter add dev $h2 ingress protocol cfm pref 1 handle 101 \
62 tc filter add dev $h2 ingress protocol cfm pref 1 handle 102 \
85 tc filter del dev $h2 ingress protocol cfm pref 1 handle 101 flower
86 tc filter del dev $h2 ingress protocol cfm pref 1 handle 102 flower
96 tc filter add dev $h2 ingress protocol cfm pref 1 handle 101 \
98 tc filter add dev $h2 ingress protocol cfm pref 1 handle 102 \
100 tc filter add dev $h2 ingress protocol cfm pref 1 handle 103 \
131 tc filter del dev $h2 ingress protocol cfm pref 1 handle 101 flower
132 tc filter del dev $h2 ingress protocol cfm pref 1 handle 102 flower
133 tc filter del dev $h2 ingress protocol cfm pref 1 handle 10
[all...]
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_uclo.h58 #define ICP_QAT_CSS_FWSK_MODULUS_LEN(handle) ((handle)->chip_info->css_3k ? \
62 #define ICP_QAT_CSS_FWSK_EXPONENT_LEN(handle) ((handle)->chip_info->css_3k ? \
66 #define ICP_QAT_CSS_FWSK_PAD_LEN(handle) ((handle)->chip_info->css_3k ? \
70 #define ICP_QAT_CSS_FWSK_PUB_LEN(handle) (ICP_QAT_CSS_FWSK_MODULUS_LEN(handle) + \
71 ICP_QAT_CSS_FWSK_EXPONENT_LEN(handle) + \
72 ICP_QAT_CSS_FWSK_PAD_LEN(handle))
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dvce_v2_0.c204 static bool vce_v2_0_is_idle(void *handle) argument
206 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
211 static int vce_v2_0_wait_for_idle(void *handle) argument
213 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
217 if (vce_v2_0_is_idle(handle))
401 static int vce_v2_0_early_init(void *handle) argument
403 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
413 static int vce_v2_0_sw_init(void *handle) argument
417 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
447 static int vce_v2_0_sw_fini(void *handle) argument
459 vce_v2_0_hw_init(void *handle) argument
478 vce_v2_0_hw_fini(void *handle) argument
487 vce_v2_0_suspend(void *handle) argument
523 vce_v2_0_resume(void *handle) argument
535 vce_v2_0_soft_reset(void *handle) argument
578 vce_v2_0_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
596 vce_v2_0_set_powergating_state(void *handle, enum amd_powergating_state state) argument
[all...]
H A Djpeg_v3_0.c39 static int jpeg_v3_0_set_powergating_state(void *handle,
45 * @handle: amdgpu_device pointer
49 static int jpeg_v3_0_early_init(void *handle) argument
51 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
78 * @handle: amdgpu_device pointer
82 static int jpeg_v3_0_sw_init(void *handle) argument
84 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
121 * @handle: amdgpu_device pointer
125 static int jpeg_v3_0_sw_fini(void *handle) argument
127 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
145 jpeg_v3_0_hw_init(void *handle) argument
170 jpeg_v3_0_hw_fini(void *handle) argument
190 jpeg_v3_0_suspend(void *handle) argument
211 jpeg_v3_0_resume(void *handle) argument
457 jpeg_v3_0_is_idle(void *handle) argument
469 jpeg_v3_0_wait_for_idle(void *handle) argument
478 jpeg_v3_0_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
495 jpeg_v3_0_set_powergating_state(void *handle, enum amd_powergating_state state) argument
[all...]
H A Djpeg_v5_0_0.c37 static int jpeg_v5_0_0_set_powergating_state(void *handle,
43 * @handle: amdgpu_device pointer
47 static int jpeg_v5_0_0_early_init(void *handle) argument
49 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
63 * @handle: amdgpu_device pointer
67 static int jpeg_v5_0_0_sw_init(void *handle) argument
69 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
107 * @handle: amdgpu_device pointer
111 static int jpeg_v5_0_0_sw_fini(void *handle) argument
113 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
131 jpeg_v5_0_0_hw_init(void *handle) argument
160 jpeg_v5_0_0_hw_fini(void *handle) argument
180 jpeg_v5_0_0_suspend(void *handle) argument
201 jpeg_v5_0_0_resume(void *handle) argument
413 jpeg_v5_0_0_is_idle(void *handle) argument
425 jpeg_v5_0_0_wait_for_idle(void *handle) argument
434 jpeg_v5_0_0_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
451 jpeg_v5_0_0_set_powergating_state(void *handle, enum amd_powergating_state state) argument
[all...]
/linux-master/drivers/pci/pcie/
H A Dedr.c38 if (!acpi_check_dsm(adev->handle, &pci_acpi_dsm_guid, 6,
49 obj = acpi_evaluate_dsm(adev->handle, &pci_acpi_dsm_guid, 6,
87 if (!acpi_check_dsm(adev->handle, &pci_acpi_dsm_guid, 5,
91 obj = acpi_evaluate_dsm(adev->handle, &pci_acpi_dsm_guid, 5,
143 status = acpi_evaluate_ost(adev->handle, ACPI_NOTIFY_DISCONNECT_RECOVER,
151 static void edr_handle_event(acpi_handle handle, u32 event, void *data) argument
231 status = acpi_install_notify_handler(adev->handle, ACPI_SYSTEM_NOTIFY,
239 acpi_remove_notify_handler(adev->handle, ACPI_SYSTEM_NOTIFY,
252 acpi_remove_notify_handler(adev->handle, ACPI_SYSTEM_NOTIFY,
/linux-master/drivers/firmware/arm_scmi/
H A Dnotify.c208 * @handle: A reference to the platform instance
218 * Each platform instance, represented by a handle, has its own instance of
223 struct scmi_handle *handle; member in struct:scmi_notify_instance
283 * @ph: SCMI protocol handle reference
437 dev_err(pd->ni->handle->dev, "corrupted EVT header. Flush.\n");
479 dev_err(pd->ni->handle->dev, "corrupted EVT Payload. Flush.\n");
485 dev_warn(pd->ni->handle->dev,
495 dev_err(pd->ni->handle->dev,
566 * @handle: The handle identifyin
579 scmi_notify(const struct scmi_handle *handle, u8 proto_id, u8 evt_id, const void *buf, size_t len, ktime_t ts) argument
749 scmi_register_protocol_events(const struct scmi_handle *handle, u8 proto_id, const struct scmi_protocol_handle *ph, const struct scmi_protocol_events *ee) argument
846 scmi_deregister_protocol_events(const struct scmi_handle *handle, u8 proto_id) argument
1357 scmi_notifier_register(const struct scmi_handle *handle, u8 proto_id, u8 evt_id, const u32 *src_id, struct notifier_block *nb) argument
1404 scmi_notifier_unregister(const struct scmi_handle *handle, u8 proto_id, u8 evt_id, const u32 *src_id, struct notifier_block *nb) argument
1446 const struct scmi_handle *handle; member in struct:scmi_notifier_devres
1639 scmi_notification_init(struct scmi_handle *handle) argument
1692 scmi_notification_exit(struct scmi_handle *handle) argument
[all...]
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dtc_flower.sh101 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
110 tc filter add dev $h2 ingress protocol ip pref 2 handle 102 flower \
125 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower
133 tc filter del dev $h2 ingress protocol ip pref 2 handle 102 flower
147 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
149 tc filter add dev $h2 ingress protocol ip pref 2 handle 102 flower \
158 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower
166 tc filter add dev $h2 ingress protocol ip pref 3 handle 103 flower \
175 tc filter del dev $h2 ingress protocol ip pref 2 handle 102 flower
183 tc filter del dev $h2 ingress protocol ip pref 3 handle 10
[all...]
/linux-master/fs/smb/server/
H A Dtransport_ipc.c62 unsigned int handle; member in struct:ipc_msg_table_entry
244 static void ipc_msg_handle_free(int handle) argument
246 if (handle >= 0)
247 ksmbd_release_id(&ipc_ida, handle);
252 unsigned int handle = *(unsigned int *)payload; local
258 hash_for_each_possible(ipc_msg_table, entry, ipc_table_hlist, handle) {
259 if (handle != entry->handle)
486 static void *ipc_msg_send_request(struct ksmbd_ipc_msg *msg, unsigned int handle) argument
491 if ((int)handle <
698 ksmbd_rpc_open(struct ksmbd_session *sess, int handle) argument
720 ksmbd_rpc_close(struct ksmbd_session *sess, int handle) argument
742 ksmbd_rpc_write(struct ksmbd_session *sess, int handle, void *payload, size_t payload_sz) argument
767 ksmbd_rpc_read(struct ksmbd_session *sess, int handle) argument
790 ksmbd_rpc_ioctl(struct ksmbd_session *sess, int handle, void *payload, size_t payload_sz) argument
888 ksmbd_rpc_id_free(int handle) argument
[all...]
/linux-master/fs/ext4/
H A Dnamei.c53 static struct buffer_head *ext4_append(handle_t *handle, argument
83 bh = ext4_bread(handle, inode, *block, EXT4_GET_BLOCKS_CREATE);
88 err = ext4_mark_inode_dirty(handle, inode);
92 err = ext4_journal_get_write_access(handle, inode->i_sb, bh,
326 static int ext4_dx_add_entry(handle_t *handle, struct ext4_filename *fname,
434 int ext4_handle_dirty_dirblock(handle_t *handle, argument
439 return ext4_handle_dirty_metadata(handle, inode, bh);
545 static inline int ext4_handle_dirty_dx_node(handle_t *handle, argument
550 return ext4_handle_dirty_metadata(handle, inode, bh);
1973 static struct ext4_dir_entry_2 *do_split(handle_t *handle, struc argument
2169 add_dirent_to_buf(handle_t *handle, struct ext4_filename *fname, struct inode *dir, struct inode *inode, struct ext4_dir_entry_2 *de, struct buffer_head *bh) argument
2224 make_indexed_dir(handle_t *handle, struct ext4_filename *fname, struct inode *dir, struct inode *inode, struct buffer_head *bh) argument
2371 ext4_add_entry(handle_t *handle, struct dentry *dentry, struct inode *inode) argument
2484 ext4_dx_add_entry(handle_t *handle, struct ext4_filename *fname, struct inode *dir, struct inode *inode) argument
2710 ext4_delete_entry(handle_t *handle, struct inode *dir, struct ext4_dir_entry_2 *de_del, struct buffer_head *bh) argument
2787 ext4_add_nondir(handle_t *handle, struct dentry *dentry, struct inode **inodep) argument
2819 handle_t *handle; local
2854 handle_t *handle; local
2888 handle_t *handle; local
2955 ext4_init_new_dir(handle_t *handle, struct inode *dir, struct inode *inode) argument
2999 handle_t *handle; local
3144 handle_t *handle = NULL; local
3236 handle_t *handle; local
3338 ext4_init_symlink_block(handle_t *handle, struct inode *inode, struct fscrypt_str *disk_link) argument
3367 handle_t *handle; local
3457 handle_t *handle; local
3522 ext4_get_first_dir_block(handle_t *handle, struct inode *inode, int *retval, struct ext4_dir_entry_2 **parent_de, int *inlined) argument
3591 ext4_rename_dir_prepare(handle_t *handle, struct ext4_renament *ent, bool is_cross) argument
3611 ext4_rename_dir_finish(handle_t *handle, struct ext4_renament *ent, unsigned dir_ino) argument
3640 ext4_setent(handle_t *handle, struct ext4_renament *ent, unsigned ino, unsigned file_type) argument
3667 ext4_resetent(handle_t *handle, struct ext4_renament *ent, unsigned ino, unsigned file_type) argument
3693 ext4_find_delete_entry(handle_t *handle, struct inode *dir, const struct qstr *d_name) argument
3710 ext4_rename_delete(handle_t *handle, struct ext4_renament *ent, int force_reread) argument
3742 ext4_update_dir_count(handle_t *handle, struct ext4_renament *ent) argument
3758 handle_t *handle; local
3800 handle_t *handle = NULL; local
4053 handle_t *handle = NULL; local
[all...]
H A Dinline.c262 static int ext4_create_inline_data(handle_t *handle, argument
280 error = ext4_journal_get_write_access(handle, inode->i_sb, is.iloc.bh,
303 error = ext4_xattr_ibody_set(handle, inode, &i, &is);
320 error = ext4_mark_iloc_dirty(handle, inode, &is.iloc);
327 static int ext4_update_inline_data(handle_t *handle, struct inode *inode, argument
367 error = ext4_journal_get_write_access(handle, inode->i_sb, is.iloc.bh,
376 error = ext4_xattr_ibody_set(handle, inode, &i, &is);
386 error = ext4_mark_iloc_dirty(handle, inode, &is.iloc);
394 static int ext4_prepare_inline_data(handle_t *handle, struct inode *inode, argument
410 ret = ext4_update_inline_data(handle, inod
418 ext4_destroy_inline_data_nolock(handle_t *handle, struct inode *inode) argument
545 handle_t *handle = NULL; local
666 handle_t *handle; local
745 handle_t *handle = ext4_journal_current_handle(); local
898 handle_t *handle; local
1004 ext4_add_dirent_to_inline(handle_t *handle, struct ext4_filename *fname, struct inode *dir, struct inode *inode, struct ext4_iloc *iloc, void *inline_start, int inline_size) argument
1086 ext4_update_inline_dir(handle_t *handle, struct inode *dir, struct ext4_iloc *iloc) argument
1108 ext4_restore_inline_data(handle_t *handle, struct inode *inode, struct ext4_iloc *iloc, void *buf, int inline_size) argument
1125 ext4_finish_convert_inline_dir(handle_t *handle, struct inode *inode, struct buffer_head *dir_block, void *buf, int inline_size) argument
1170 ext4_convert_inline_data_nolock(handle_t *handle, struct inode *inode, struct ext4_iloc *iloc) argument
1260 ext4_try_add_inline_entry(handle_t *handle, struct ext4_filename *fname, struct inode *dir, struct inode *inode) argument
1625 ext4_try_create_inline_dir(handle_t *handle, struct inode *parent, struct inode *inode) argument
1706 ext4_delete_inline_entry(handle_t *handle, struct inode *dir, struct ext4_dir_entry_2 *de_del, struct buffer_head *bh, int *has_inline_data) argument
1852 ext4_destroy_inline_data(handle_t *handle, struct inode *inode) argument
1897 handle_t *handle; local
2005 handle_t *handle; local
[all...]
/linux-master/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-master/tools/testing/selftests/tc-testing/
H A Dtdc_batch.py21 help="start handle range from (default: 1)")
73 def format_add_filter(device, prio, handle, skip, src_mac, dst_mac,
75 return ("filter add dev {} {} protocol ip ingress handle {} "
77 device, prio, handle, skip, src_mac, dst_mac, share_action))
80 def format_rep_filter(device, prio, handle, skip, src_mac, dst_mac,
82 return ("filter replace dev {} {} protocol ip ingress handle {} "
84 device, prio, handle, skip, src_mac, dst_mac, share_action))
87 def format_del_filter(device, prio, handle, skip, src_mac, dst_mac,
89 return ("filter del dev {} {} protocol ip ingress handle {} "
90 "flower".format(device, prio, handle))
[all...]
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_context.c234 if (!vmci_handle_is_equal(node->handle, context_handle))
448 * removes the handle from the array. If
449 * detach fails, we must remove the handle
503 * it can handle and the datagram is only unqueued if the
628 notifier->handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER);
634 if (vmci_handle_is_equal(n->handle, notifier->handle)) {
669 struct vmci_handle handle; local
675 handle = vmci_make_handle(remote_cid, VMCI_EVENT_HANDLER);
680 if (vmci_handle_is_equal(iter->handle, handl
901 struct vmci_handle handle; local
941 vmci_ctx_dbell_create(u32 context_id, struct vmci_handle handle) argument
970 vmci_ctx_dbell_destroy(u32 context_id, struct vmci_handle handle) argument
1001 struct vmci_handle handle; local
1036 vmci_ctx_notify_dbell(u32 src_cid, struct vmci_handle handle, u32 src_priv_flags) argument
1123 vmci_ctx_qp_create(struct vmci_ctx *context, struct vmci_handle handle) argument
1143 vmci_ctx_qp_destroy(struct vmci_ctx *context, struct vmci_handle handle) argument
1160 vmci_ctx_qp_exists(struct vmci_ctx *context, struct vmci_handle handle) argument
[all...]
/linux-master/drivers/platform/x86/intel/
H A Dhid.c221 static bool intel_hid_execute_method(acpi_handle handle, argument
246 obj = acpi_evaluate_dsm(handle, &intel_dsm_guid, 1, fn_index, &argv4);
248 acpi_handle_debug(handle, "Exec DSM Fn code: %d[%s] success\n",
255 status = acpi_execute_simple_method(handle, method_name, arg);
262 static bool intel_hid_evaluate_method(acpi_handle handle, argument
279 obj = acpi_evaluate_dsm_typed(handle, &intel_dsm_guid,
284 acpi_handle_debug(handle,
292 status = acpi_evaluate_integer(handle, method_name, NULL, result);
299 static void intel_hid_init_dsm(acpi_handle handle) argument
305 obj = acpi_evaluate_dsm_typed(handle,
330 acpi_handle handle = ACPI_HANDLE(device); local
346 acpi_handle handle = ACPI_HANDLE(device); local
473 acpi_handle handle = ACPI_HANDLE(&device->dev); local
504 notify_handler(acpi_handle handle, u32 event, void *context) argument
611 acpi_handle handle = ACPI_HANDLE(&device->dev); local
635 acpi_handle handle = ACPI_HANDLE(&device->dev); local
735 acpi_handle handle = ACPI_HANDLE(&device->dev); local
765 check_acpi_dev(acpi_handle handle, u32 lvl, void *context, void **rv) argument
[all...]

Completed in 492 milliseconds

1234567891011>>