Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcireg.h1087 #define PCIR_VSEC_LENGTH(hdr) (((hdr) & 0xfff00000) >> 20) macro
/freebsd/usr.sbin/pciconf/
H A Dcap.c1033 len = PCIR_VSEC_LENGTH(hdr); in ecap_acs()