Searched refs:ixgbe_ifstop (Results 1 – 1 of 1) sorted by relevance
177 static void ixgbe_ifstop(struct ifnet *, int);1369 ifp->if_stop = ixgbe_ifstop; in ixgbe_setup_interface()3906 ixgbe_ifstop(ifp, 1); in ixgbe_setup_low_power_mode()3914 ixgbe_ifstop(ifp, 1); in ixgbe_setup_low_power_mode()4989 ixgbe_ifstop(struct ifnet *ifp, int disable) in ixgbe_ifstop() function