Searched defs:HBA (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBA.h32 class HBA;
46 * @memo Used to track an individual HBA
53 class HBA : public Lockable { class in inherits:Lockable
55 HBA() {} function in class:HBA
56 virtual ~HBA();
57 bool operator == (HBA &comp);
H A DHBA.cc28 #include "HBA.h"
50 * Max number of Adatper ports per HBA that VSL supports.
53 const uint8_t HBA::HBA_PORT_MAX = UCHAR_MAX;
56 * @memo Add a new port to this HBA
57 * @precondition Port must be a valid port on this HBA
58 * @postcondition Port will be exposed as one of the ports on this HBA
59 * @exception Throws InternalError when the HBA port count exceeds
61 * @param port The Port to add to this HBA
64 * routine to add a port to its existing HBA instance.
66 void HBA
[all...]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_hc.h58 #define HBA "hba" macro
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h354 * SLI4 HBA (EMLXS_MAX_WQS) or for a SLI3 HBA (MAX_RINGS)
1316 * This is the HBA control area for the adapter
1734 /* HBA Info */
2161 #define HBA port->hba macro

Completed in 80 milliseconds