Searched refs:new_phyint_flags (Results 1 – 1 of 1) sorted by relevance
8679 uint64_t new_phyint_flags; in ip_rput_dlpi_writer() local8686 new_phyint_flags = went_up ? in ip_rput_dlpi_writer()8691 new_phyint_flags = went_up ? in ip_rput_dlpi_writer()8692 new_phyint_flags & ~PHYI_FAILED : in ip_rput_dlpi_writer()8693 new_phyint_flags | PHYI_FAILED; in ip_rput_dlpi_writer()8696 if (new_phyint_flags != phyint->phyint_flags) { in ip_rput_dlpi_writer()8697 phyint->phyint_flags = new_phyint_flags; in ip_rput_dlpi_writer()