Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.c1193 conf->slowrx_cb = mode4->slowrx_cb; in bond_mode_8023ad_conf_get()
1208 conf->slowrx_cb = NULL; in bond_mode_8023ad_conf_get_default()
1247 mode4->slowrx_cb = conf->slowrx_cb; in bond_mode_8023ad_setup()
1275 if (mode4->slowrx_cb) in bond_mode_8023ad_start()
1288 if (mode4->slowrx_cb) { in bond_mode_8023ad_stop()
1542 if (mode4->slowrx_cb == NULL) in bond_8023ad_ext_validate()
1671 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
/f-stack/dpdk/app/test/
H A Dtest_link_bonding_mode4.c339 conf.slowrx_cb = lacp_recv_cb; in initialize_bonded_device_with_slaves()