Searched refs:txdes0 (Results 1 – 4 of 4) sorted by relevance
337 priv->txdes[i].txdes0 = 0; in ftgmac100_start()339 priv->txdes[PKTBUFSTX - 1].txdes0 = priv->txdes0_edotr_mask; in ftgmac100_start()463 return txdes->txdes0; in ftgmac100_read_txdesc()485 if (curr_des->txdes0 & FTGMAC100_TXDES0_TXDMA_OWN) { in BUILD_WAIT_FOR_BIT()502 curr_des->txdes0 &= priv->txdes0_edotr_mask; in BUILD_WAIT_FOR_BIT()503 curr_des->txdes0 |= FTGMAC100_TXDES0_FTS | in BUILD_WAIT_FOR_BIT()
99 unsigned int txdes0; member
194 if (curr_des->txdes0 & FTMAC100_TXDES0_TXDMA_OWN) { in _ftmac100_send()213 curr_des->txdes0 = FTMAC100_TXDES0_TXDMA_OWN; in _ftmac100_send()222 while (curr_des->txdes0 & FTMAC100_TXDES0_TXDMA_OWN) { in _ftmac100_send()
182 unsigned int txdes0; member
Completed in 7 milliseconds