Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/sun/
Dcassini.c1888 u64 compwb = le64_to_cpu(cp->init_block->tx_compwb); in cas_tx() local
1892 status, (unsigned long long)compwb); in cas_tx()
1897 limit = (CAS_VAL(TX_COMPWB_MSB, compwb) << 8) | in cas_tx()
1898 CAS_VAL(TX_COMPWB_LSB, compwb); in cas_tx()
1899 compwb = TX_COMPWB_NEXT(compwb); in cas_tx()