Searched refs:cookie (Results 426 - 450 of 865) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/spi/
H A Dspi-ingenic.c132 dma_cookie_t cookie; local
163 cookie = dmaengine_submit(desc);
165 ret = dma_submit_error(cookie);
/linux-master/sound/soc/sprd/
H A Dsprd-pcm-compress.c45 dma_cookie_t cookie; member in struct:sprd_compr_dma
441 dma->cookie = dmaengine_submit(dma->desc);
442 ret = dma_submit_error(dma->cookie);
/linux-master/drivers/leds/
H A Dleds-sun50i-a100.c101 dma_cookie_t cookie; local
108 cookie = dmaengine_submit(desc);
109 if (dma_submit_error(cookie))
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c899 hif_drv->remain_on_ch.cookie = hif_remain_ch->cookie;
905 static int wilc_handle_roc_expired(struct wilc_vif *vif, u64 cookie) argument
934 cookie);
947 wilc_handle_roc_expired(msg->vif, msg->body.remain_on_ch.cookie);
965 msg->body.remain_on_ch.cookie = vif->hif_drv->remain_on_ch.cookie;
1693 int wilc_remain_on_channel(struct wilc_vif *vif, u64 cookie, u16 chan, argument
1702 roc.cookie = cookie;
1711 wilc_listen_state_expired(struct wilc_vif *vif, u64 cookie) argument
[all...]
/linux-master/kernel/module/
H A Dmain.c3082 const void *cookie; member in struct:idempotent
3092 static bool idempotent(struct idempotent *u, const void *cookie) argument
3094 int hash = hash_ptr(cookie, IDEM_HASH_BITS);
3100 u->cookie = cookie;
3106 if (existing->cookie != cookie)
3118 * We were the first one with 'cookie' on the list, and we ended
3125 const void *cookie = u->cookie; local
[all...]
/linux-master/net/mac80211/
H A Dstatus.c608 u64 cookie = IEEE80211_SKB_CB(skb)->ack.cookie; local
614 .cookie = cookie,
633 cookie,
640 cookie, acked,
/linux-master/arch/powerpc/kernel/
H A Drtas.c1215 struct pin_cookie cookie; local
1242 cookie = lockdep_pin_lock(&rtas_lock);
1261 lockdep_unpin_lock(&rtas_lock, cookie);
1895 struct pin_cookie cookie; local
1978 cookie = lockdep_pin_lock(&rtas_lock);
1989 lockdep_unpin_lock(&rtas_lock, cookie);
/linux-master/include/uapi/linux/
H A Dbpf.h1741 __u64 cookie; member in struct:bpf_attr::__anon2609::__anon2612::__anon2616
2770 * retrieve the cookie (generated by the kernel) of this socket.
2771 * If no cookie has been set yet, generate a new cookie. Once
2772 * generated, the socket cookie remains stable for the life of the
3921 * Check whether *iph* and *th* contain a valid SYN cookie ACK for
3932 * 0 if *iph* and *th* are a valid SYN cookie ACK, or a negative
4108 * Try to issue a SYN cookie for the packet with corresponding
4119 * On success, lower 32 bits hold the generated SYN cookie in
4120 * followed by 16 bits which hold the MSS value for that cookie,
6689 __u64 cookie; member in struct:bpf_link_info::__anon2663::__anon2679::__anon2680::__anon2681
6697 __u64 cookie; member in struct:bpf_link_info::__anon2663::__anon2679::__anon2680::__anon2682
6703 __u64 cookie; member in struct:bpf_link_info::__anon2663::__anon2679::__anon2680::__anon2683
6709 __u64 cookie; member in struct:bpf_link_info::__anon2663::__anon2679::__anon2680::__anon2684
7339 __u64 cookie; /* Non-zero if socket was selected in PROG_TEST_RUN */ member in union:bpf_sk_lookup::__anon2709
[all...]
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1741 __u64 cookie; member in struct:bpf_attr::__anon3150::__anon3153::__anon3157
2770 * retrieve the cookie (generated by the kernel) of this socket.
2771 * If no cookie has been set yet, generate a new cookie. Once
2772 * generated, the socket cookie remains stable for the life of the
3921 * Check whether *iph* and *th* contain a valid SYN cookie ACK for
3932 * 0 if *iph* and *th* are a valid SYN cookie ACK, or a negative
4108 * Try to issue a SYN cookie for the packet with corresponding
4119 * On success, lower 32 bits hold the generated SYN cookie in
4120 * followed by 16 bits which hold the MSS value for that cookie,
6689 __u64 cookie; member in struct:bpf_link_info::__anon3204::__anon3220::__anon3221::__anon3222
6697 __u64 cookie; member in struct:bpf_link_info::__anon3204::__anon3220::__anon3221::__anon3223
6703 __u64 cookie; member in struct:bpf_link_info::__anon3204::__anon3220::__anon3221::__anon3224
6709 __u64 cookie; member in struct:bpf_link_info::__anon3204::__anon3220::__anon3221::__anon3225
7339 __u64 cookie; /* Non-zero if socket was selected in PROG_TEST_RUN */ member in union:bpf_sk_lookup::__anon3250
[all...]
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c507 /* Link the new rule to the existing rule with the cookie */
508 vrule->cookie = erule->cookie;
1127 vrule->cookie = fco->cookie;
1315 rule_id = vcap_lookup_rule_by_cookie(vctrl, fco->cookie);
1350 err = vcap_get_rule_count_by_cookie(vctrl, &ctr, fco->cookie);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c233 cmd->request_id = req->cookie;
267 cmd->request_id = req->cookie;
961 .request_id = req->cookie,
1037 if (request_id != (u8)mvm->ftm_initiator.req->cookie) {
1039 request_id, (u8)mvm->ftm_initiator.req->cookie);
1251 mvm->ftm_initiator.req->cookie, num_of_aps);
/linux-master/drivers/dma/
H A Dtegra186-gpc-dma.c758 dma_cookie_t cookie,
768 ret = dma_cookie_status(dc, cookie, txstate);
773 vd = vchan_find_desc(&tdc->vc, cookie);
778 } else if (tdc->dma_desc && tdc->dma_desc->vd.tx.cookie == cookie) {
782 dev_err(tdc2dev(tdc), "cookie %d is not found\n", cookie); local
757 tegra_dma_tx_status(struct dma_chan *dc, dma_cookie_t cookie, struct dma_tx_state *txstate) argument
/linux-master/drivers/usb/musb/
H A Dux500_dma.c36 dma_cookie_t cookie; member in struct:ux500_dma_channel
121 ux500_channel->cookie = dma_desc->tx_submit(dma_desc);
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Ddebugfs.c139 "index | cookie | seq | phy_stat | frame_count | "
148 if (stat->cookie) {
155 stat->cookie, stat->seq, stat->phy_stat,
/linux-master/include/soc/mscc/
H A Docelot_vcap.h678 unsigned long cookie; member in struct:ocelot_vcap_id
729 unsigned long cookie, bool tc_offload);
/linux-master/net/bluetooth/
H A Dmgmt_util.c33 static struct sk_buff *create_monitor_ctrl_event(__le16 index, u32 cookie, argument
43 put_unaligned_le32(cookie, skb_put(skb, 4));
/linux-master/drivers/pps/
H A Dpps.c414 * Look up a pps device by magic cookie.
415 * The cookie is usually a pointer to some enclosing device, but this
426 * The cookie is automatically set to NULL in pps_unregister_source()
431 struct pps_device *pps_lookup_dev(void const *cookie) argument
438 if (cookie == pps->lookup_cookie)
/linux-master/arch/sh/drivers/pci/
H A Dpcie-sh7786.c499 static void __init sh7786_pcie_init_hw(void *data, async_cookie_t cookie) argument
535 async_synchronize_cookie(cookie);
/linux-master/arch/sparc/kernel/
H A Dpci_msi.c15 static irqreturn_t sparc64_msiq_interrupt(int irq, void *cookie) argument
17 struct sparc64_msiq_cookie *msiq_cookie = cookie;
/linux-master/kernel/locking/
H A Dlockdep.c5508 struct pin_cookie cookie = NIL_COOKIE; local
5513 return cookie;
5524 cookie.val = 1 + (sched_clock() & 0xffff);
5525 hlock->pin_count += cookie.val;
5526 return cookie;
5531 return cookie;
5534 static void __lock_repin_lock(struct lockdep_map *lock, struct pin_cookie cookie) argument
5546 hlock->pin_count += cookie.val;
5554 static void __lock_unpin_lock(struct lockdep_map *lock, struct pin_cookie cookie) argument
5569 hlock->pin_count -= cookie
5836 struct pin_cookie cookie = NIL_COOKIE; local
5854 lock_repin_lock(struct lockdep_map *lock, struct pin_cookie cookie) argument
5871 lock_unpin_lock(struct lockdep_map *lock, struct pin_cookie cookie) argument
[all...]
/linux-master/include/net/
H A Dinet_hashtables.h355 const __addrpair cookie, const __portpair ports,
360 sk->sk_addrpair != cookie)
354 inet_match(struct net *net, const struct sock *sk, const __addrpair cookie, const __portpair ports, int dif, int sdif) argument
/linux-master/fs/cachefiles/
H A Dinternal.h64 struct fscache_cookie *cookie; /* Netfs data storage object cookie */ member in struct:cachefiles_object
87 struct fscache_cache *cache; /* Cache cookie */
415 extern void cachefiles_prepare_to_write(struct fscache_cookie *cookie);
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c199 struct cfg80211_mgmt_tx_params *params, u64 *cookie)
242 *cookie = get_random_u32() | 1;
247 MWIFIEX_BUF_FLAG_ACTION_TX_STATUS, cookie);
249 cfg80211_mgmt_tx_status(wdev, *cookie, buf, len, true,
285 unsigned int duration, u64 *cookie)
290 if (!chan || !cookie) {
295 if (priv->roc_cfg.cookie) {
297 "info: ongoing ROC, cookie = 0x%llx\n",
298 priv->roc_cfg.cookie);
306 *cookie
198 mwifiex_cfg80211_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, struct cfg80211_mgmt_tx_params *params, u64 *cookie) argument
282 mwifiex_cfg80211_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, struct ieee80211_channel *chan, unsigned int duration, u64 *cookie) argument
324 mwifiex_cfg80211_cancel_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, u64 cookie) argument
[all...]
/linux-master/drivers/mmc/host/
H A Dsh_mmcif.c291 dma_cookie_t cookie = -EINVAL; local
305 cookie = dmaengine_submit(desc);
309 dev_dbg(dev, "%s(): mapped %d -> %d, cookie %d\n",
310 __func__, data->sg_len, ret, cookie);
330 dev_dbg(dev, "%s(): desc %p, cookie %d, sg[%d]\n", __func__,
331 desc, cookie, data->sg_len);
341 dma_cookie_t cookie = -EINVAL; local
355 cookie = dmaengine_submit(desc);
359 dev_dbg(dev, "%s(): mapped %d -> %d, cookie %d\n",
360 __func__, data->sg_len, ret, cookie);
[all...]
/linux-master/drivers/dma-buf/
H A Ddma-fence.c246 * cookie = dma_fence_begin_signalling();
250 * dma_fence_end_signalling(cookie);
274 * requires that callers pass an opaque cookie from
299 * Opaque cookie needed by the implementation, which needs to be passed to
321 * @cookie: opaque cookie from dma_fence_begin_signalling()
325 void dma_fence_end_signalling(bool cookie) argument
327 if (cookie)

Completed in 341 milliseconds

<<11121314151617181920>>