TgtFCHBAPort
addPort(new TgtFCHBAPort(path));
TgtFCHBAPort::TgtFCHBAPort(string thePath) : HBAPort() {
HBA_PORTATTRIBUTES TgtFCHBAPort::getPortAttributes(uint64_t &stateChange) {
HBA_PORTATTRIBUTES TgtFCHBAPort::getDiscoveredAttributes(
HBA_PORTATTRIBUTES TgtFCHBAPort::getDiscoveredAttributes(
void TgtFCHBAPort::sendRLS(uint64_t destWWN,
void TgtFCHBAPort::validatePresent() {
void TgtFCHBAPort::fct_ioctl(int cmd, fctio_t *fctio) {
const int TgtFCHBAPort::MAX_FCTIO_MSG_LEN = 256;
const string TgtFCHBAPort::FCT_DRIVER_PATH = "/devices/pseudo/fct@0:admin";
TgtFCHBAPort::transportError(uint32_t fctio_errno, char *message) {
class TgtFCHBAPort : public HBAPort {
TgtFCHBAPort(std::string path);