Searched refs:slave_get_pkts (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_link_bonding_mode4.c | 160 slave_get_pkts(struct slave_conf *slave, struct rte_mbuf **buf, uint16_t size) in slave_get_pkts() function 544 retval = slave_get_pkts(slave, rx_buf, RTE_DIM(rx_buf)); in bond_handshake_reply() 1049 retval = slave_get_pkts(slave, pkts, RTE_DIM(pkts)); in test_mode4_tx_burst() 1123 retval = slave_get_pkts(slave, pkts, RTE_DIM(pkts)); in test_mode4_tx_burst() 1238 retval = slave_get_pkts(slave, pkts, MAX_PKT_BURST); in test_mode4_marker() 1483 nb_pkts = slave_get_pkts(slave, buf, RTE_DIM(buf)); in test_mode4_ext_lacp()
|