Home
last modified time | relevance | path

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

/trueos/sys/dev/ste/
HDif_ste.c698 sc->ste_tx_thresh < STE_PACKET_SIZE) { in ste_txeoc()
700 if (sc->ste_tx_thresh > STE_PACKET_SIZE) in ste_txeoc()
701 sc->ste_tx_thresh = STE_PACKET_SIZE; in ste_txeoc()
1550 CSR_WRITE_1(sc, STE_TX_DMABURST_THRESH, STE_PACKET_SIZE >> 8); in ste_init_locked()
1556 CSR_WRITE_1(sc, STE_TX_RECLAIM_THRESH, (STE_PACKET_SIZE >> 4)); in ste_init_locked()
HDif_stereg.h517 #define STE_PACKET_SIZE 1536 macro