Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sun_fc/common/
H A DTgtFCHBAPort.cc268 fctio.fctio_cmd = FCTIO_GET_ADAPTER_PORT_ATTRIBUTES; in getPortAttributes()
322 fctio.fctio_cmd = FCTIO_GET_DISCOVERED_PORT_ATTRIBUTES; in getDiscoveredAttributes()
367 fctio.fctio_cmd = FCTIO_GET_PORT_ATTRIBUTES; in getDiscoveredAttributes()
422 fctio.fctio_cmd = FCTIO_GET_LINK_STATUS; in sendRLS()
H A DTgtFCHBA.cc124 fctio.fctio_cmd = FCTIO_GET_ADAPTER_ATTRIBUTES; in getHBAAttributes()
198 fctio.fctio_cmd = FCTIO_FORCE_LIP; in doForceLip()
254 fctio.fctio_cmd = FCTIO_ADAPTER_LIST; in loadAdapters()
/illumos-gate/usr/src/uts/common/sys/
H A Dfctio.h55 uint16_t fctio_cmd; /* sub command */ member
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c804 switch (fctio->fctio_cmd) { in fct_fctiocmd()