Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dheader.h1333 #define PCI_MCAST_CAP_MAX_GROUP(x) ((x) & 0x3f) macro
/pciutils/
H A Dls-ecaps.c469 printf("\t\tMcastCap: MaxGroups %d", PCI_MCAST_CAP_MAX_GROUP(w) + 1); in cap_multicast()