Searched refs:txfctl (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/sf/
H A Dif_sf.c1776 uint32_t txfctl; local
1780 txfctl = csr_read_4(sc, SF_TX_FRAMCTL);
1785 txfctl &= ~SF_TXFRMCTL_TXTHRESH;
1786 txfctl |= sc->sf_txthresh;
1789 csr_write_4(sc, SF_TX_FRAMCTL, txfctl);

Completed in 54 milliseconds