Symbol: fca_port
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5397
fc_fca_port_t *fca_port;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5402
for (fca_port = fctl_fca_portlist; fca_port != NULL;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5403
fca_port = fca_port->port_next) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5404
tmpPort = fca_port->port_handle;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5488
fc_fca_port_t *fca_port;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5499
for (fca_port = fctl_fca_portlist; fca_port != NULL;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5500
fca_port = fca_port->port_next) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5512
for (fca_port = fctl_fca_portlist; fca_port != NULL;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5513
fca_port = fca_port->port_next) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5517
new_port = fca_port->port_handle;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5527
if (portList[check] == fca_port->port_handle) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5576
if (fca_port->port_handle->fp_npiv_type ==
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5580
portList[out++] = fca_port->port_handle;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
628
fc_fca_port_t *fca_port;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6280
fc_fca_port_t *fca_port;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6296
for (fca_port = fctl_fca_portlist; fca_port != NULL;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6297
fca_port = fca_port->port_next) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6298
tmpPort = fca_port->port_handle;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6380
fc_fca_port_t *fca_port;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6408
for (fca_port = fctl_fca_portlist; fca_port != NULL;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6409
fca_port = fca_port->port_next) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
6410
tmpPort = fca_port->port_handle;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
717
for (fca_port = fctl_fca_portlist; fca_port != NULL;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
718
fca_port = fca_port->port_next) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
722
fctl_enque_job(fca_port->port_handle, job);
usr/src/uts/common/sys/fibre-channel/impl/fc_fcaif.h
198
int (*fca_port_manage) (opaque_t fca_port, fc_fca_pm_t *arg);
usr/src/uts/common/sys/fibre-channel/impl/fc_fcaif.h
200
opaque_t (*fca_get_device) (opaque_t fca_port, fc_portid_t d_id);
usr/src/uts/common/sys/fibre-channel/impl/fctl_private.h
103
struct fca_port *port_next;