Searched refs:lacp_tx_buf_cnt (Results 1 – 1 of 1) sorted by relevance
542 uint16_t lacp_tx_buf_cnt = 0, i; in bond_handshake_reply() local551 lacp_tx_buf[lacp_tx_buf_cnt++] = rx_buf[i]; in bond_handshake_reply()556 if (lacp_tx_buf_cnt == 0) in bond_handshake_reply()559 retval = slave_put_pkts(slave, lacp_tx_buf, lacp_tx_buf_cnt); in bond_handshake_reply()560 if (retval <= lacp_tx_buf_cnt) { in bond_handshake_reply()562 for (i = RTE_MAX(0, retval); retval < lacp_tx_buf_cnt; retval++) in bond_handshake_reply()566 TEST_ASSERT_EQUAL(retval, lacp_tx_buf_cnt, in bond_handshake_reply()570 return lacp_tx_buf_cnt; in bond_handshake_reply()