Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bce/
H A Dif_bce.c3580 REG_WR(sc, BCE_PCICFG_INT_ACK_CMD, BCE_PCICFG_INT_ACK_CMD_MASK_INT); in bce_chipinit()
4603 BCE_PCICFG_INT_ACK_CMD_MASK_INT); in bce_disable_intr()
4636 BCE_PCICFG_INT_ACK_CMD_MASK_INT | in bce_enable_intr()
5443 BCE_PCICFG_INT_ACK_CMD_MASK_INT); in bce_intr_legacy()
5456 BCE_PCICFG_INT_ACK_CMD_MASK_INT | rxr->last_status_idx); in bce_intr_legacy()
5468 BCE_PCICFG_INT_ACK_CMD_MASK_INT); in bce_intr_msi()
H A Dif_bcereg.h1020 #define BCE_PCICFG_INT_ACK_CMD_MASK_INT (1L<<18) macro