Searched refs:lacp_tx_buf (Results 1 – 1 of 1) sorted by relevance
541 struct rte_mbuf *lacp_tx_buf[MAX_PKT_BURST]; in bond_handshake_reply() local551 lacp_tx_buf[lacp_tx_buf_cnt++] = rx_buf[i]; in bond_handshake_reply()563 rte_pktmbuf_free(lacp_tx_buf[i]); in bond_handshake_reply()1387 struct rte_mbuf *lacp_tx_buf[SLAVE_COUNT]; in test_mode4_ext_ctrl() local1403 rte_memcpy(rte_pktmbuf_mtod(lacp_tx_buf[i], char *), in test_mode4_ext_ctrl()1405 rte_pktmbuf_pkt_len(lacp_tx_buf[i]) = sizeof(lacpdu); in test_mode4_ext_ctrl()1414 slave->port_id, lacp_tx_buf[i]), in test_mode4_ext_ctrl()1422 free_pkts(lacp_tx_buf, RTE_DIM(lacp_tx_buf)); in test_mode4_ext_ctrl()1440 struct rte_mbuf *lacp_tx_buf[SLAVE_COUNT]; in test_mode4_ext_lacp() local1457 rte_memcpy(rte_pktmbuf_mtod(lacp_tx_buf[i], char *), in test_mode4_ext_lacp()[all …]