Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c150 u32 t_rdy, r_rdy; in ixgbe_ipsec_stop_data() local
167 t_rdy = IXGBE_READ_REG(hw, IXGBE_SECTXSTAT) & in ixgbe_ipsec_stop_data()
171 if (t_rdy && r_rdy) in ixgbe_ipsec_stop_data()
195 t_rdy = IXGBE_READ_REG(hw, IXGBE_SECTXSTAT) & in ixgbe_ipsec_stop_data()
199 } while (!(t_rdy && r_rdy) && limit--); in ixgbe_ipsec_stop_data()