Searched refs:cookie (Results 101 - 125 of 865) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_matchall.h17 u64 cookie; /* Used to identify the MATCHALL rule offloaded */ member in struct:cxgb4_matchall_egress_entry
/linux-master/drivers/net/wireguard/
H A DMakefile15 wireguard-y += cookie.o
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_drm_gem.h17 * @cookie: the return value of dma_alloc_attrs(), keep it for dma_free_attrs()
27 void *cookie; member in struct:mtk_drm_gem_obj
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_check_syncookie_kern.c134 __u32 cookie = (__u32)seq_mss; local
137 bpf_map_update_elem(&results, &key_gen, &cookie, 0);
142 __u32 cookie = bpf_ntohl(tcph->ack_seq) - 1; local
144 bpf_map_update_elem(&results, &key, &cookie, 0);
/linux-master/include/uapi/linux/
H A Dif_arcnet.h89 __u8 cookie[sizeof(int)]; member in struct:arc_cap
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.h27 u64 cookie);
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.h115 * @cookie: Flow cookie, same as original TC flow, used as key
131 unsigned long cookie; member in struct:nfp_fl_ct_flow_entry
149 * @cookie: Flow cookie, combination of pre and post ct cookies
159 unsigned long cookie[2]; member in struct:nfp_fl_ct_tc_merge
172 * @cookie: Flow cookie, combination of tc_merge and nft cookies
179 * @tc_flower_cookie: The cookie of the flow offloaded to the nfp
185 unsigned long cookie[ member in struct:nfp_fl_nft_tc_merge
204 unsigned long cookie; member in struct:nfp_fl_ct_map_entry
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dtc_conntrack.h40 unsigned long cookie; member in struct:efx_tc_ct_entry
/linux-master/drivers/tty/
H A Dn_null.c14 size_t nr, void **cookie, unsigned long offset)
13 n_null_read(struct tty_struct *tty, struct file *file, u8 *buf, size_t nr, void **cookie, unsigned long offset) argument
/linux-master/drivers/soc/apple/
H A Drtkit-internal.h26 void *cookie; member in struct:apple_rtkit
/linux-master/include/uapi/rdma/
H A Dmlx5_user_ioctl_verbs.h75 __aligned_u64 cookie; member in struct:mlx5_ib_uapi_devx_async_event_hdr
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp_tx.h35 u64 cookie);
/linux-master/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c59 static void qcom_adreno_smmu_get_fault_info(const void *cookie, argument
62 struct arm_smmu_domain *smmu_domain = (void *)cookie;
75 static void qcom_adreno_smmu_set_stall(const void *cookie, bool enabled) argument
77 struct arm_smmu_domain *smmu_domain = (void *)cookie;
87 static void qcom_adreno_smmu_resume_translation(const void *cookie, bool terminate) argument
89 struct arm_smmu_domain *smmu_domain = (void *)cookie;
122 const void *cookie)
124 struct arm_smmu_domain *smmu_domain = (void *)cookie;
136 static int qcom_adreno_smmu_set_ttbr0_cfg(const void *cookie, argument
139 struct arm_smmu_domain *smmu_domain = (void *)cookie;
121 qcom_adreno_smmu_get_ttbr1_cfg( const void *cookie) argument
[all...]
/linux-master/net/l2tp/
H A Dl2tp_debugfs.c198 seq_printf(m, " cookie %02x%02x%02x%02x",
199 session->cookie[0], session->cookie[1],
200 session->cookie[2], session->cookie[3]);
203 session->cookie[4], session->cookie[5],
204 session->cookie[6], session->cookie[7]);
208 seq_printf(m, " peer cookie
[all...]
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dstacktrace.c72 void *cookie)
77 if (!consume_entry(cookie, state->pc))
70 unwind(struct unwind_state *state, stack_trace_consume_fn consume_entry, void *cookie) argument
/linux-master/include/linux/qed/
H A Dqed_fcoe_if.h67 u32 (*get_login_failures)(void *cookie);
80 * @param cookie - driver private
125 struct qed_fcoe_cb_ops *ops, void *cookie);
/linux-master/include/linux/lockd/
H A Dxdr.h66 struct nlm_cookie cookie; member in struct:nlm_args
82 struct nlm_cookie cookie; member in struct:nlm_res
/linux-master/drivers/gpu/drm/xe/
H A Dxe_preempt_fence.c15 bool cookie = dma_fence_begin_signalling(); local
26 dma_fence_end_signalling(cookie);
/linux-master/fs/erofs/
H A Dfscache.c130 * Read data from fscache described by cookie at pstart physical address
133 static int erofs_fscache_read_io_async(struct fscache_cookie *cookie, argument
141 ret = fscache_begin_read_operation(cres, cookie);
201 io->io.private = mdev->m_fscache->cookie;
246 ret = erofs_fscache_read_io_async(ctx->cookie, folio_pos(folio), io);
325 ret = erofs_fscache_read_io_async(mdev.m_fscache->cookie,
500 struct fscache_cookie *cookie; local
511 cookie = fscache_acquire_cookie(volume, FSCACHE_ADV_WANT_CACHE_SIZE,
513 if (!cookie) {
514 erofs_err(sb, "failed to get cookie fo
[all...]
/linux-master/drivers/dpll/
H A Ddpll_core.c45 void *cookie; member in struct:dpll_pin_registration
59 void *cookie)
65 reg->cookie == cookie)
74 void *cookie)
85 reg = dpll_pin_registration_find(ref, ops, priv, cookie);
118 reg->cookie = cookie;
128 void *cookie)
137 reg = dpll_pin_registration_find(ref, ops, priv, cookie);
57 dpll_pin_registration_find(struct dpll_pin_ref *ref, const struct dpll_pin_ops *ops, void *priv, void *cookie) argument
72 dpll_xa_ref_pin_add(struct xarray *xa_pins, struct dpll_pin *pin, const struct dpll_pin_ops *ops, void *priv, void *cookie) argument
126 dpll_xa_ref_pin_del(struct xarray *xa_pins, struct dpll_pin *pin, const struct dpll_pin_ops *ops, void *priv, void *cookie) argument
154 dpll_xa_ref_dpll_add(struct xarray *xa_dplls, struct dpll_device *dpll, const struct dpll_pin_ops *ops, void *priv, void *cookie) argument
208 dpll_xa_ref_dpll_del(struct xarray *xa_dplls, struct dpll_device *dpll, const struct dpll_pin_ops *ops, void *priv, void *cookie) argument
603 __dpll_pin_register(struct dpll_device *dpll, struct dpll_pin *pin, const struct dpll_pin_ops *ops, void *priv, void *cookie) argument
660 __dpll_pin_unregister(struct dpll_device *dpll, struct dpll_pin *pin, const struct dpll_pin_ops *ops, void *priv, void *cookie) argument
[all...]
/linux-master/fs/ocfs2/dlm/
H A Ddlmconvert.c272 "converting! (cookie=%u:%llu, conv=%d)\n",
273 dlm_get_lock_cookie_node(be64_to_cpu(lock->ml.cookie)),
274 dlm_get_lock_cookie_seq(be64_to_cpu(lock->ml.cookie)),
283 "(cookie=%u:%llu, type=%d, conv=%d)\n",
285 dlm_get_lock_cookie_node(be64_to_cpu(lock->ml.cookie)),
286 dlm_get_lock_cookie_seq(be64_to_cpu(lock->ml.cookie)),
369 convert.cookie = lock->ml.cookie;
483 if (tmp_lock->ml.cookie == cnv->cookie
[all...]
/linux-master/fs/notify/
H A Dfsnotify.c250 u32 cookie)
270 return ops->handle_inode_event(inode_mark, mask, inode, dir, name, cookie);
276 u32 cookie, struct fsnotify_iter_info *iter_info)
323 dir, name, cookie);
328 u32 cookie, struct fsnotify_iter_info *iter_info)
358 pr_debug("%s: group=%p mask=%x marks_mask=%x marks_ignore_mask=%x data=%p data_type=%d dir=%p cookie=%d\n",
360 data, data_type, dir, cookie);
367 file_name, cookie, iter_info);
371 file_name, cookie, iter_info);
485 * @cookie
246 fsnotify_handle_inode_event(struct fsnotify_group *group, struct fsnotify_mark *inode_mark, u32 mask, const void *data, int data_type, struct inode *dir, const struct qstr *name, u32 cookie) argument
273 fsnotify_handle_event(struct fsnotify_group *group, __u32 mask, const void *data, int data_type, struct inode *dir, const struct qstr *name, u32 cookie, struct fsnotify_iter_info *iter_info) argument
326 send_to_group(__u32 mask, const void *data, int data_type, struct inode *dir, const struct qstr *file_name, u32 cookie, struct fsnotify_iter_info *iter_info) argument
487 fsnotify(__u32 mask, const void *data, int data_type, struct inode *dir, const struct qstr *file_name, struct inode *inode, u32 cookie) argument
[all...]
/linux-master/net/mac80211/
H A Doffchannel.c183 roc->cookie, roc->chan,
253 cfg80211_ready_on_channel(&roc->sdata->wdev, roc->cookie,
531 unsigned int duration, u64 *cookie,
572 * cookie is either the roc cookie (for normal roc)
576 roc->cookie = ieee80211_mgmt_tx_cookie(local);
577 *cookie = roc->cookie;
579 roc->mgmt_tx_cookie = *cookie;
673 unsigned int duration, u64 *cookie)
528 ieee80211_start_roc_work(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, struct ieee80211_channel *channel, unsigned int duration, u64 *cookie, struct sk_buff *txskb, enum ieee80211_roc_type type) argument
671 ieee80211_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, struct ieee80211_channel *chan, unsigned int duration, u64 *cookie) argument
685 ieee80211_cancel_roc(struct ieee80211_local *local, u64 cookie, bool mgmt_tx) argument
768 ieee80211_cancel_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, u64 cookie) argument
777 ieee80211_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, struct cfg80211_mgmt_tx_params *params, u64 *cookie) argument
1000 ieee80211_mgmt_tx_cancel_wait(struct wiphy *wiphy, struct wireless_dev *wdev, u64 cookie) argument
[all...]
/linux-master/sound/soc/sh/
H A Dsiu_pcm.c91 pr_debug("%s: done period #%d (%u/%u bytes), cookie %d\n",
94 siu_stream->buf_bytes, siu_stream->cookie);
111 dma_cookie_t cookie; local
130 cookie = dmaengine_submit(desc);
131 if (cookie < 0) {
133 return cookie;
137 siu_stream->cookie = cookie;
159 dma_cookie_t cookie; local
180 cookie
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_cookie.c494 __u64 cookie; local
503 cookie = 0x10000000000000L;
505 link_opts.tracing.cookie = cookie;
510 cookie = 0x20000000000000L;
512 link_opts.tracing.cookie = cookie;
517 cookie = 0x30000000000000L;
519 link_opts.tracing.cookie = cookie;
547 __u64 cookie; local
[all...]

Completed in 214 milliseconds

1234567891011>>