Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sun/
H A Dcassini.c1887 u64 compwb = le64_to_cpu(cp->init_block->tx_compwb); in cas_tx() local
1891 status, (unsigned long long)compwb); in cas_tx()
1896 limit = (CAS_VAL(TX_COMPWB_MSB, compwb) << 8) | in cas_tx()
1897 CAS_VAL(TX_COMPWB_LSB, compwb); in cas_tx()
1898 compwb = TX_COMPWB_NEXT(compwb); in cas_tx()