Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dmvgbe.h277 #define MVGBE_TX_LAST_DESC (1 << 20) macro
Dmvgbe.c541 p_txdesc->cmd_sts |= MVGBE_TX_FIRST_DESC | MVGBE_TX_LAST_DESC; in mvgbe_send()