Searched defs:linuxdevfn (Results 1 – 1 of 1) sorted by relevance
50 #define ISERIES_DECODE_DEVFN(linuxdevfn) (((linuxdevfn & 0x71) << 1) | (linuxdevfn & 0x07)) argument51 #define ISERIES_DECODE_DEVICE(linuxdevfn) (((linuxdevfn & 0x38) >> 3) |(((linuxdevfn & 0x40) >> 2) … argument52 #define ISERIES_DECODE_FUNCTION(linuxdevfn) (linuxdevfn & 0x07) argument