Searched refs:PCIR_VSEC_LENGTH (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/pci/ | ||
| H A D | pcireg.h | 1087 #define PCIR_VSEC_LENGTH(hdr) (((hdr) & 0xfff00000) >> 20) macro |
| /freebsd/usr.sbin/pciconf/ | ||
| H A D | cap.c | 1033 len = PCIR_VSEC_LENGTH(hdr); in ecap_acs() |