Home
last modified time | relevance | path

Searched refs:PCIEM_DEVCTL_MAX_PAYLOAD_MASK (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/bus/pci/
H A Dpcireg.h720 #define PCIEM_DEVCTL_MAX_PAYLOAD_MASK 0x00e0 /* Max Payload Size */ macro
/dragonfly/sys/dev/netif/alc/
H A Dif_alc.c94 #define PCIEM_CTL_MAX_PAYLOAD PCIEM_DEVCTL_MAX_PAYLOAD_MASK
/dragonfly/sys/dev/netif/bge/
H A Dif_bge.c2881 devctl &= ~PCIEM_DEVCTL_MAX_PAYLOAD_MASK; in bge_reset()
/dragonfly/sys/dev/netif/bnx/
H A Dif_bnx.c2674 devctl &= ~PCIEM_DEVCTL_MAX_PAYLOAD_MASK; in bnx_reset()