Searched refs:cookie (Results 476 - 500 of 865) sorted by relevance

<<11121314151617181920>>

/linux-master/include/linux/
H A Dconsole.h373 extern void console_srcu_read_unlock(int cookie);
/linux-master/drivers/spi/
H A Dspi-fsl-lpspi.c521 static void fsl_lpspi_dma_rx_callback(void *cookie) argument
523 struct fsl_lpspi_data *fsl_lpspi = (struct fsl_lpspi_data *)cookie;
528 static void fsl_lpspi_dma_tx_callback(void *cookie) argument
530 struct fsl_lpspi_data *fsl_lpspi = (struct fsl_lpspi_data *)cookie;
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_mmu.c384 static void mmu_tlb_inv_context_s1(void *cookie) argument
387 static void mmu_tlb_sync_context(void *cookie) argument
389 //struct panfrost_mmu *mmu = cookie;
394 void *cookie)
396 mmu_tlb_sync_context(cookie);
393 mmu_tlb_flush_walk(unsigned long iova, size_t size, size_t granule, void *cookie) argument
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_net.c235 if (priv->tc.police_id && priv->tc.police_id != f->cookie) {
254 priv->tc.police_id = f->cookie;
295 priv->tc.ingress_mirred_id = f->cookie;
297 priv->tc.egress_mirred_id = f->cookie;
383 if (f->cookie == priv->tc.police_id)
385 else if (f->cookie == priv->tc.ingress_mirred_id ||
386 f->cookie == priv->tc.egress_mirred_id)
/linux-master/drivers/mmc/host/
H A Domap_hsmmc.c166 s32 cookie; member in struct:omap_hsmmc_next
1199 data->host_cookie != host->next_data.cookie) {
1200 dev_warn(host->dev, "[%s] invalid cookie: data->host_cookie %d"
1201 " host->next_data.cookie %d\n",
1202 __func__, data->host_cookie, host->next_data.cookie);
1207 if (next || data->host_cookie != host->next_data.cookie) {
1222 data->host_cookie = ++next->cookie < 0 ? 1 : next->cookie;
1821 host->next_data.cookie = 1;
H A Dusdhi6rol0.c572 dma_cookie_t cookie = -EINVAL; local
597 cookie = dmaengine_submit(desc);
600 dev_dbg(mmc_dev(host->mmc), "%s(): mapped %d -> %d, cookie %d @ %p\n",
601 __func__, data->sg_len, ret, cookie, desc); local
603 if (cookie < 0) {
606 ret = cookie;
612 return cookie;
/linux-master/fs/nfs/
H A Dnfs3xdr.c260 static __be32 *xdr_encode_cookie3(__be32 *p, u64 cookie) argument
262 return xdr_encode_hyper(p, cookie);
265 static int decode_cookie3(struct xdr_stream *xdr, u64 *cookie) argument
267 return decode_uint64(xdr, cookie);
1221 * cookie3 cookie;
1234 p = xdr_encode_cookie3(p, args->cookie);
1255 * cookie3 cookie;
1271 p = xdr_encode_cookie3(p, args->cookie);
1951 * cookie3 cookie;
1961 * cookie3 cookie;
[all...]
/linux-master/drivers/nvme/host/
H A Dapple.c224 static void apple_nvme_rtkit_crashed(void *cookie) argument
226 struct apple_nvme *anv = cookie;
232 static int apple_nvme_sart_dma_setup(void *cookie, argument
235 struct apple_nvme *anv = cookie;
258 static void apple_nvme_sart_dma_destroy(void *cookie, argument
261 struct apple_nvme *anv = cookie;
1230 static void apple_nvme_async_probe(void *data, async_cookie_t cookie) argument
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c2207 void *cookie = hwfn->cdev->ops_cookie; local
2214 if (IS_LEAD_HWFN(hwfn) && cookie)
2215 op->link_update(cookie, &if_link);
2220 void *cookie = hwfn->cdev->ops_cookie; local
2223 if (IS_LEAD_HWFN(hwfn) && cookie && op && op->bw_update)
2224 op->bw_update(cookie);
2738 void *cookie = p_hwfn->cdev->ops_cookie; local
2741 ops->schedule_recovery_handler(cookie);
2758 void *cookie = p_hwfn->cdev->ops_cookie; local
2772 ops->schedule_hw_err_handler(cookie, err_typ
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dmcdi.c43 unsigned long cookie; member in struct:efx_mcdi_async_param
553 async->complete(efx, async->cookie, rc, outbuf,
975 unsigned long cookie, bool quiet)
998 async->cookie = cookie;
1033 * @cookie: Arbitrary value to be passed to @complete.
1048 efx_mcdi_async_completer *complete, unsigned long cookie)
1051 cookie, false);
1057 unsigned long cookie)
1060 cookie, tru
971 _efx_mcdi_rpc_async(struct efx_nic *efx, unsigned int cmd, const efx_dword_t *inbuf, size_t inlen, size_t outlen, efx_mcdi_async_completer *complete, unsigned long cookie, bool quiet) argument
1046 efx_mcdi_rpc_async(struct efx_nic *efx, unsigned int cmd, const efx_dword_t *inbuf, size_t inlen, size_t outlen, efx_mcdi_async_completer *complete, unsigned long cookie) argument
1054 efx_mcdi_rpc_async_quiet(struct efx_nic *efx, unsigned int cmd, const efx_dword_t *inbuf, size_t inlen, size_t outlen, efx_mcdi_async_completer *complete, unsigned long cookie) argument
[all...]
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_fw.h673 uint32_t cookie; /* 200-203 */ member in struct:addr_ctrl_blk
777 uint32_t cookie; /* 200-203 */ member in struct:addr_ctrl_blk_def
824 uint16_t cookie; member in struct:ql4_chap_table
913 uint16_t cookie; /* 1FC-1FD */ member in struct:dev_db_entry
941 uint32_t cookie; /* 00-03 */ member in struct:flash_sys_info
/linux-master/drivers/dma/
H A Dimx-dma.c718 dma_cookie_t cookie,
721 return dma_cookie_status(chan, cookie, txstate);
728 dma_cookie_t cookie; local
733 cookie = dma_cookie_assign(tx);
736 return cookie;
717 imxdma_tx_status(struct dma_chan *chan, dma_cookie_t cookie, struct dma_tx_state *txstate) argument
H A Dsprd-dma.c660 dma_cookie_t cookie,
669 ret = dma_cookie_status(chan, cookie, txstate);
674 vd = vchan_find_desc(&schan->vc, cookie);
687 } else if (schan->cur_desc && schan->cur_desc->vd.tx.cookie == cookie) {
659 sprd_dma_tx_status(struct dma_chan *chan, dma_cookie_t cookie, struct dma_tx_state *txstate) argument
H A Ddmatest.c586 dma_cookie_t cookie; local
827 cookie = tx->tx_submit(tx);
829 if (dma_submit_error(cookie)) {
837 status = dma_sync_wait(chan, cookie);
848 status = dma_async_is_tx_complete(chan, cookie, NULL,
H A Dat_xdmac.c549 dma_cookie_t cookie; local
553 cookie = dma_cookie_assign(tx);
561 return cookie;
1161 first->tx_dma_desc.cookie = -EBUSY;
1368 desc->tx_dma_desc.cookie = -EBUSY;
1530 first->tx_dma_desc.cookie = -EBUSY;
1538 at_xdmac_tx_status(struct dma_chan *chan, dma_cookie_t cookie, argument
1552 ret = dma_cookie_status(chan, cookie, txstate);
1672 "%s: desc=0x%p, tx_dma_desc.phys=%pad, tx_status=%d, cookie=%d, residue=%d\n",
1673 __func__, desc, &desc->tx_dma_desc.phys, ret, cookie, residu local
[all...]
H A Dpl330.c2063 __func__, __LINE__, desc->txd.cookie);
2086 /* Try to submit a req imm. next to the last completed cookie */
2407 pl330_tx_status(struct dma_chan *chan, dma_cookie_t cookie, argument
2416 ret = dma_cookie_status(chan, cookie, txstate);
2451 if (desc->txd.cookie == cookie) {
2511 dma_cookie_t cookie; local
2531 cookie = dma_cookie_assign(&last->txd);
2535 return cookie;
2619 desc->txd.cookie
[all...]
/linux-master/drivers/dma/ti/
H A Dcppi41.c364 dma_cookie_t cookie; local
366 cookie = dma_cookie_assign(tx);
368 return cookie;
419 dma_cookie_t cookie, struct dma_tx_state *txstate)
424 ret = dma_cookie_status(chan, cookie, txstate);
418 cppi41_dma_tx_status(struct dma_chan *chan, dma_cookie_t cookie, struct dma_tx_state *txstate) argument
/linux-master/drivers/dma/qcom/
H A Dbam_dma.c876 * if complete, process cookie. Otherwise
939 * @cookie: transaction cookie
944 static enum dma_status bam_tx_status(struct dma_chan *chan, dma_cookie_t cookie, argument
955 ret = dma_cookie_status(chan, cookie, txstate);
963 vd = vchan_find_desc(&bchan->vc, cookie);
968 if (async_desc->vd.tx.cookie != cookie)
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c355 u32 cookie; local
405 cookie = FIELD_PREP(DP_RXDMA_BUF_COOKIE_PDEV_ID, mac_id) |
410 ath11k_hal_rx_buf_addr_info_set(desc, paddr, cookie, mgr);
2650 u32 cookie; local
2666 cookie = FIELD_GET(BUFFER_ADDR_INFO1_SW_COOKIE,
2669 cookie);
2670 mac_id = FIELD_GET(DP_RXDMA_BUF_COOKIE_PDEV_ID, cookie);
2902 u32 cookie; local
2929 cookie = FIELD_PREP(DP_RXDMA_BUF_COOKIE_PDEV_ID, mac_id) |
2934 ath11k_hal_rx_buf_addr_info_set(desc, paddr, cookie, mg
3006 u32 cookie; local
3381 u32 dst_idx, cookie, hal_rx_desc_sz; local
[all...]
/linux-master/net/mac80211/
H A Dcfg.c384 u64 cookie)
392 if (func->cookie == cookie)
400 struct wireless_dev *wdev, u64 cookie)
412 func = ieee80211_find_nan_func_by_cookie(sdata, cookie);
653 const u8 *mac_addr, void *cookie,
654 void (*callback)(void *cookie,
748 callback(cookie, &params);
4066 u64 *cookie, gfp_t gfp)
4089 *cookie
383 ieee80211_find_nan_func_by_cookie(struct ieee80211_sub_if_data *sdata, u64 cookie) argument
399 ieee80211_del_nan_func(struct wiphy *wiphy, struct wireless_dev *wdev, u64 cookie) argument
651 ieee80211_get_key(struct wiphy *wiphy, struct net_device *dev, int link_id, u8 key_idx, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback)(void *cookie, struct key_params *params)) argument
4065 ieee80211_attach_ack_skb(struct ieee80211_local *local, struct sk_buff *skb, u64 *cookie, gfp_t gfp) argument
4172 ieee80211_probe_client(struct wiphy *wiphy, struct net_device *dev, const u8 *peer, u64 *cookie) argument
4427 u64 cookie; local
4448 reason, cookie, gfp); local
[all...]
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c274 u32 cookie; local
331 cookie = rx_desc->cookie;
345 ath12k_hal_rx_buf_addr_info_set(desc, paddr, cookie, mgr);
2613 u32 cookie; local
2615 cookie = le32_get_bits(desc->buf_addr_info.info1,
2627 desc_info = ath12k_dp_get_rx_desc(ab, cookie);
2629 ath12k_warn(ab, "Invalid cookie in manual desc retrieval");
2972 u32 cookie, hal_rx_desc_sz, dest_ring_info0; local
2982 &link_paddr, &cookie);
3306 ath12k_dp_process_rx_err_buf(struct ath12k *ar, struct hal_reo_dest_ring *desc, bool drop, u32 cookie) argument
[all...]
/linux-master/drivers/infiniband/hw/mlx5/
H A Ddevx.c75 u64 cookie; member in struct:devx_event_subscription
2018 u64 cookie = 0; local
2055 err = uverbs_copy_from(&cookie, attrs,
2117 event_sub->cookie = cookie;
2480 event_data->hdr.cookie = event_sub->cookie;
2724 eventsz = sizeof(event_sub->cookie);
2725 event_data = &event_sub->cookie;
/linux-master/net/sched/
H A Dact_api.c54 struct tc_cookie *cookie = container_of(p, struct tc_cookie, rcu); local
56 kfree(cookie->data);
57 kfree(cookie);
190 fl_action->cookie = (unsigned long)act;
481 struct tc_cookie *cookie; local
491 cookie = rcu_dereference(a->user_cookie);
492 if (cookie) {
493 if (nla_put(skb, TCA_ACT_COOKIE, cookie->len, cookie->data)) {
1412 NL_SET_ERR_MSG(extack, "No memory to generate TC cookie");
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2596 static irqreturn_t t3_sge_intr_msix(int irq, void *cookie) argument
2598 struct sge_qset *qs = cookie;
2615 static irqreturn_t t3_sge_intr_msix_napi(int irq, void *cookie) argument
2617 struct sge_qset *qs = cookie;
2634 static irqreturn_t t3_intr_msi(int irq, void *cookie) argument
2637 struct adapter *adap = cookie;
2679 static irqreturn_t t3_intr_msi_napi(int irq, void *cookie) argument
2682 struct adapter *adap = cookie;
2717 static irqreturn_t t3_intr(int irq, void *cookie) argument
2720 struct adapter *adap = cookie;
2755 t3b_intr(int irq, void *cookie) argument
2789 t3b_intr_napi(int irq, void *cookie) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c1979 mlxsw_sp_qevent_mall_entry_find(struct mlxsw_sp_qevent_block *block, unsigned long cookie) argument
1984 if (mall_entry->cookie == cookie)
2027 mall_entry->cookie = f->cookie;
2060 mall_entry = mlxsw_sp_qevent_mall_entry_find(qevent_block, f->cookie);

Completed in 640 milliseconds

<<11121314151617181920>>