Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H A Dcassini.c1900 u64 compwb = le64_to_cpu(cp->init_block->tx_compwb); in cas_tx() local
1904 status, (unsigned long long)compwb); in cas_tx()
1909 limit = (CAS_VAL(TX_COMPWB_MSB, compwb) << 8) | in cas_tx()
1910 CAS_VAL(TX_COMPWB_LSB, compwb); in cas_tx()
1911 compwb = TX_COMPWB_NEXT(compwb); in cas_tx()
/kernel/linux/linux-6.6/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()

Completed in 11 milliseconds