Searched refs:tx_ior_credit (Results 1 – 1 of 1) sorted by relevance
1340 uint32_t tx_config, tx_ior_credit; in nlm_nae_set_ior_credit() local1342 tx_ior_credit = nlm_read_nae_reg(nae_base, NAE_TX_IORCRDT_INIT); in nlm_nae_set_ior_credit()1343 tx_ior_credit &= ~ifmask; in nlm_nae_set_ior_credit()1344 tx_ior_credit |= valmask; in nlm_nae_set_ior_credit()1345 nlm_write_nae_reg(nae_base, NAE_TX_IORCRDT_INIT, tx_ior_credit); in nlm_nae_set_ior_credit()