Searched defs:PCI_DEVFN (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dpci.h286 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dpci.h286 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro

Completed in 40 milliseconds