Searched refs:cookie (Results 201 - 225 of 864) sorted by relevance

1234567891011>>

/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddbring.c21 u32 cookie; local
54 cookie = u32_encode_bits(ar->pdev_idx, DP_RXDMA_BUF_COOKIE_PDEV_ID) |
57 ath12k_hal_rx_buf_addr_info_set(desc, paddr, cookie, 0);
242 u32 cookie; local
300 ath12k_hal_rx_buf_addr_info_get(&desc, &paddr, &cookie, &rbm);
302 buf_id = u32_get_bits(cookie, DP_RXDMA_BUF_COOKIE_BUF_ID);
H A Ddp_mon.h62 u64 cookie; member in struct:dp_mon_packet_info
/linux-master/include/trace/events/
H A Dnetfs.h201 __field(unsigned int, cookie )
210 __entry->cookie = rreq->cache_resources.debug_id;
220 __entry->cookie,
435 __field(unsigned int, cookie )
445 __entry->cookie = __cookie ? __cookie->debug_id : 0;
454 __entry->cookie,
/linux-master/net/ipv4/
H A Dsyncookies.c22 /* TCP Timestamp: 6 lowest bits of timestamp sent in the cookie SYN-ACK
29 * When we receive a valid cookie-ACK, we look at the echoed tsval (if
109 * The count value used to generate the cookie must be less than
113 static __u32 check_tcp_syn_cookie(__u32 cookie, __be32 saddr, __be32 daddr, argument
118 /* Strip away the layers from the cookie */
119 cookie -= cookie_hash(saddr, daddr, sport, dport, 0, 0) + sseq;
122 diff = (count - (cookie >> COOKIEBITS)) & ((__u32) -1 >> COOKIEBITS);
126 return (cookie -
152 * rounded down to the value encoded in the cookie.
185 __u32 cookie local
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dtc.c106 .key_offset = offsetof(struct efx_tc_flow_rule, cookie),
112 .key_offset = offsetof(struct efx_tc_lhs_rule, cookie),
1018 cnt = efx_tc_flower_get_counter_index(efx, tc->cookie,
1517 rule->cookie = tc->cookie;
1524 "Already offloaded rule (cookie %lx)\n", tc->cookie);
1544 "Successfully parsed lhs rule (cookie %lx)\n",
1545 tc->cookie);
1630 rule->cookie
[all...]
/linux-master/drivers/soc/apple/
H A Drtkit.c274 err = rtk->ops->shmem_setup(rtk->cookie, buffer);
313 rtk->ops->shmem_destroy(rtk->cookie, bfr);
371 rtk->ops->crashed(rtk->cookie);
531 rtk->ops->recv_message(rtk->cookie, rtk_work->ep,
549 void *cookie)
551 struct apple_rtkit *rtk = cookie;
569 rtk->ops->recv_message_early(rtk->cookie, ep, msg.msg0))
632 struct apple_rtkit *apple_rtkit_init(struct device *dev, void *cookie, argument
647 rtk->cookie = cookie;
548 apple_rtkit_rx(struct apple_mbox *mbox, struct apple_mbox_msg msg, void *cookie) argument
905 devm_apple_rtkit_init(struct device *dev, void *cookie, const char *mbox_name, int mbox_idx, const struct apple_rtkit_ops *ops) argument
[all...]
/linux-master/drivers/iommu/arm/arm-smmu/
H A Dqcom_iommu.c114 static void qcom_iommu_tlb_sync(void *cookie) argument
116 struct qcom_iommu_domain *qcom_domain = cookie;
133 static void qcom_iommu_tlb_inv_context(void *cookie) argument
135 struct qcom_iommu_domain *qcom_domain = cookie;
144 qcom_iommu_tlb_sync(cookie);
148 size_t granule, bool leaf, void *cookie)
150 struct qcom_iommu_domain *qcom_domain = cookie;
170 size_t granule, void *cookie)
172 qcom_iommu_tlb_inv_range_nosync(iova, size, granule, false, cookie);
173 qcom_iommu_tlb_sync(cookie);
147 qcom_iommu_tlb_inv_range_nosync(unsigned long iova, size_t size, size_t granule, bool leaf, void *cookie) argument
169 qcom_iommu_tlb_flush_walk(unsigned long iova, size_t size, size_t granule, void *cookie) argument
176 qcom_iommu_tlb_add_page(struct iommu_iotlb_gather *gather, unsigned long iova, size_t granule, void *cookie) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Drecovery.c57 void ath6kl_recovery_hb_event(struct ath6kl *ar, u32 cookie) argument
59 if (cookie == ar->fw_recovery.seq_num)
/linux-master/tools/testing/selftests/net/
H A Dmsg_zerocopy.c170 static void add_zcopy_cookie(struct msghdr *msg, uint32_t cookie) argument
175 error(1, errno, "NULL cookie");
177 cm->cmsg_len = CMSG_LEN(sizeof(cookie));
180 memcpy(CMSG_DATA(cm), &cookie, sizeof(cookie)); local
186 static uint32_t cookie; local
187 char ckbuf[CMSG_SPACE(sizeof(cookie))];
198 msg->msg_controllen = CMSG_SPACE(sizeof(cookie));
200 add_zcopy_cookie(msg, ++cookie);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_int.h305 void *cookie);
312 * @cookie: Passed to the callback function
326 void *cookie,
/linux-master/fs/ocfs2/dlm/
H A Ddlmunlock.c250 dlm_get_lock_cookie_node(be64_to_cpu(lock->ml.cookie)),
251 dlm_get_lock_cookie_seq(be64_to_cpu(lock->ml.cookie)),
336 unlock.cookie = lock->ml.cookie;
464 if (iter->ml.cookie == unlock->cookie &&
509 "cookie=%u:%llu\n",
510 dlm_get_lock_cookie_node(be64_to_cpu(unlock->cookie)),
511 dlm_get_lock_cookie_seq(be64_to_cpu(unlock->cookie)));
/linux-master/arch/arm/kernel/
H A Dstacktrace.c162 void arch_stack_walk(stack_trace_consume_fn consume_entry, void *cookie, argument
195 walk_stackframe(&frame, consume_entry, cookie);
/linux-master/arch/riscv/kernel/
H A Dstacktrace.c151 noinline void arch_stack_walk(stack_trace_consume_fn consume_entry, void *cookie, argument
154 walk_stackframe(task, regs, consume_entry, cookie);
/linux-master/fs/notify/inotify/
H A Dinotify_fsnotify.c61 const struct qstr *name, u32 cookie)
121 event->sync_cookie = cookie;
59 inotify_handle_inode_event(struct fsnotify_mark *inode_mark, u32 mask, struct inode *inode, struct inode *dir, const struct qstr *name, u32 cookie) argument
/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-contig.c30 void *cookie; member in struct:vb2_dc_buf
184 dma_free_attrs(buf->dev, buf->size, buf->cookie,
195 buf->cookie = dma_alloc_attrs(buf->dev,
200 if (!buf->cookie)
206 buf->vaddr = buf->cookie;
288 ret = dma_mmap_attrs(buf->dev, vma, buf->cookie, buf->dma_addr,
487 ret = dma_get_sgtable_attrs(buf->dev, sgt, buf->cookie, buf->dma_addr,
811 .cookie = vb2_dc_cookie,
/linux-master/fs/nfs/
H A Dfscache.h132 struct fscache_cookie *cookie = netfs_i_cookie(&NFS_I(inode)->netfs); local
135 fscache_invalidate(cookie, &auxdata, i_size_read(inode), flags);
/linux-master/include/linux/
H A Dshdma-base.h51 dma_cookie_t cookie; member in struct:shdma_desc
H A Dpps_kernel.h90 /* Look up a pps_device by magic cookie */
91 struct pps_device *pps_lookup_dev(void const *cookie);
/linux-master/arch/x86/include/asm/
H A Dhpet.h81 typedef irqreturn_t (*rtc_irq_handler)(int interrupt, void *cookie);
/linux-master/drivers/infiniband/core/
H A Dcma_priv.h130 void *cookie);
H A Dcore_priv.h85 struct net_device *idev, void *cookie);
88 struct net_device *idev, void *cookie);
97 void *cookie);
101 void *cookie);
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq.h37 u64 cookie; member in struct:iavf_asq_cmd_details
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.h37 u64 cookie; member in struct:i40e_asq_cmd_details
/linux-master/drivers/mfd/
H A Dstm32-timers.c33 status = dmaengine_tx_status(dma->chan, dma->chan->cookie, &state);
62 dma_cookie_t cookie; local
105 cookie = dmaengine_submit(desc);
106 ret = dma_submit_error(cookie);
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl.h26 u16 msg_size, u8 *msg, u16 cookie);

Completed in 345 milliseconds

1234567891011>>