Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/mips/nlm/dev/net/
Dnae.c835 uint32_t tx_cfg; in nlm_nae_init_egress() local
837 tx_cfg = nlm_read_nae_reg(nae_base, NAE_TX_CONFIG); in nlm_nae_init_egress()
840 tx_cfg | in nlm_nae_init_egress()
847 tx_cfg | in nlm_nae_init_egress()
/freebsd-12-stable/sys/dev/vr/
Dif_vr.c203 int tx_cfg; member
2058 VR_SETBIT(sc, VR_TXCFG, vr_tx_threshold_tables[sc->vr_txthresh].tx_cfg); in vr_init_locked()
/freebsd-12-stable/sys/contrib/alpine-hal/eth/
Dal_hal_eth_ec_regs.h411 uint32_t tx_cfg; member
Dal_hal_eth_main.c685 …al_reg_write32(&adapter->ec_regs_base->tmi.tx_cfg, EC_TMI_TX_CFG_EN_FWD_TO_RX|EC_TMI_TX_CFG_SWAP_B… in al_eth_adapter_init()