Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dif_ix.c2772 sc->task_requests |= IXGBE_REQUEST_TASK_PHY; in ixgbe_msix_link()
3910 if (sc->task_requests & IXGBE_REQUEST_TASK_PHY) in ixgbe_if_update_admin_status()
4180 sc->task_requests |= IXGBE_REQUEST_TASK_PHY; in ixgbe_intr()
H A Dixgbe_type.h4541 #define IXGBE_REQUEST_TASK_PHY 0x10 macro