Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dixgbe_type.h1890 #define IXGBE_EICR_GPI_SDP1 0x02000000 /* Gen Purpose Interrupt on SDP1 */ macro
1927 #define IXGBE_EICS_GPI_SDP1 IXGBE_EICR_GPI_SDP1 /* SDP1 Gen Purpose Int */
1949 #define IXGBE_EIMS_GPI_SDP1 IXGBE_EICR_GPI_SDP1 /* SDP1 Gen Purpose Int */
1970 #define IXGBE_EIMC_GPI_SDP1 IXGBE_EICR_GPI_SDP1 /* SDP1 Gen Purpose Int */
H A Dif_ix.c1182 msf_mask = IXGBE_EICR_GPI_SDP1; in ixgbe_intr()
1202 (reg_eicr & IXGBE_EICR_GPI_SDP1)) { in ixgbe_intr()
1205 IXGBE_WRITE_REG(hw, IXGBE_EICR, IXGBE_EICR_GPI_SDP1); in ixgbe_intr()