Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dixgb_hw.h349 #define IXGB_RCTL_RXEN 0x00000002 macro
H A Dixgb_hw.c153 IXGB_WRITE_REG(hw, RCTL, IXGB_READ_REG(hw, RCTL) & ~IXGB_RCTL_RXEN); in ixgb_adapter_stop()
H A Dif_ixgb.c1574 IXGB_WRITE_REG(&sc->hw, RCTL, reg_rctl & ~IXGB_RCTL_RXEN); in ixgb_initialize_receive_unit()
1641 reg_rctl |= IXGB_RCTL_RXEN; in ixgb_initialize_receive_unit()