Searched refs:BDF (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_bay.c43 #define BDF(b, df) ((uint16_t)((((uint16_t)(b) << 8) & 0xFF00) | \ macro
79 * Depending on device type, BDF comes from either slot (type-9) or
103 *bdf = BDF(bus, dev_funct);
210 * Find HBA device node from BDF.
519 * Determine the bay BDF.
523 topo_mod_dprintf(mod, "%s: failed to get BDF\n", f);
526 topo_mod_dprintf(mod, "%s: BDF(0x%04x)\n", f, bdf);

Completed in 22 milliseconds