Searched refs:sectxreg (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_hw.c | 1403 u32 sectxreg; in txgbe_disable_sec_tx_path() local 1405 sectxreg = rd32(hw, TXGBE_SECTXCTL); in txgbe_disable_sec_tx_path() 1406 sectxreg |= TXGBE_SECTXCTL_XDSA; in txgbe_disable_sec_tx_path() 1407 wr32(hw, TXGBE_SECTXCTL, sectxreg); in txgbe_disable_sec_tx_path() 1409 sectxreg = rd32(hw, TXGBE_SECTXSTAT); in txgbe_disable_sec_tx_path() 1410 if (sectxreg & TXGBE_SECTXSTAT_RDY) in txgbe_disable_sec_tx_path() 1432 uint32_t sectxreg; in txgbe_enable_sec_tx_path() local 1434 sectxreg = rd32(hw, TXGBE_SECTXCTL); in txgbe_enable_sec_tx_path() 1435 sectxreg &= ~TXGBE_SECTXCTL_XDSA; in txgbe_enable_sec_tx_path() 1436 wr32(hw, TXGBE_SECTXCTL, sectxreg); in txgbe_enable_sec_tx_path()
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.c | 8083 int sectxreg; in ixgbe_disable_sec_tx_path_generic() local 8085 sectxreg = IXGBE_READ_REG(hw, IXGBE_SECTXCTRL); in ixgbe_disable_sec_tx_path_generic() 8086 sectxreg |= IXGBE_SECTXCTRL_TX_DIS; in ixgbe_disable_sec_tx_path_generic() 8087 IXGBE_WRITE_REG(hw, IXGBE_SECTXCTRL, sectxreg); in ixgbe_disable_sec_tx_path_generic() 8089 sectxreg = IXGBE_READ_REG(hw, IXGBE_SECTXSTAT); in ixgbe_disable_sec_tx_path_generic() 8090 if (sectxreg & IXGBE_SECTXSTAT_SECTX_RDY) in ixgbe_disable_sec_tx_path_generic() 8112 uint32_t sectxreg; in ixgbe_enable_sec_tx_path_generic() local 8114 sectxreg = IXGBE_READ_REG(hw, IXGBE_SECTXCTRL); in ixgbe_enable_sec_tx_path_generic() 8115 sectxreg &= ~IXGBE_SECTXCTRL_TX_DIS; in ixgbe_enable_sec_tx_path_generic() 8116 IXGBE_WRITE_REG(hw, IXGBE_SECTXCTRL, sectxreg); in ixgbe_enable_sec_tx_path_generic()
|