Home
last modified time | relevance | path

Searched refs:mode6 (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_alb.c27 internals->mode6.last_slave = idx; in calculate_slave()
43 rte_spinlock_init(&internals->mode6.lock); in bond_mode_alb_enable()
44 internals->mode6.last_slave = ALB_NULL_INDEX; in bond_mode_alb_enable()
45 internals->mode6.ntt = 0; in bond_mode_alb_enable()
48 if (internals->mode6.mempool == NULL) { in bond_mode_alb_enable()
62 if (internals->mode6.mempool == NULL) { in bond_mode_alb_enable()
101 rte_spinlock_lock(&internals->mode6.lock); in bond_mode_alb_arp_recv()
123 internals->mode6.ntt = 1; in bond_mode_alb_arp_recv()
157 rte_spinlock_lock(&internals->mode6.lock); in bond_mode_alb_arp_xmit()
213 rte_spinlock_lock(&internals->mode6.lock); in bond_mode_alb_arp_upd()
[all …]
H A Deth_bond_private.h147 struct mode_alb_private mode6; member
H A Drte_eth_bond_pmd.c1038 if (internals->mode6.ntt) { in bond_ethdev_tx_burst_alb()
1040 client_info = &internals->mode6.client_table[i]; in bond_ethdev_tx_burst_alb()
1044 upd_pkt = rte_pktmbuf_alloc(internals->mode6.mempool); in bond_ethdev_tx_burst_alb()
1065 internals->mode6.ntt = 0; in bond_ethdev_tx_burst_alb()
2146 rte_mempool_free(internals->mode6.mempool); in bond_ethdev_close()