Home
last modified time | relevance | path

Searched defs:slaves (Results 1 – 16 of 16) sorted by relevance

/f-stack/app/redis-5.0.5/tests/cluster/
H A Dcluster.tcl102 proc cluster_allocate_slaves {masters slaves} {
112 proc create_cluster {masters slaves} {
/f-stack/dpdk/app/test/
H A Dtest_link_bonding.c264 uint16_t slaves[RTE_MAX_ETHPORTS]; in test_create_bonded_device() local
334 uint16_t slaves[RTE_MAX_ETHPORTS]; in test_add_slave_to_bonded_device() local
381 uint16_t slaves[RTE_MAX_ETHPORTS]; in test_remove_slave_from_bonded_device() local
445 uint16_t slaves[RTE_MAX_ETHPORTS]; in test_add_already_bonded_slave_to_bonded_device() local
477 uint16_t slaves[RTE_MAX_ETHPORTS]; in test_get_slaves_from_bonded_device() local
558 uint16_t slaves[RTE_MAX_ETHPORTS]; in test_start_bonded_device() local
611 uint16_t slaves[RTE_MAX_ETHPORTS]; in test_stop_bonded_device() local
906 uint16_t slaves[RTE_MAX_ETHPORTS]; in test_set_bonded_port_initialization_mac_assignment() local
1239 uint16_t slaves[RTE_MAX_ETHPORTS]; in test_status_interrupt() local
1898 uint16_t slaves[RTE_MAX_ETHPORTS]; in test_roundrobin_verify_slave_link_status_change_behaviour() local
[all …]
H A Dtest_link_bonding_mode4.c355 uint16_t slaves[RTE_MAX_ETHPORTS]; in remove_slaves_and_stop_bonded_device() local
1524 uint16_t slaves[RTE_DIM(test_params.slave_ports)]; in check_environment() local
/f-stack/dpdk/drivers/net/bonding/
H A Deth_bond_private.h79 uint16_t slaves[RTE_MAX_ETHPORTS]; /**< Slave port id array */ member
141 struct bond_slave_details slaves[RTE_MAX_ETHPORTS]; member
197 find_slave_by_id(uint16_t *slaves, uint16_t slaves_count, uint16_t slave_id) { in find_slave_by_id()
H A Drte_eth_bond_pmd.c289 uint16_t slaves[RTE_MAX_ETHPORTS]; in rx_burst_8023ad() local
577 uint16_t slaves[RTE_MAX_ETHPORTS]; in bond_ethdev_tx_burst_round_robin() local
682 uint16_t slave_count, uint16_t *slaves) in burst_xmit_l2_hash()
699 uint16_t slave_count, uint16_t *slaves) in burst_xmit_l23_hash()
737 uint16_t slave_count, uint16_t *slaves) in burst_xmit_l34_hash()
921 uint16_t slaves[RTE_MAX_ETHPORTS]; in bond_ethdev_tx_burst_tlb() local
1302 uint16_t slaves[RTE_MAX_ETHPORTS]; in bond_ethdev_tx_burst_broadcast() local
H A Drte_eth_bond_api.c814 rte_eth_bond_slaves_get(uint16_t bonded_port_id, uint16_t slaves[], in rte_eth_bond_slaves_get()
838 rte_eth_bond_active_slaves_get(uint16_t bonded_port_id, uint16_t slaves[], in rte_eth_bond_active_slaves_get()
H A Drte_eth_bond_8023ad.c684 uint16_t *slaves; in selection_logic() local
/f-stack/app/redis-5.0.5/src/
H A Devict.c354 int slaves = listLength(server.slaves); in freeMemoryGetNotCountedMemory() local
454 int slaves = listLength(server.slaves); in freeMemoryIfNeeded() local
H A Dreplication.c174 void replicationFeedSlaves(list *slaves, int dictid, robj **argv, int argc) { in replicationFeedSlaves()
279 void replicationFeedSlavesFromMasterStream(list *slaves, char *buf, size_t buflen) { in replicationFeedSlavesFromMasterStream()
2083 int slaves = 0; in roleCommand() local
H A Dcluster.h124 struct clusterNode **slaves; /* pointers to slave nodes */ member
H A Dsentinel.c197 dict *slaves; /* Slaves for this master instance. */ member
1487 sentinelAddr **slaves = NULL; in sentinelResetMasterAndChangeAddress() local
H A Dcluster.c3652 int slaves = 0; in clusterMastersHaveSlaves() local
H A Dserver.h982 list *slaves, *monitors; /* List of slaves and MONITORs */ member
/f-stack/dpdk/examples/bond/
H A Dmain.c110 uint16_t slaves[RTE_MAX_ETHPORTS]; variable
747 uint16_t slaves[16] = {0}; in cmd_show_parsed() local
/f-stack/lib/
H A Dff_dpdk_if.c774 uint16_t slaves[RTE_MAX_ETHPORTS], len = RTE_MAX_ETHPORTS; in init_port_start() local
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c5955 portid_t slaves[RTE_MAX_ETHPORTS]; in cmd_show_bonding_config_parsed() local