Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/ethernet/
Deth_xlnx_gem.c1557 uint8_t bd_is_last; in eth_xlnx_gem_handle_tx_done() local
1587 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()