Searched refs:EPKT_DESC (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/ |
H A D | fx_epkt.c | 30 #define EPKT_DESC(b, o, p, c, d) (BLOCK_##b << 16 | OP_##o << 12 | \ macro 43 EPKT_DESC(MMU, XLAT, DATA, INV, RDWR), 45 EPKT_DESC(MMU, XLAT, ADDR, UNMAP, RDWR), 47 EPKT_DESC(MMU, XLAT, DATA, PROT, RDWR), 50 EPKT_DESC(INTR, MSI32, DATA, ILL, IRR), 53 EPKT_DESC(PORT, PIO, IRR, RCA, WRITE), 56 EPKT_DESC(PORT, PIO, IRR, RUR, WRITE), 59 EPKT_DESC(PORT, PIO, IRR, INV, RDWR), 62 EPKT_DESC(PORT, PIO, IRR, TO, READ), 64 EPKT_DESC(POR [all...] |
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/ |
H A D | pciexrc.esc | 43 #define EPKT_DESC (payloadprop("desc") >> 12) 49 (EPKT_DESC == (b << 16 | o << 12 | p << 8 | c << 4 | d)) 51 #define IS_CE (EPKT_C_BIT != 0 && setserdsuffix(EPKT_DESC))
|
Completed in 55 milliseconds