Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/netmap/
HDixgbe_netmap.h122 ixgbe_disable_intr(adapter); // XXX maybe ixgbe_stop ? in ixgbe_netmap_intr()
/freebsd-11-stable/sys/dev/ixgbe/
HDif_ix.c160 static void ixgbe_disable_intr(struct adapter *, bool);
3582 ixgbe_disable_intr(adapter, true); in ixgbe_handle_admin_task()
3620 ixgbe_disable_intr(adapter, false); in ixgbe_stop()
3810 ixgbe_disable_intr(struct adapter *adapter, bool keep_traffic) in ixgbe_disable_intr() function
4848 ixgbe_disable_intr(adapter, false); in ixgbe_ioctl()