Searched defs:fabric (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c2866 * store another copy of wwn of fabric/or nport used in
4664 * state without disruppting the traffic. Then the fabric
4667 * most of the cases, the fabric should send us AUTH_Negotiate ELS msg. Once
6816 uint32_t fabric; local
6822 fabric = ((ndlp->nlp_DID & FABRIC_DID_MASK) == FABRIC_DID_MASK) ? 1 : 0;
6844 if (!fabric_switch && fabric) {
7244 uint32_t fabric; local
7247 fabric = ((ndlp->nlp_DID & FABRIC_DID_MASK) == FABRIC_DID_MASK) ? 1 : 0;
7260 } else if (!fabric) {
7325 uint32_t fabric; local
7391 uint32_t fabric; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1278 int fabric; local
1284 fabric = FC_IS_TOP_SWITCH(port->fp_topology) ? 1 : 0;
1290 if (!fabric && pd) {
1322 if (!fabric) {
1325 } else if (!fabric) {
5750 " disappeared from fabric", port->fp_instance,
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h7089 __u8 fabric[8]; member in struct:fw_fcoe_fcf_cmd

Completed in 149 milliseconds