Home
last modified time | relevance | path

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

/freebsd/sys/dev/ale/
H A Dif_ale.c456 uint32_t rxf_len, txf_len; in ale_attach() local
526 txf_len = CSR_READ_4(sc, ALE_SRAM_TX_FIFO_LEN); in ale_attach()
532 if (sc->ale_chip_rev == 0xFFFF || txf_len == 0xFFFFFFFF || in ale_attach()
536 txf_len, rxf_len); in ale_attach()
540 device_printf(dev, "%u Tx FIFO, %u Rx FIFO\n", txf_len, rxf_len); in ale_attach()