Home
last modified time | relevance | path

Searched refs:slowrx_cb (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.c1222 conf->slowrx_cb = mode4->slowrx_cb; in bond_mode_8023ad_conf_get()
1237 conf->slowrx_cb = NULL; in bond_mode_8023ad_conf_get_default()
1276 mode4->slowrx_cb = conf->slowrx_cb; in bond_mode_8023ad_setup()
1304 if (mode4->slowrx_cb) in bond_mode_8023ad_start()
1317 if (mode4->slowrx_cb) { in bond_mode_8023ad_stop()
1569 if (mode4->slowrx_cb == NULL) in bond_8023ad_ext_validate()
1698 mode4->slowrx_cb(slave_id, lacp_pkt); in bond_mode_8023ad_ext_periodic_cb()
H A Drte_eth_bond_8023ad.h140 rte_eth_bond_8023ad_ext_slowrx_fn slowrx_cb; member
H A Deth_bond_8023ad_private.h161 rte_eth_bond_8023ad_ext_slowrx_fn slowrx_cb; member
/dpdk/app/test/
H A Dtest_link_bonding_mode4.c337 conf.slowrx_cb = lacp_recv_cb; in initialize_bonded_device_with_slaves()