Home
last modified time | relevance | path

Searched refs:links (Results 1 – 25 of 90) sorted by relevance

1234

/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec_worker.c398 ipsec_wrkr_non_burst_int_port_drv_mode(struct eh_event_link_info *links, in ipsec_wrkr_non_burst_int_port_drv_mode() argument
441 links[0].event_port_id); in ipsec_wrkr_non_burst_int_port_drv_mode()
444 nb_rx = rte_event_dequeue_burst(links[0].eventdev_id, in ipsec_wrkr_non_burst_int_port_drv_mode()
445 links[0].event_port_id, in ipsec_wrkr_non_burst_int_port_drv_mode()
483 rte_event_eth_tx_adapter_enqueue(links[0].eventdev_id, in ipsec_wrkr_non_burst_int_port_drv_mode()
484 links[0].event_port_id, in ipsec_wrkr_non_burst_int_port_drv_mode()
547 links[0].event_port_id); in ipsec_wrkr_non_burst_int_port_app_mode()
551 nb_rx = rte_event_dequeue_burst(links[0].eventdev_id, in ipsec_wrkr_non_burst_int_port_app_mode()
552 links[0].event_port_id, in ipsec_wrkr_non_burst_int_port_app_mode()
582 rte_event_eth_tx_adapter_enqueue(links[0].eventdev_id, in ipsec_wrkr_non_burst_int_port_app_mode()
[all …]
H A Devent_helper.c1016 struct eh_event_link_info **links) in eh_get_event_lcore_links() argument
1027 if (conf == NULL || links == NULL) { in eh_get_event_lcore_links()
1082 *links = link_cache; in eh_get_event_lcore_links()
1735 struct eh_event_link_info *links = NULL; in eh_launch_worker() local
1789 nb_links = eh_get_event_lcore_links(lcore_id, conf, &links); in eh_launch_worker()
1792 match_wrkr->worker_thread(links, nb_links); in eh_launch_worker()
1795 free(links); in eh_launch_worker()
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_dp.c34 TAILQ_FOREACH(entry, head, links) { in sfc_dp_find_by_name()
51 TAILQ_FOREACH(entry, head, links) { in sfc_dp_find_by_caps()
76 TAILQ_INSERT_TAIL(head, entry, links); in sfc_dp_register()
H A Dsfc_dp.h84 TAILQ_ENTRY(sfc_dp) links;
/f-stack/freebsd/netgraph/
H A Dng_ppp.c506 priv->links[i].seq = MP_NOSEQ; in ng_ppp_constructor()
609 priv->links[i].conf = conf->links[i]; in ng_ppp_rcvmsg()
624 conf->links[i] = priv->links[i].conf; in ng_ppp_rcvmsg()
765 priv->links[~index].hook = NULL; in ng_ppp_disconnect()
1333 link = &priv->links[linkNum]; in ng_ppp_link_xmit()
2342 int bw = priv->links[ in ng_ppp_mp_strategy()
2352 int bw = priv->links[ in ng_ppp_mp_strategy()
2496 priv->links[i].latency = in ng_ppp_update()
2497 priv->links[i].conf.latency + in ng_ppp_update()
2575 if (newConf->links[i].enableLink && priv->links[i].hook != NULL) in ng_ppp_config_valid()
[all …]
/f-stack/tools/libxo/tests/core/saved/
H A Dtest_01.XP.out159 <links>links</links>
163 <links>3</links>
167 <links>1</links>
H A Dtest_01.X.out1links>links</links><user>user</user><group>group</group><pre>that</pre><links>3</links><post>this<…
H A Dtest_01.J.out1 …tal":"octal","links":"links","user":"user","group":"group","pre":"that","links":3,"post":"this","m…
H A Dtest_01.JP.out170 "links": "links",
174 "links": 3,
178 "links": 1,
H A Dtest_01.E.out189 op string: [links] [links] [0x1000]
193 op content: [links] [3] [0x1000]
197 op content: [links] [1] [0x1000]
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_dir.c654 uint64_t links; in zfs_rmnode() local
738 links = 0; in zfs_rmnode()
740 &links, sizeof (links), tx)); in zfs_rmnode()
800 uint64_t links; in zfs_link_create() local
820 NULL, &links, sizeof (links)); in zfs_link_create()
861 links = ZTOI(dzp)->i_nlink; in zfs_link_create()
866 &links, sizeof (links)); in zfs_link_create()
946 uint64_t links; in zfs_link_destroy() local
988 links = ZTOI(zp)->i_nlink; in zfs_link_destroy()
990 NULL, &links, sizeof (links)); in zfs_link_destroy()
[all …]
/f-stack/freebsd/contrib/openzfs/udev/rules.d/
H A D60-zvol.rules.in1 # Persistent links for zvol
3 # persistent disk links: /dev/zvol/dataset_name
/f-stack/freebsd/contrib/device-tree/Bindings/mailbox/
H A Damlogic,meson-gxbb-mhu.yaml15 that has 3 independent channels/links to communicate with remote processor(s).
16 MHU links are hardwired on a platform. A link raises interrupt for any
32 Contains the interrupt information corresponding to each of the 3 links
H A Darm-mhu.txt5 3 independent channels/links to communicate with remote processor(s).
6 MHU links are hardwired on a platform. A link raises interrupt for any
23 each of the 3 links of MHU.
/f-stack/freebsd/arm64/arm64/
H A Dbusdma_bounce.c90 STAILQ_ENTRY(bounce_page) links;
96 STAILQ_ENTRY(bounce_zone) links;
138 STAILQ_ENTRY(bus_dmamap) links;
1034 STAILQ_REMOVE_HEAD(&map->bpages, links); in bounce_bus_dmamap_unload()
1157 bpage = STAILQ_NEXT(bpage, links); in bounce_bus_dmamap_sync()
1165 bpage = STAILQ_NEXT(bpage, links); in bounce_bus_dmamap_sync()
1187 bpage = STAILQ_NEXT(bpage, links); in bounce_bus_dmamap_sync()
1246 STAILQ_FOREACH(bz, &bounce_zone_list, links) { in alloc_bounce_zone()
1268 STAILQ_INSERT_TAIL(&bounce_zone_list, bz, links); in alloc_bounce_zone()
1391 STAILQ_REMOVE_HEAD(&bz->bounce_page_list, links); in add_bounce_page()
[all …]
/f-stack/freebsd/x86/x86/
H A Dbusdma_bounce.c88 STAILQ_ENTRY(bounce_page) links;
94 STAILQ_ENTRY(bounce_zone) links;
130 STAILQ_ENTRY(bus_dmamap) links;
958 STAILQ_REMOVE_HEAD(&map->bpages, links); in bounce_bus_dmamap_unload()
1017 bpage = STAILQ_NEXT(bpage, links); in bounce_bus_dmamap_sync()
1058 bpage = STAILQ_NEXT(bpage, links); in bounce_bus_dmamap_sync()
1098 STAILQ_FOREACH(bz, &bounce_zone_list, links) { in alloc_bounce_zone()
1122 STAILQ_INSERT_TAIL(&bounce_zone_list, bz, links); in alloc_bounce_zone()
1252 STAILQ_REMOVE_HEAD(&bz->bounce_page_list, links); in add_bounce_page()
1270 STAILQ_INSERT_TAIL(&(map->bpages), bpage, links); in add_bounce_page()
[all …]
/f-stack/freebsd/arm/arm/
H A Dbusdma_machdep.c105 STAILQ_ENTRY(bounce_page) links;
118 STAILQ_ENTRY(bounce_zone) links;
188 STAILQ_ENTRY(bus_dmamap) links;
1276 STAILQ_REMOVE_HEAD(&map->bpages, links); in bus_dmamap_unload()
1408 bpage = STAILQ_NEXT(bpage, links); in bus_dmamap_sync()
1430 bpage = STAILQ_NEXT(bpage, links); in bus_dmamap_sync()
1459 bpage = STAILQ_NEXT(bpage, links); in bus_dmamap_sync()
1532 STAILQ_FOREACH(bz, &bounce_zone_list, links) { in alloc_bounce_zone()
1554 STAILQ_INSERT_TAIL(&bounce_zone_list, bz, links); in alloc_bounce_zone()
1678 STAILQ_REMOVE_HEAD(&bz->bounce_page_list, links); in add_bounce_page()
[all …]
/f-stack/freebsd/mips/mips/
H A Dbusdma_machdep.c111 STAILQ_ENTRY(bounce_page) links;
123 STAILQ_ENTRY(bounce_zone) links;
161 STAILQ_ENTRY(bus_dmamap) links;
861 map, links); in _bus_dmamap_reserve_pages()
1091 STAILQ_REMOVE_HEAD(&map->bpages, links); in bus_dmamap_unload()
1215 STAILQ_FOREACH(bpage, &map->bpages, links) { in _bus_dmamap_sync_bp()
1317 STAILQ_FOREACH(bz, &bounce_zone_list, links) { in alloc_bounce_zone()
1339 STAILQ_INSERT_TAIL(&bounce_zone_list, bz, links); in alloc_bounce_zone()
1468 STAILQ_REMOVE_HEAD(&bz->bounce_page_list, links); in add_bounce_page()
1481 STAILQ_INSERT_TAIL(&(map->bpages), bpage, links); in add_bounce_page()
[all …]
/f-stack/freebsd/arm64/coresight/
H A Dcoresight_acpi.c149 const union acpi_object *graphid, *guid, *links; in cs_is_acpi_coresight_graph() local
157 links = &obj->Package.Elements[2]; in cs_is_acpi_coresight_graph()
160 links->Type != ACPI_TYPE_INTEGER) in cs_is_acpi_coresight_graph()
/f-stack/freebsd/contrib/openzfs/etc/systemd/system/
H A Dzfs-volume-wait.service.in2 Description=Wait for ZFS Volume (zvol) links in /dev
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Damlogic,gx-sound-card.yaml68 dai-link representing backend links should have at least one subnode.
70 frontend links have no codec, therefore have no subnodes
H A Dtas5720.txt5 audio playback. For more product information please see the links below:
H A Damlogic,axg-sound-card.txt42 - codec: dai-link representing backend links should have at least one subnode.
44 dai-link representing frontend links have no codec, therefore have no
/f-stack/freebsd/i386/
H A DMakefile19 links:: target
/f-stack/freebsd/amd64/
H A DMakefile19 links:: target

1234