Searched refs:STE_PACKET_SIZE (Results 1 – 2 of 2) sorted by relevance
699 sc->ste_tx_thresh < STE_PACKET_SIZE) { in ste_txeoc()701 if (sc->ste_tx_thresh > STE_PACKET_SIZE) in ste_txeoc()702 sc->ste_tx_thresh = STE_PACKET_SIZE; in ste_txeoc()1541 CSR_WRITE_1(sc, STE_TX_DMABURST_THRESH, STE_PACKET_SIZE >> 8); in ste_init_locked()1547 CSR_WRITE_1(sc, STE_TX_RECLAIM_THRESH, (STE_PACKET_SIZE >> 4)); in ste_init_locked()
517 #define STE_PACKET_SIZE 1536 macro