Home
last modified time | relevance | path

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

/pciutils/
H A Dls-ecaps.c502 printf("\t\tMcastOverlayBAR: OverlaySize %d ", PCI_MCAST_OVL_SIZE(bar)); in cap_multicast()
503 if (PCI_MCAST_OVL_SIZE(bar) >= 6) in cap_multicast()
504 printf("(%d bytes)", 1 << PCI_MCAST_OVL_SIZE(bar)); in cap_multicast()
/pciutils/lib/
H A Dheader.h1346 #define PCI_MCAST_OVL_SIZE(x) ((u32) ((x) & 0x3f)) macro