Searched defs:cookie (Results 176 - 200 of 230) sorted by relevance

12345678910

/drivers/s390/block/
H A Ddasd.c3250 static void dasd_generic_auto_online(void *data, async_cookie_t cookie) argument
/drivers/s390/kvm/
H A Dvirtio_ccw.c96 long cookie; member in struct:virtio_ccw_vq_info
346 long cookie)
352 register long __cookie asm("4") = cookie;
369 info->cookie = do_kvm_notify(schid, vq->index, info->cookie);
370 if (info->cookie < 0)
970 static void virtio_ccw_auto_online(void *data, async_cookie_t cookie) argument
344 do_kvm_notify(struct subchannel_id schid, unsigned long queue_index, long cookie) argument
/drivers/scsi/aic94xx/
H A Daic94xx_sds.c402 u8 cookie[32]; member in struct:asd_flash_dir
617 if (memcmp(flash_dir->cookie, FLASH_DIR_COOKIE,
/drivers/scsi/
H A Dsd.c2902 static void sd_probe_async(void *data, async_cookie_t cookie) argument
/drivers/spi/
H A Dspi-atmel.c558 dma_cookie_t cookie; local
625 cookie = rxdesc->tx_submit(rxdesc);
626 if (dma_submit_error(cookie))
628 cookie = txdesc->tx_submit(txdesc);
629 if (dma_submit_error(cookie))
H A Dspi-imx.c876 static void spi_imx_dma_rx_callback(void *cookie) argument
878 struct spi_imx_data *spi_imx = (struct spi_imx_data *)cookie;
883 static void spi_imx_dma_tx_callback(void *cookie) argument
885 struct spi_imx_data *spi_imx = (struct spi_imx_data *)cookie;
H A Dspi-rspi.c472 dma_cookie_t cookie; local
487 cookie = dmaengine_submit(desc_rx);
488 if (dma_submit_error(cookie)) {
489 ret = cookie;
512 cookie = dmaengine_submit(desc_tx);
513 if (dma_submit_error(cookie)) {
514 ret = cookie;
H A Dspi-sh-msiof.c636 dma_cookie_t cookie; local
650 cookie = dmaengine_submit(desc_rx);
651 if (dma_submit_error(cookie))
652 return cookie;
674 cookie = dmaengine_submit(desc_tx);
675 if (dma_submit_error(cookie)) {
676 ret = cookie;
/drivers/staging/lustre/lnet/klnds/o2iblnd/
H A Do2iblnd_cb.c213 kiblnd_find_waiting_tx_locked(kib_conn_t *conn, int txtype, __u64 cookie) argument
223 if (tx->tx_cookie != cookie)
238 kiblnd_handle_completion(kib_conn_t *conn, int txtype, int status, __u64 cookie) argument
246 tx = kiblnd_find_waiting_tx_locked(conn, txtype, cookie);
250 CWARN("Unmatched completion type %x cookie %#llx from %s\n",
251 txtype, cookie, libcfs_nid2str(conn->ibc_peer->ibp_nid));
277 kiblnd_send_completion(kib_conn_t *conn, int type, int status, __u64 cookie) argument
289 tx->tx_msg->ibm_u.completion.ibcm_cookie = cookie;
1008 CNETERR("Tx -> %s cookie %#llx sending %d waiting %d: failed %d\n",
/drivers/staging/lustre/lustre/lclient/
H A Dlcommon_cl.c1187 void *cookie; local
1189 cookie = cl_env_reenter();
1212 cl_env_reexit(cookie);
/drivers/staging/lustre/lustre/obdclass/
H A Dlu_object.c441 void *cookie, const char *format, ...)
443 struct libcfs_debug_msg_data *msgdata = cookie;
474 void lu_object_header_print(const struct lu_env *env, void *cookie, argument
478 (*printer)(env, cookie, "header@%p[%#lx, %d, "DFID"%s%s%s]",
491 void lu_object_print(const struct lu_env *env, void *cookie, argument
499 lu_object_header_print(env, cookie, printer, top);
500 (*printer)(env, cookie, "{\n");
506 (*printer)(env, cookie, "%*.*s%s@%p", depth, depth, ruler,
510 (*o->lo_ops->loo_object_print)(env, cookie, printer, o);
512 (*printer)(env, cookie, "\
440 lu_cdebug_printer(const struct lu_env *env, void *cookie, const char *format, ...) argument
822 lu_site_print(const struct lu_env *env, struct lu_site *s, void *cookie, lu_printer_t printer) argument
[all...]
/drivers/tty/serial/
H A Damba-pl011.c128 dma_cookie_t cookie; member in struct:pl011_dmarx_data
732 dmarx->cookie = dmaengine_submit(desc);
841 dmarx->cookie, &state);
895 rxchan->device->device_tx_status(rxchan, dmarx->cookie, &state);
950 rxchan->device->device_tx_status(rxchan, dmarx->cookie, &state);
H A Dsirfsoc_uart.h409 dma_cookie_t cookie; member in struct:sirfsoc_loop_buffer
/drivers/video/fbdev/
H A Dmx3fb.c270 dma_cookie_t cookie; member in struct:mx3fb_info
396 dma_cookie_t cookie; local
405 if (mx3_fbi->cookie < 0) {
417 cookie = mx3_fbi->txd->tx_submit(mx3_fbi->txd);
419 mx3_fbi->txd, cookie, list_empty(&ichan->queue) ? '-' : '+');
429 cookie = mx3_fbi->cookie;
431 mx3_fbi->txd, cookie, list_empty(&ichan->queue) ? '-' : '+');
434 if (cookie >= 0) {
437 mx3_fbi->cookie
1144 dma_cookie_t cookie; local
[all...]
/drivers/dma/
H A Dcoh901318.c2170 dma_cookie_t cookie; local
2173 cookie = dma_cookie_assign(tx);
2179 return cookie;
2365 coh901318_tx_status(struct dma_chan *chan, dma_cookie_t cookie, argument
2371 ret = dma_cookie_status(chan, cookie, txstate);
H A Dimx-sdma.c946 dma_cookie_t cookie; local
950 cookie = dma_cookie_assign(tx);
954 return cookie;
1237 dma_cookie_t cookie,
1248 dma_set_tx_state(txstate, chan->completed_cookie, chan->cookie,
1236 sdma_tx_status(struct dma_chan *chan, dma_cookie_t cookie, struct dma_tx_state *txstate) argument
/drivers/dma/ppc4xx/
H A Dadma.c1482 dma_cookie_t cookie)
1484 BUG_ON(desc->async_tx.cookie < 0);
1485 if (desc->async_tx.cookie > 0) {
1486 cookie = desc->async_tx.cookie;
1487 desc->async_tx.cookie = 0;
1502 return cookie;
1557 dma_cookie_t cookie = 0; local
1580 iter->async_tx.cookie, iter->idx, busy, iter->phys,
1634 cookie
1479 ppc440spe_adma_run_tx_complete_actions( struct ppc440spe_adma_desc_slot *desc, struct ppc440spe_adma_chan *chan, dma_cookie_t cookie) argument
1923 dma_cookie_t cookie; local
3595 ppc440spe_adma_tx_status(struct dma_chan *chan, dma_cookie_t cookie, struct dma_tx_state *txstate) argument
3678 dma_cookie_t cookie; local
[all...]
/drivers/md/
H A Ddm.c2907 unsigned cookie)
2912 if (!cookie)
2916 DM_COOKIE_ENV_VAR_NAME, cookie);
2906 dm_kobject_uevent(struct mapped_device *md, enum kobject_action action, unsigned cookie) argument
/drivers/mmc/host/
H A Domap_hsmmc.c171 s32 cookie; member in struct:omap_hsmmc_next
1349 data->host_cookie != host->next_data.cookie) {
1350 dev_warn(host->dev, "[%s] invalid cookie: data->host_cookie %d"
1351 " host->next_data.cookie %d\n",
1352 __func__, data->host_cookie, host->next_data.cookie);
1357 if (next || data->host_cookie != host->next_data.cookie) {
1372 data->host_cookie = ++next->cookie < 0 ? 1 : next->cookie;
2086 host->next_data.cookie = 1;
/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c373 static irqreturn_t t3_async_intr_handler(int irq, void *cookie) argument
375 t3_slow_intr_handler(cookie);
H A Dsge.c2540 static irqreturn_t t3_sge_intr_msix(int irq, void *cookie) argument
2542 struct sge_qset *qs = cookie;
2559 static irqreturn_t t3_sge_intr_msix_napi(int irq, void *cookie) argument
2561 struct sge_qset *qs = cookie;
2578 static irqreturn_t t3_intr_msi(int irq, void *cookie) argument
2581 struct adapter *adap = cookie;
2628 static irqreturn_t t3_intr_msi_napi(int irq, void *cookie) argument
2631 struct adapter *adap = cookie;
2666 static irqreturn_t t3_intr(int irq, void *cookie) argument
2669 struct adapter *adap = cookie;
2704 t3b_intr(int irq, void *cookie) argument
2738 t3b_intr_napi(int irq, void *cookie) argument
[all...]
/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c2013 irqreturn_t t4_sge_intr_msix(int irq, void *cookie) argument
2015 struct sge_rspq *q = cookie;
2065 static irqreturn_t t4_intr_msi(int irq, void *cookie) argument
2067 struct adapter *adap = cookie;
2079 static irqreturn_t t4_intr_intx(int irq, void *cookie) argument
2081 struct adapter *adap = cookie;
/drivers/net/ethernet/sfc/
H A Def10.c1634 efx_ef10_rx_defer_refill_complete(struct efx_nic *efx, unsigned long cookie, argument
2784 u64 cookie; local
2862 cookie = replacing << 31 | ins_index << 16 | spec->dmaq_id;
2868 efx_ef10_filter_rfs_insert_complete, cookie);
2878 efx_ef10_filter_rfs_insert_complete(struct efx_nic *efx, unsigned long cookie, argument
2887 /* Unpack the cookie */
2888 replacing = cookie >> 31;
2889 ins_index = (cookie >> 16) & (HUNT_FILTER_TBL_ROWS - 1);
2890 dmaq_id = cookie & 0xffff;
/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c1271 const u8 *mac_addr, void *cookie,
1272 void (*callback) (void *cookie,
1299 callback(cookie, &params);
3016 u64 *cookie)
3026 /* Do not use 0 as the cookie value */
3029 *cookie = id;
3037 u64 cookie)
3042 if (cookie != vif->last_roc_id)
3044 vif->last_cancel_roc_id = cookie;
3172 struct cfg80211_mgmt_tx_params *params, u64 *cookie)
1269 ath6kl_cfg80211_get_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_index, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback) (void *cookie, struct key_params *)) argument
3012 ath6kl_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, struct ieee80211_channel *chan, unsigned int duration, u64 *cookie) argument
3035 ath6kl_cancel_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, u64 cookie) argument
3171 ath6kl_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, struct cfg80211_mgmt_tx_params *params, u64 *cookie) argument
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dhtc.h78 u8 cookie; member in struct:tx_frame_hdr
89 u8 cookie; member in struct:tx_mgmt_hdr

Completed in 1416 milliseconds

12345678910