| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_link.c | 25 struct softnic_link *link; in softnic_link_free() local 27 link = TAILQ_FIRST(&p->link_list); in softnic_link_free() 28 if (link == NULL) in softnic_link_free() 32 free(link); in softnic_link_free() 40 struct softnic_link *link; in softnic_link_find() local 47 return link; in softnic_link_find() 58 struct softnic_link *link; in softnic_link_create() local 88 if (link == NULL) in softnic_link_create() 92 strlcpy(link->name, name, sizeof(link->name)); in softnic_link_create() 93 link->port_id = port_id; in softnic_link_create() [all …]
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | link.c | 24 struct link * 27 struct link *link; in link_find() local 34 return link; in link_find() 39 struct link * 40 link_next(struct link *link) in link_next() argument 99 struct link * 104 struct link *link; in link_create() local 234 link = calloc(1, sizeof(struct link)); in link_create() 241 strlcpy(link->name, name, sizeof(link->name)); in link_create() 249 return link; in link_create() [all …]
|
| H A D | link.h | 17 struct link { struct 18 TAILQ_ENTRY(link) node; 25 TAILQ_HEAD(link_list, link); argument 30 struct link * 33 struct link * 34 link_next(struct link *link); 60 struct link *
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_link.c | 40 if (link && link->link_status) in nix_link_status_print() 43 (uint32_t)link->link_speed, in nix_link_status_print() 52 struct cgx_link_user_info *link) in otx2_eth_dev_link_status_update() argument 58 if (!link || !dev) in otx2_eth_dev_link_status_update() 71 eth_link.link_speed = link->speed; in otx2_eth_dev_link_status_update() 75 otx2_dev->speed = link->speed; in otx2_eth_dev_link_status_update() 91 link->link_status = ETH_LINK_UP; in lbk_link_update() 93 link->link_autoneg = ETH_LINK_FIXED; in lbk_link_update() 122 struct rte_eth_link link; in otx2_nix_link_update() local 132 rc = lbk_link_update(&link); in otx2_nix_link_update() [all …]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | ql.c | 12 ql_elm(list_t) link; 22 assert_ptr_null(ql_last(head, link), in test_empty_list() 26 ql_foreach(t, head, link) { in test_empty_list() 32 ql_reverse_foreach(t, head, link) { in test_empty_list() 52 ql_elm_new(&entries[i], link); in init_entries() 66 ql_foreach(t, head, link) { in test_entries_list() 72 ql_reverse_foreach(t, head, link) { in test_entries_list() 182 ql_tail_insert(&head, f, link); in TEST_BEGIN() 185 ql_after_insert(f, h, link); in TEST_BEGIN() 186 ql_after_insert(f, g, link); in TEST_BEGIN() [all …]
|
| H A D | qr.c | 13 qr(ring_t) link; 22 qr_new(&entries[i], link); in init_entries() 34 qr_foreach(t, &entries[i], link) { in test_independent_entries() 51 t = qr_next(&entries[i], link); in test_independent_entries() 57 t = qr_prev(&entries[i], link); in test_independent_entries() 79 qr_foreach(t, &entries[i], link) { in test_entries_ring() 94 t = qr_next(&entries[i], link); in test_entries_ring() 99 t = qr_prev(&entries[i], link); in test_entries_ring() 140 qr_remove(&entries[i], link); in TEST_BEGIN() 172 t = qr_next(&entries[i], link); in TEST_BEGIN() [all …]
|
| H A D | ph.c | 10 phn(node_t) link; 40 ph_gen(static, heap_, heap_t, node_t, link, node_cmp_magic); 52 leftmost_child = phn_lchild_get(node_t, link, node); in node_print() 59 NULL; sibling = phn_next_get(node_t, link, sibling)) { in node_print() 76 auxelm = phn_next_get(node_t, link, auxelm)) { in heap_print() 78 link, auxelm)), auxelm, in heap_print() 97 leftmost_child = phn_lchild_get(node_t, link, node); in node_validate() 106 NULL; sibling = phn_next_get(node_t, link, sibling)) { in node_validate() 108 link, sibling)), sibling, in node_validate() 127 auxelm = phn_next_get(node_t, link, auxelm)) { in heap_validate() [all …]
|
| /f-stack/dpdk/examples/pipeline/ |
| H A D | obj.c | 164 struct link * 169 struct link *link; in link_create() local 299 link = calloc(1, sizeof(struct link)); in link_create() 306 strlcpy(link->name, name, sizeof(link->name)); in link_create() 315 return link; in link_create() 322 struct link *link; in link_is_up() local 339 struct link * 342 struct link *link; in link_find() local 349 return link; in link_find() 354 struct link * [all …]
|
| H A D | obj.h | 84 struct link { struct 85 TAILQ_ENTRY(link) node; 93 struct link * argument 101 struct link * 104 struct link * 105 link_next(struct obj *obj, struct link *link);
|
| /f-stack/dpdk/examples/ip_pipeline/examples/ |
| H A D | rss.cli | 58 pipeline PIPELINE0 port in bsz 32 link LINK0 rxq 0 59 pipeline PIPELINE0 port in bsz 32 link LINK1 rxq 0 60 pipeline PIPELINE0 port in bsz 32 link LINK2 rxq 0 61 pipeline PIPELINE0 port in bsz 32 link LINK3 rxq 0 71 pipeline PIPELINE1 port in bsz 32 link LINK0 rxq 1 72 pipeline PIPELINE1 port in bsz 32 link LINK1 rxq 1 73 pipeline PIPELINE1 port in bsz 32 link LINK2 rxq 1 74 pipeline PIPELINE1 port in bsz 32 link LINK3 rxq 1 84 pipeline PIPELINE2 port in bsz 32 link LINK0 rxq 2 85 pipeline PIPELINE2 port in bsz 32 link LINK1 rxq 2 [all …]
|
| H A D | l2fwd.cli | 19 link LINK0 dev 0000:02:00.0 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 20 link LINK1 dev 0000:02:00.1 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 21 link LINK2 dev 0000:06:00.0 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 26 pipeline PIPELINE0 port in bsz 32 link LINK0 rxq 0 27 pipeline PIPELINE0 port in bsz 32 link LINK1 rxq 0 28 pipeline PIPELINE0 port in bsz 32 link LINK2 rxq 0 29 pipeline PIPELINE0 port in bsz 32 link LINK3 rxq 0 31 pipeline PIPELINE0 port out bsz 32 link LINK0 txq 0 32 pipeline PIPELINE0 port out bsz 32 link LINK1 txq 0 33 pipeline PIPELINE0 port out bsz 32 link LINK2 txq 0 [all …]
|
| H A D | firewall.cli | 27 link LINK0 dev 0000:02:00.0 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 28 link LINK1 dev 0000:02:00.1 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 29 link LINK2 dev 0000:06:00.0 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 36 pipeline PIPELINE0 port in bsz 32 link LINK0 rxq 0 37 pipeline PIPELINE0 port in bsz 32 link LINK1 rxq 0 38 pipeline PIPELINE0 port in bsz 32 link LINK2 rxq 0 39 pipeline PIPELINE0 port in bsz 32 link LINK3 rxq 0 41 pipeline PIPELINE0 port out bsz 32 link LINK0 txq 0 42 pipeline PIPELINE0 port out bsz 32 link LINK1 txq 0 43 pipeline PIPELINE0 port out bsz 32 link LINK2 txq 0 [all …]
|
| H A D | flow.cli | 27 link LINK0 dev 0000:02:00.0 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 28 link LINK1 dev 0000:02:00.1 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 29 link LINK2 dev 0000:06:00.0 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 36 pipeline PIPELINE0 port in bsz 32 link LINK0 rxq 0 37 pipeline PIPELINE0 port in bsz 32 link LINK1 rxq 0 38 pipeline PIPELINE0 port in bsz 32 link LINK2 rxq 0 39 pipeline PIPELINE0 port in bsz 32 link LINK3 rxq 0 41 pipeline PIPELINE0 port out bsz 32 link LINK0 txq 0 42 pipeline PIPELINE0 port out bsz 32 link LINK1 txq 0 43 pipeline PIPELINE0 port out bsz 32 link LINK2 txq 0 [all …]
|
| H A D | route.cli | 27 link LINK0 dev 0000:02:00.0 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 28 link LINK1 dev 0000:02:00.1 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 29 link LINK2 dev 0000:06:00.0 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 36 pipeline PIPELINE0 port in bsz 32 link LINK0 rxq 0 37 pipeline PIPELINE0 port in bsz 32 link LINK1 rxq 0 38 pipeline PIPELINE0 port in bsz 32 link LINK2 rxq 0 39 pipeline PIPELINE0 port in bsz 32 link LINK3 rxq 0 41 pipeline PIPELINE0 port out bsz 32 link LINK0 txq 0 42 pipeline PIPELINE0 port out bsz 32 link LINK1 txq 0 43 pipeline PIPELINE0 port out bsz 32 link LINK2 txq 0 [all …]
|
| H A D | route_ecmp.cli | 17 link LINK0 dev 0000:02:00.0 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 18 link LINK1 dev 0000:02:00.1 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 19 link LINK2 dev 0000:06:00.0 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 27 pipeline PIPELINE0 port in bsz 32 link LINK0 rxq 0 28 pipeline PIPELINE0 port in bsz 32 link LINK1 rxq 0 29 pipeline PIPELINE0 port in bsz 32 link LINK2 rxq 0 30 pipeline PIPELINE0 port in bsz 32 link LINK3 rxq 0 32 pipeline PIPELINE0 port out bsz 32 link LINK0 txq 0 33 pipeline PIPELINE0 port out bsz 32 link LINK1 txq 0 34 pipeline PIPELINE0 port out bsz 32 link LINK2 txq 0 [all …]
|
| /f-stack/dpdk/examples/pipeline/examples/ |
| H A D | l2fwd_macswp.cli | 6 link LINK0 dev 0000:18:00.0 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 7 link LINK1 dev 0000:18:00.1 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 8 link LINK2 dev 0000:3b:00.0 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 13 pipeline PIPELINE0 port in 0 link LINK0 rxq 0 bsz 32 14 pipeline PIPELINE0 port in 1 link LINK1 rxq 0 bsz 32 15 pipeline PIPELINE0 port in 2 link LINK2 rxq 0 bsz 32 16 pipeline PIPELINE0 port in 3 link LINK3 rxq 0 bsz 32 18 pipeline PIPELINE0 port out 0 link LINK0 txq 0 bsz 32 19 pipeline PIPELINE0 port out 1 link LINK1 txq 0 bsz 32 20 pipeline PIPELINE0 port out 2 link LINK2 txq 0 bsz 32 [all …]
|
| H A D | l2fwd.cli | 6 link LINK0 dev 0000:18:00.0 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 7 link LINK1 dev 0000:18:00.1 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 8 link LINK2 dev 0000:3b:00.0 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 13 pipeline PIPELINE0 port in 0 link LINK0 rxq 0 bsz 32 14 pipeline PIPELINE0 port in 1 link LINK1 rxq 0 bsz 32 15 pipeline PIPELINE0 port in 2 link LINK2 rxq 0 bsz 32 16 pipeline PIPELINE0 port in 3 link LINK3 rxq 0 bsz 32 18 pipeline PIPELINE0 port out 0 link LINK0 txq 0 bsz 32 19 pipeline PIPELINE0 port out 1 link LINK1 txq 0 bsz 32 20 pipeline PIPELINE0 port out 2 link LINK2 txq 0 bsz 32 [all …]
|
| H A D | vxlan.cli | 6 link LINK0 dev 0000:18:00.0 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 7 link LINK1 dev 0000:18:00.1 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 8 link LINK2 dev 0000:3b:00.0 rxq 1 128 MEMPOOL0 txq 1 512 promiscuous on 13 pipeline PIPELINE0 port in 0 link LINK0 rxq 0 bsz 32 14 pipeline PIPELINE0 port in 1 link LINK1 rxq 0 bsz 32 15 pipeline PIPELINE0 port in 2 link LINK2 rxq 0 bsz 32 16 pipeline PIPELINE0 port in 3 link LINK3 rxq 0 bsz 32 18 pipeline PIPELINE0 port out 0 link LINK0 txq 0 bsz 32 19 pipeline PIPELINE0 port out 1 link LINK1 txq 0 bsz 32 20 pipeline PIPELINE0 port out 2 link LINK2 txq 0 bsz 32 [all …]
|
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | cc_sig.c | 57 TAILQ_ENTRY(ccsig) link; 102 TAILQ_REMOVE(&cc->free_sigs, s, link); in sig_alloc() 234 s2 = TAILQ_NEXT(s1, link); in cc_conn_resp() 258 s1 = TAILQ_NEXT(s, link); in sig_flush() 262 TAILQ_REMOVE(&cc->sigs, s, link); in sig_flush() 270 s1 = TAILQ_NEXT(s, link); in sig_flush() 274 TAILQ_REMOVE(&cc->def_sigs, s, link); in sig_flush() 313 TAILQ_REMOVE(&cc->sigs, s, link); in cc_work() 337 TAILQ_REMOVE(&cc->sigs, s, link); in cc_sig_flush_all() 343 TAILQ_REMOVE(&cc->def_sigs, s, link); in cc_sig_flush_all() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | kern_rctl.c | 395 rule = link->rrl_rule; in rctl_throttle_decay() 439 rule = link->rrl_rule; in rctl_pcpu_available() 518 rule = link->rrl_rule; in rctl_enforce() 716 rule = link->rrl_rule; in rctl_get_limit() 745 rule = link->rrl_rule; in rctl_get_available() 895 link->rrl_rule = rule; in rctl_racct_add_rule() 896 link->rrl_exceeded = 0; in rctl_racct_add_rule() 913 if (link == NULL) in rctl_racct_add_rule_locked() 916 link->rrl_rule = rule; in rctl_racct_add_rule_locked() 917 link->rrl_exceeded = 0; in rctl_racct_add_rule_locked() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/ |
| H A D | leds-bcm6328.txt | 59 - brcm,link-signal-sources : An array of hardware link 127 brcm,link-signal-sources = <0>; 132 brcm,link-signal-sources = <1>; 205 brcm,link-signal-sources = <0>; 218 brcm,link-signal-sources = <4>; 224 brcm,link-signal-sources = <5>; 230 brcm,link-signal-sources = <6>; 236 brcm,link-signal-sources = <7>; 285 brcm,link-signal-sources = <0>; 292 brcm,link-signal-sources = <7>; [all …]
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | xlp_pci.c | 314 int node, link; in xlp_pcib_attach() local 318 for (link = 0; link < 4; link++) in xlp_pcib_attach() 353 int i, link; in xlp_alloc_msi() local 361 link = xlp_pcie_link(pcib, dev); in xlp_alloc_msi() 362 if (link == -1) in xlp_alloc_msi() 370 irqs[i] = 64 + link * 32 + i; in xlp_alloc_msi() 385 int link; in xlp_map_msi() local 392 link = (irq - 64) / 32; in xlp_map_msi() 456 int node, val, link; in mips_platform_pcib_setup_intr() local 464 link = xlpirq / 32; in mips_platform_pcib_setup_intr() [all …]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | sentinel.c | 953 instanceLink *link = zmalloc(sizeof(*link)); in createInstanceLink() local 983 if (link->pc == c) link->pc = NULL; in instanceLinkCloseConnection() 1023 instanceLinkCloseConnection(link,link->cc); in releaseInstanceLink() 1024 instanceLinkCloseConnection(link,link->pc); in releaseInstanceLink() 1063 ri->link = match->link; in sentinelTryConnectionSharing() 1431 instanceLinkCloseConnection(ri->link,ri->link->cc); in sentinelResetMaster() 1432 instanceLinkCloseConnection(ri->link,ri->link->pc); in sentinelResetMaster() 1999 instanceLink *link = ri->link; in sentinelReconnectInstance() local 2015 link->cc->data = link; in sentinelReconnectInstance() 2039 link->pc->data = link; in sentinelReconnectInstance() [all …]
|
| /f-stack/freebsd/net/ |
| H A D | pfil.c | 168 struct pfil_link *link; in pfil_run_hooks() local 185 link->link_ruleset, inp); in pfil_run_hooks() 188 link->link_ruleset, inp); in pfil_run_hooks() 241 struct pfil_link *link, *next; in pfil_head_unregister() local 248 free(link, M_PFIL); in pfil_head_unregister() 252 free(link, M_PFIL); in pfil_head_unregister() 419 struct pfil_link *link; in pfil_link_free() local 422 free(link, M_PFIL); in pfil_link_free() 465 struct pfil_link *link; in pfil_link_remove() local 472 return (link); in pfil_link_remove() [all …]
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_1_8.rst | 12 …* Support for 802.3ad link aggregation (mode 4) and transmit load balancing (mode 5) to the link… 14 * Support for registration of link status change callbacks with link bonding devices. 16 …t for slaves devices which do not support link status change interrupts in the link bonding librar…
|