Home
last modified time | relevance | path

Searched refs:FCHBAPort (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc60 const int FCHBAPort::MAX_FCIO_MSG_LEN = 256;
61 const string FCHBAPort::FCSM_DRIVER_PATH = "/devices/pseudo/fcsm@0:fcsm";
62 const string FCHBAPort::FCP_DRIVER_PATH = "/devices/pseudo/fcp@0:fcp";
70 FCHBAPort::transportError(uint32_t fcio_errno, char *message) { in transportError()
304 void FCHBAPort::sendSCSIPassThru(struct fcp_scsi_cmd *fscsi, in sendSCSIPassThru()
434 FCHBAPort::FCHBAPort(string thePath) : HBAPort() { in FCHBAPort() function in FCHBAPort
508 uint32_t FCHBAPort::deleteNPIVPort(uint64_t vportwwn) { in deleteNPIVPort()
528 uint32_t FCHBAPort::createNPIVPort(uint64_t vnodewwn, uint64_t vportwwn, uint32_t vindex) { in createNPIVPort()
554 HBA_PORTNPIVATTRIBUTES FCHBAPort::getPortNPIVAttributes(uint64_t &stateChange) { in getPortNPIVAttributes()
581 HBA_PORTATTRIBUTES FCHBAPort::getPortAttributes(uint64_t &stateChange) { in getPortAttributes()
[all …]
H A DFCHBAPort.h46 class FCHBAPort : public HBAPort {
48 FCHBAPort(std::string path);
H A DFCHBA.cc58 addPort(new FCHBAPort(path)); in FCHBA()
131 addPort(new FCHBAPort(nextPath)); in FCHBA()
/illumos-gate/usr/src/lib/sun_fc/
H A DMakefile.com42 FCHBAPort.o \