Searched refs:STE_PACKET_SIZE (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/ste/
H A Dif_ste.c699 sc->ste_tx_thresh < STE_PACKET_SIZE) {
701 if (sc->ste_tx_thresh > STE_PACKET_SIZE)
702 sc->ste_tx_thresh = STE_PACKET_SIZE;
1549 CSR_WRITE_1(sc, STE_TX_DMABURST_THRESH, STE_PACKET_SIZE >> 8);
1555 CSR_WRITE_1(sc, STE_TX_RECLAIM_THRESH, (STE_PACKET_SIZE >> 4));
H A Dif_stereg.h517 #define STE_PACKET_SIZE 1536 macro

Completed in 168 milliseconds