Home
last modified time | relevance | path

Searched refs:async (Results 1 – 25 of 46) sorted by relevance

12

/f-stack/freebsd/contrib/device-tree/Bindings/infiniband/
H A Dhisilicon-hns-roce.txt22 - interrupts: should contain 32 completion event irq,1 async event irq
26 - hns-roce-async: 1 async event irq
106 "hns-roce-async",
/f-stack/freebsd/netgraph/
H A Dng_async.c77 hook_p async; /* Asynchronous side */ member
168 NETGRAPH_INIT(async, &typestruct);
215 hookp = &sc->async; in nga_newhook()
246 if (hook == sc->async) in nga_rcvdata()
359 if (hook == sc->async) in nga_disconnect()
360 hookp = &sc->async; in nga_disconnect()
413 NG_FWD_ITEM_HOOK(error, item, sc->async ); in nga_rcv_sync()
480 NG_FWD_NEW_DATA(error, item, sc->async, m); in nga_rcv_sync()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst109 path allows applications to register async copy devices (typically
112 async data path APIs are defined for DPDK applications to make use of
113 the async capability. Only packets enqueued/dequeued by async APIs are
114 processed through the async data path.
211 Register a vhost queue with async copy device channel.
226 applications call async vhost APIs to enqueue/dequeue data.
228 Typical value is 512~1024 depending on the async device capability.
231 work with the async copy devices:
241 vhost invokes this function to get the copy data completed by async
246 Unregister the async copy device channel from a vhost queue.
[all …]
/f-stack/dpdk/lib/librte_ipsec/
H A Drte_ipsec.h37 uint16_t (*async)(const struct rte_ipsec_session *ss, member
121 return ss->pkt_func.prepare.async(ss, mb, cop, num); in rte_ipsec_pkt_crypto_prepare()
H A Dsa.c626 pf->prepare.async = esp_inb_pkt_prepare; in lksd_none_pkt_func_select()
630 pf->prepare.async = esp_inb_pkt_prepare; in lksd_none_pkt_func_select()
635 pf->prepare.async = esp_outb_tun_prepare; in lksd_none_pkt_func_select()
640 pf->prepare.async = esp_outb_trs_prepare; in lksd_none_pkt_func_select()
753 pf->prepare.async = lksd_proto_prepare; in ipsec_sa_pkt_func_select()
/f-stack/freebsd/contrib/device-tree/Bindings/gpio/
H A Dgpio-eic-sprd.txt6 controller contains 4 sub-modules: EIC-debounce, EIC-latch, EIC-async and
23 The EIC-async sub-module uses a 32kHz clock to capture the short signals
34 "sprd,sc9860-eic-async",
69 compatible = "sprd,sc9860-eic-async";
/f-stack/app/redis-5.0.5/deps/hiredis/
H A DMakefile6 OBJ=net.o hiredis.o sds.o async.o read.o
72 async.o: async.c fmacros.h async.h hiredis.h read.h sds.h net.h dict.c dict.h
185 $(INSTALL) hiredis.h async.h read.h sds.h adapters $(INSTALL_INCLUDE_PATH)
H A DCHANGELOG.md47 the async onDisconnect callback function will never be called.
52 * Prevent crash on pending replies in async code (Thanks, @switch-st)
68 * Fix memory leak in async reply handling (Salvatore Sanfilippo)
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Dmediatek,smi-common.txt13 base). Besides that, the smi async clock should be prepared and enabled for
34 - "async" : asynchronous clock, it help transform the smi clock into the emi
/f-stack/freebsd/contrib/device-tree/Bindings/net/ieee802154/
H A Dmcr20a.txt6 lower than 9000000 depends sync or async operation mode
H A Dat86rf230.txt7 sync or async operation mode
H A Dcc2520.txt6 sync or async operation mode
/f-stack/app/redis-5.0.5/tests/unit/
H A Dlazyfree.tcl30 r flushdb async
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_proc.c88 } async; member
420 param = sr->async.param; in process_async_request()
475 param = sr->async.param; in trigger_async_action()
481 free(sr->async.param->user_reply.msgs); in trigger_async_action()
482 free(sr->async.param); in trigger_async_action()
853 pending_req->async.param = param; in mp_request_async()
1131 dummy->async.param = param; in rte_mp_request_async()
/f-stack/dpdk/drivers/common/iavf/
H A Diavf_adminq.h48 bool async; member
H A Diavf_adminq.c712 if (details->postpone && !details->async) { in iavf_asq_send_command()
772 if (!details->async && !details->postpone) { in iavf_asq_send_command()
824 (!details->async && !details->postpone)) { in iavf_asq_send_command()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvfs.h58 #define fs_vscan(vp, cr, async) (0) argument
/f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md173 | async_read | operations | ZIO async reads|
174 | async_write | operations | ZIO async writes |
209 | async_read_ind | blocks | independent async reads |
210 | async_write_ind | blocks | independent async writes |
215 | async_read_agg | blocks | aggregated async reads |
216 | async_write_agg | blocks | aggregated async writes |
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_adminq.h48 bool async; member
/f-stack/freebsd/kern/
H A Dvfs_cluster.c660 int async; in cluster_write() local
666 async = DOINGASYNC(vp); in cluster_write()
669 async = 0; in cluster_write()
702 if (!async && seqcount > 0) { in cluster_write()
771 if (!async && maxclen == 0) { /* I/O not contiguous */ in cluster_write()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_resolver.h222 unsigned async:1; member
/f-stack/freebsd/contrib/device-tree/Bindings/media/
H A Dstih407-c8sectpfe.txt44 - async-not-sync : Bool property to control if data is received in asynchronous mode
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvhost.rst166 This parameter is used to specify DMA type for async vhost-user net driver which
167 demonstrates how to use the async vhost APIs. It's used in combination with dmas.
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dcirrus,madera.yaml77 opclk-async, pwm1, pwm2, spdif, asrc1-in1-lock,
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzvol.c1663 zvol_remove_minors(spa_t *spa, const char *name, boolean_t async) in zvol_remove_minors() argument
1673 if ((async == B_FALSE) && (id != TASKQID_INVALID)) in zvol_remove_minors()
1679 boolean_t async) in zvol_rename_minors() argument
1689 if ((async == B_FALSE) && (id != TASKQID_INVALID)) in zvol_rename_minors()

12