Searched refs:cookie (Results 326 - 350 of 872) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/dma/
H A Dbcm-sba-raid.c418 WARN_ON(tx->cookie < 0);
419 if (tx->cookie > 0) {
518 dma_cookie_t cookie; local
528 /* Assign cookie and mark all chained requests pending */
530 cookie = dma_cookie_assign(tx);
536 return cookie;
540 dma_cookie_t cookie,
546 ret = dma_cookie_status(dchan, cookie, txstate);
552 return dma_cookie_status(dchan, cookie, txstate);
636 req->tx.cookie
539 sba_tx_status(struct dma_chan *dchan, dma_cookie_t cookie, struct dma_tx_state *txstate) argument
[all...]
/linux-master/drivers/net/wireless/broadcom/b43/
H A Ddma.c1135 /* Generate a cookie for the TX header. */
1138 u16 cookie; local
1140 /* Use the upper 4 bits of the cookie as
1143 * Note that the cookie must never be 0, as this
1148 cookie = (((u16)ring->index + 1) << 12);
1150 cookie |= (u16)slot;
1152 return cookie;
1155 /* Inspect a cookie and find out to which controller/slot it belongs. */
1157 struct b43_dmaring *parse_cookie(struct b43_wldev *dev, u16 cookie, int *slot) argument
1162 switch (cookie
1201 u16 cookie; local
[all...]
H A Dxmit.c239 u16 cookie)
542 /* Magic cookie */
545 txhdr->format_598.cookie = cpu_to_le16(cookie);
548 txhdr->format_351.cookie = cpu_to_le16(cookie);
551 txhdr->format_410.cookie = cpu_to_le16(cookie);
792 /* chanid is the SHM channel cookie. Which is the plain
235 b43_generate_txhdr(struct b43_wldev *dev, u8 *_txhdr, struct sk_buff *skb_frag, struct ieee80211_tx_info *info, u16 cookie) argument
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp.c618 u32 end_offset, cookie; local
648 cookie = DP_LINK_DESC_COOKIE_SET(n_entries, i);
649 ath12k_hal_set_link_desc_addr(scatter_buf, cookie, paddr);
792 u32 cookie; local
852 cookie = DP_LINK_DESC_COOKIE_SET(n_entries, i);
854 cookie, paddr);
1356 u32 cookie)
1361 ppt_idx = u32_get_bits(cookie, ATH12K_DP_CC_COOKIE_PPT);
1362 spt_idx = u32_get_bits(cookie, ATH12K_DP_CC_COOKIE_SPT);
1378 u32 cookie)
1355 ath12k_dp_get_rx_desc(struct ath12k_base *ab, u32 cookie) argument
1377 ath12k_dp_get_tx_desc(struct ath12k_base *ab, u32 cookie) argument
[all...]
/linux-master/drivers/rapidio/devices/
H A Drio_mport_cdev.c548 dma_cookie_t cookie; member in struct:mport_dma_req
602 req->status = dma_async_is_tx_complete(priv->dmach, req->cookie,
701 dma_cookie_t cookie; local
742 cookie = dmaengine_submit(tx);
743 req->cookie = cookie;
746 (dir == DMA_DEV_TO_MEM)?"READ":"WRITE", cookie);
748 if (dma_submit_error(cookie)) {
750 cookie, xfer->rio_addr, xfer->length);
762 return cookie;
1015 dma_cookie_t cookie; local
[all...]
/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c423 * @cookie: Cookie passed at page table allocation time.
435 static void *alloc_pt(void *cookie, size_t size, gfp_t gfp) argument
437 struct panthor_vm *vm = cookie;
482 * @cookie: Cookie passed at page table allocation time.
487 static void free_pt(void *cookie, void *data, size_t size) argument
489 struct panthor_vm *vm = cookie;
705 int ret = 0, as, cookie; local
708 if (!drm_dev_enter(&ptdev->base, &cookie))
792 drm_dev_exit(cookie);
868 int ret = 0, cookie; local
1597 mmu_tlb_flush_all(void *cookie) argument
1601 mmu_tlb_flush_walk(unsigned long iova, size_t size, size_t granule, void *cookie) argument
1829 int cookie; local
2147 bool cookie; local
[all...]
/linux-master/drivers/iommu/
H A Dio-pgtable-arm-v7s.c784 void *cookie)
898 static void __init dummy_tlb_flush_all(void *cookie) argument
900 WARN_ON(cookie != cfg_cookie);
904 size_t granule, void *cookie)
906 WARN_ON(cookie != cfg_cookie);
912 void *cookie)
914 dummy_tlb_flush(iova, granule, granule, cookie);
783 arm_v7s_alloc_pgtable(struct io_pgtable_cfg *cfg, void *cookie) argument
903 dummy_tlb_flush(unsigned long iova, size_t size, size_t granule, void *cookie) argument
910 dummy_tlb_add_page(struct iommu_iotlb_gather *gather, unsigned long iova, size_t granule, void *cookie) argument
/linux-master/drivers/cdx/controller/
H A Dmcdi.c332 cmd->completer(cdx, cmd->cookie, cmd->rc,
408 static void cdx_mcdi_rpc_completer(struct cdx_mcdi *cdx, unsigned long cookie, argument
413 (struct cdx_mcdi_blocking_data *)cookie;
457 cmd_item->cookie = (unsigned long)wait_data;
772 * @cookie: Arbitrary value to be passed to @complete.
786 cdx_mcdi_async_completer *complete, unsigned long cookie)
796 cmd_item->cookie = cookie;
784 cdx_mcdi_rpc_async(struct cdx_mcdi *cdx, unsigned int cmd, const struct cdx_dword *inbuf, size_t inlen, cdx_mcdi_async_completer *complete, unsigned long cookie) argument
/linux-master/net/sctp/
H A Dsm_make_chunk.c389 struct sctp_cookie_param *cookie; local
408 /* FIXME: We really ought to build the cookie right
411 cookie = sctp_pack_cookie(asoc->ep, asoc, chunk, &cookie_len,
413 if (!cookie)
493 sctp_addto_chunk(retval, cookie_len, cookie);
527 kfree(cookie);
561 * This field must contain the exact cookie received in the
564 * An implementation SHOULD make the cookie as small as possible
572 void *cookie; local
574 cookie
1660 struct sctp_signed_cookie *cookie; local
1748 struct sctp_signed_cookie *cookie; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c69 unsigned long cookie; /* HT key */ member in struct:mlxsw_sp_acl_rule
89 .key_offset = offsetof(struct mlxsw_sp_acl_rule, cookie),
816 unsigned long cookie,
831 rule->cookie = cookie;
941 unsigned long cookie)
943 return rhashtable_lookup_fast(&ruleset->rule_ht, &cookie,
814 mlxsw_sp_acl_rule_create(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_acl_ruleset *ruleset, unsigned long cookie, struct mlxsw_afa_block *afa_block, struct netlink_ext_ack *extack) argument
939 mlxsw_sp_acl_rule_lookup(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_acl_ruleset *ruleset, unsigned long cookie) argument
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth_sr1.c336 u32 hi_ts, lo_ts, cookie; local
345 cookie = le32_to_cpu(tsr->cookie);
346 if (cookie >= PRUETH_MAX_TX_TS_REQUESTS) {
347 netdev_dbg(emac->ndev, "Invalid TX TS cookie 0x%x\n",
348 cookie);
352 skb = emac->tx_ts_skb[cookie];
353 emac->tx_ts_skb[cookie] = NULL; /* free slot */
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dmain.c157 struct ath6kl_cookie *cookie; local
159 cookie = ar->cookie_list;
160 if (cookie != NULL) {
161 ar->cookie_list = cookie->arc_list_next;
165 return cookie;
187 void ath6kl_free_cookie(struct ath6kl *ar, struct ath6kl_cookie *cookie) argument
191 if (!ar || !cookie)
194 cookie->arc_list_next = ar->cookie_list;
195 ar->cookie_list = cookie;
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disphist.c178 dma_cookie_t cookie; local
214 cookie = tx->tx_submit(tx);
215 if (dma_submit_error(cookie)) {
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dmcdi.h164 unsigned long cookie, int rc,
171 unsigned long cookie);
176 unsigned long cookie);
/linux-master/arch/powerpc/platforms/512x/
H A Dmpc512x_lpbfifo.c170 dma_cookie_t cookie; local
315 cookie = dma_tx->tx_submit(dma_tx);
316 if (dma_submit_error(cookie)) {
/linux-master/include/linux/ceph/
H A Drados.h512 __le64 cookie, count; member in struct:ceph_osd_op::__anon311::__anon315
518 __le64 cookie; member in struct:ceph_osd_op::__anon311::__anon317
524 __le64 cookie; member in struct:ceph_osd_op::__anon311::__anon318
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.h11 u32 cookie; member in struct:hal_rx_wbm_rel_info
495 u32 cookie, u8 manager);
497 u32 *cookie, u8 *rbm);
/linux-master/include/net/
H A Ddst.h468 static inline struct dst_entry *dst_check(struct dst_entry *dst, u32 cookie) argument
472 ipv4_dst_check, dst, cookie);
555 struct dst_entry *dst_blackhole_check(struct dst_entry *dst, u32 cookie);
/linux-master/net/bluetooth/
H A Dhci_sock.c58 __u32 cookie; member in struct:hci_pinfo
96 return hci_pi(sk)->cookie;
101 int id = hci_pi(sk)->cookie;
108 hci_pi(sk)->cookie = id;
118 int id = hci_pi(sk)->cookie;
121 hci_pi(sk)->cookie = 0xffffffff;
452 put_unaligned_le32(hci_pi(sk)->cookie, skb_put(skb, 4));
560 /* No message needed when cookie is not present */
561 if (!hci_pi(sk)->cookie)
592 put_unaligned_le32(hci_pi(sk)->cookie, skb_pu
[all...]
/linux-master/drivers/net/ethernet/ti/
H A Dcpsw_priv.c1431 priv->ale_bc_ratelimit.cookie = cls->cookie;
1439 priv->ale_mc_ratelimit.cookie = cls->cookie;
1511 if (cls->cookie == priv->ale_bc_ratelimit.cookie) {
1512 priv->ale_bc_ratelimit.cookie = 0;
1517 if (cls->cookie == priv->ale_mc_ratelimit.cookie) {
1518 priv->ale_mc_ratelimit.cookie
[all...]
/linux-master/tools/lib/bpf/
H A Dbpf.h420 __u64 cookie; member in struct:bpf_link_create_opts::__anon3629::__anon3633
623 __u64 cookie; member in struct:bpf_raw_tp_opts
626 #define bpf_raw_tp_opts__last_field cookie
/linux-master/kernel/debug/kdb/
H A Dkdb_io.c565 int cookie; local
590 cookie = console_srcu_read_lock();
612 console_srcu_read_unlock(cookie);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.h191 unsigned long cookie; member in struct:bnxt_tc_flow_node
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.h30 int qtnf_cmd_send_frame(struct qtnf_vif *vif, u32 cookie, u16 flags,
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dwmi.h71 u8 cookie; member in struct:__wmi_event_txstatus

Completed in 378 milliseconds

<<11121314151617181920>>