Searched refs:bd_is_last (Results 1 – 1 of 1) sorted by relevance
1557 uint8_t bd_is_last; in eth_xlnx_gem_handle_tx_done() local1587 bd_is_last = ((reg_val & ETH_XLNX_GEM_TXBD_LAST_BIT) != 0) ? 1 : 0; in eth_xlnx_gem_handle_tx_done()1598 if (bd_is_last == 1) { in eth_xlnx_gem_handle_tx_done()1604 } while (bd_is_last == 0 && curr_bd_idx != first_bd_idx); in eth_xlnx_gem_handle_tx_done()1606 if (curr_bd_idx == first_bd_idx && bd_is_last == 0) { in eth_xlnx_gem_handle_tx_done()