Searched refs:tx_ior_credit (Results 1 – 1 of 1) sorted by relevance
1342 uint32_t tx_config, tx_ior_credit; in nlm_nae_set_ior_credit() local1344 tx_ior_credit = nlm_read_nae_reg(nae_base, NAE_TX_IORCRDT_INIT); in nlm_nae_set_ior_credit()1345 tx_ior_credit &= ~ifmask; in nlm_nae_set_ior_credit()1346 tx_ior_credit |= valmask; in nlm_nae_set_ior_credit()1347 nlm_write_nae_reg(nae_base, NAE_TX_IORCRDT_INIT, tx_ior_credit); in nlm_nae_set_ior_credit()