Searched refs:manc (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_manage.c | 314 u32 manc; in e1000_enable_mng_pass_thru() local 322 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_enable_mng_pass_thru() 324 if (!(manc & E1000_MANC_RCV_TCO_EN)) in e1000_enable_mng_pass_thru() 349 } else if ((manc & E1000_MANC_SMBUS_EN) && in e1000_enable_mng_pass_thru() 350 !(manc & E1000_MANC_ASF_EN)) { in e1000_enable_mng_pass_thru()
|
| H A D | e1000_82540.c | 242 u32 ctrl, manc; in e1000_reset_hw_82540() local 282 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_reset_hw_82540() 283 manc &= ~E1000_MANC_ARP_EN; in e1000_reset_hw_82540() 284 E1000_WRITE_REG(hw, E1000_MANC, manc); in e1000_reset_hw_82540()
|
| H A D | e1000_82541.c | 265 u32 ledctl, ctrl, manc; in e1000_reset_hw_82541() local 311 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_reset_hw_82541() 312 manc &= ~E1000_MANC_ARP_EN; in e1000_reset_hw_82541() 313 E1000_WRITE_REG(hw, E1000_MANC, manc); in e1000_reset_hw_82541()
|
| H A D | e1000_phy.c | 184 u32 manc; in e1000_check_reset_block_generic() local 188 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_check_reset_block_generic() 190 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ? in e1000_check_reset_block_generic()
|
| /f-stack/dpdk/drivers/net/igc/base/ |
| H A D | igc_manage.c | 314 u32 manc; in igc_enable_mng_pass_thru() local 322 manc = IGC_READ_REG(hw, IGC_MANC); in igc_enable_mng_pass_thru() 324 if (!(manc & IGC_MANC_RCV_TCO_EN)) in igc_enable_mng_pass_thru() 349 } else if ((manc & IGC_MANC_SMBUS_EN) && in igc_enable_mng_pass_thru() 350 !(manc & IGC_MANC_ASF_EN)) { in igc_enable_mng_pass_thru()
|
| H A D | igc_phy.c | 183 u32 manc; in igc_check_reset_block_generic() local 187 manc = IGC_READ_REG(hw, IGC_MANC); in igc_check_reset_block_generic() 189 return (manc & IGC_MANC_BLK_PHY_RST_ON_IDE) ? in igc_check_reset_block_generic()
|
| /f-stack/dpdk/drivers/net/e1000/ |
| H A D | em_ethdev.c | 1239 uint32_t manc = E1000_READ_REG(hw, E1000_MANC); in em_init_manageability() local 1242 manc &= ~(E1000_MANC_ARP_EN); in em_init_manageability() 1245 manc |= E1000_MANC_EN_MNG2HOST; in em_init_manageability() 1249 E1000_WRITE_REG(hw, E1000_MANC, manc); in em_init_manageability() 1260 uint32_t manc; in em_release_manageability() local 1263 manc = E1000_READ_REG(hw, E1000_MANC); in em_release_manageability() 1266 manc |= E1000_MANC_ARP_EN; in em_release_manageability() 1267 manc &= ~E1000_MANC_EN_MNG2HOST; in em_release_manageability() 1269 E1000_WRITE_REG(hw, E1000_MANC, manc); in em_release_manageability()
|
| H A D | igb_ethdev.c | 2472 uint32_t manc = E1000_READ_REG(hw, E1000_MANC); in igb_init_manageability() local 2475 manc &= ~(E1000_MANC_ARP_EN); in igb_init_manageability() 2478 manc |= E1000_MANC_EN_MNG2HOST; in igb_init_manageability() 2482 E1000_WRITE_REG(hw, E1000_MANC, manc); in igb_init_manageability() 2490 uint32_t manc = E1000_READ_REG(hw, E1000_MANC); in igb_release_manageability() local 2492 manc |= E1000_MANC_ARP_EN; in igb_release_manageability() 2493 manc &= ~E1000_MANC_EN_MNG2HOST; in igb_release_manageability() 2495 E1000_WRITE_REG(hw, E1000_MANC, manc); in igb_release_manageability()
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_common.c | 5176 u32 fwsm, manc, factps; in ixgbe_mng_enabled() local 5182 manc = IXGBE_READ_REG(hw, IXGBE_MANC); in ixgbe_mng_enabled() 5183 if (!(manc & IXGBE_MANC_RCV_TCO_EN)) in ixgbe_mng_enabled()
|