Home
last modified time | relevance | path

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

/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.c563 struct lacpdu_header *hdr; in tx_machine()
587 hdr = rte_pktmbuf_mtod(lacp_pkt, struct lacpdu_header *); in tx_machine()
805 struct lacpdu_header *lacp; in rx_machine_update()
810 lacp = rte_pktmbuf_mtod(lacp_pkt, struct lacpdu_header *); in rx_machine_update()
1658 if (rte_pktmbuf_pkt_len(lacp_pkt) < sizeof(struct lacpdu_header)) in rte_eth_bond_8023ad_ext_slowtx()
1661 struct lacpdu_header *lacp; in rte_eth_bond_8023ad_ext_slowtx()
1664 lacp = rte_pktmbuf_mtod(lacp_pkt, struct lacpdu_header *); in rte_eth_bond_8023ad_ext_slowtx()
1689 struct lacpdu_header *lacp; in bond_mode_8023ad_ext_periodic_cb()
1692 struct lacpdu_header *); in bond_mode_8023ad_ext_periodic_cb()
H A Drte_eth_bond_8023ad.h105 struct lacpdu_header { struct
/dpdk/app/test/
H A Dtest_link_bonding_mode4.c1388 struct lacpdu_header lacpdu = { in test_mode4_ext_ctrl()
1442 struct lacpdu_header lacpdu = { in test_mode4_ext_lacp()