Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82575.c2353 u32 vt_ctl = E1000_READ_REG(hw, E1000_VT_CTL); in e1000_vmdq_set_replication_pf() local
2356 vt_ctl |= E1000_VT_CTL_VM_REPL_EN; in e1000_vmdq_set_replication_pf()
2358 vt_ctl &= ~E1000_VT_CTL_VM_REPL_EN; in e1000_vmdq_set_replication_pf()
2360 E1000_WRITE_REG(hw, E1000_VT_CTL, vt_ctl); in e1000_vmdq_set_replication_pf()