Home
last modified time | relevance | path

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

/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.c41 bond_print_lacp(struct lacpdu *l) in bond_print_lacp()
123 #define BOND_PRINT_LACP(lacpdu) bond_print_lacp(lacpdu) argument
261 struct lacpdu *lacp) in rx_machine()
564 struct lacpdu *lacpdu; in tx_machine() local
594 lacpdu = &hdr->lacpdu; in tx_machine()
595 memset(lacpdu, 0, sizeof(*lacpdu)); in tx_machine()
599 lacpdu->version_number = 1; in tx_machine()
621 lacpdu->collector_max_delay = 0; in tx_machine()
624 lacpdu->terminator_length = 0; in tx_machine()
627 BOND_PRINT_LACP(lacpdu); in tx_machine()
[all …]
H A Drte_eth_bond_8023ad.h87 struct lacpdu { struct
107 struct lacpdu lacpdu; argument
/dpdk/app/test/
H A Dtest_link_bonding_mode4.c488 struct lacpdu *lacp; in make_lacp_reply()
507 lacp = (struct lacpdu *) &slow_hdr->slow_protocol; in make_lacp_reply()
1388 struct lacpdu_header lacpdu = { in test_mode4_ext_ctrl() local
1389 .lacpdu = { in test_mode4_ext_ctrl()
1397 initialize_eth_header(&lacpdu.eth_hdr, &src_mac, &dst_mac, in test_mode4_ext_ctrl()
1403 &lacpdu, sizeof(lacpdu)); in test_mode4_ext_ctrl()
1404 rte_pktmbuf_pkt_len(lacp_tx_buf[i]) = sizeof(lacpdu); in test_mode4_ext_ctrl()
1442 struct lacpdu_header lacpdu = { in test_mode4_ext_lacp() local
1443 .lacpdu = { in test_mode4_ext_lacp()
1457 &lacpdu, sizeof(lacpdu)); in test_mode4_ext_lacp()
[all …]