Home
last modified time | relevance | path

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

/f-stack/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
/f-stack/dpdk/app/test/
H A Dtest_link_bonding_mode4.c490 struct lacpdu *lacp; in make_lacp_reply()
509 lacp = (struct lacpdu *) &slow_hdr->slow_protocol; in make_lacp_reply()
1389 struct lacpdu_header lacpdu = { in test_mode4_ext_ctrl() local
1390 .lacpdu = { in test_mode4_ext_ctrl()
1398 initialize_eth_header(&lacpdu.eth_hdr, &src_mac, &dst_mac, in test_mode4_ext_ctrl()
1404 &lacpdu, sizeof(lacpdu)); in test_mode4_ext_ctrl()
1405 rte_pktmbuf_pkt_len(lacp_tx_buf[i]) = sizeof(lacpdu); in test_mode4_ext_ctrl()
1443 struct lacpdu_header lacpdu = { in test_mode4_ext_lacp() local
1444 .lacpdu = { in test_mode4_ext_lacp()
1458 &lacpdu, sizeof(lacpdu)); in test_mode4_ext_lacp()
[all …]
/f-stack/freebsd/net/
H A Dieee8023ad_lacp.c134 static void lacp_sm_rx(struct lacp_port *, const struct lacpdu *);
138 const struct lacpdu *);
140 const struct lacpdu *);
142 const struct lacpdu *);
183 static void lacp_dump_lacpdu(const struct lacpdu *);
271 struct lacpdu *du; in lacp_pdu_input()
289 du = mtod(m, struct lacpdu *); in lacp_pdu_input()
367 struct lacpdu *du; in lacp_xmit_lacpdu()
378 du = mtod(m, struct lacpdu *); in lacp_xmit_lacpdu()
1708 lacp_sm_rx(struct lacp_port *lp, const struct lacpdu *du) in lacp_sm_rx()
[all …]
H A Dieee8023ad_lacp.h145 struct lacpdu { struct