Searched defs:fca_port (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h102 typedef struct fca_port { struct
103 struct fca_port *port_next;
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c627 fc_fca_port_t *fca_port; local
716 for (fca_port = fctl_fca_portlist; fca_port != NULL;
717 fca_port = fca_port->port_next) {
721 fctl_enque_job(fca_port->port_handle, job);
5396 fc_fca_port_t *fca_port; local
5401 for (fca_port = fctl_fca_portlist; fca_port != NULL;
5402 fca_port
5487 fc_fca_port_t *fca_port; local
6274 fc_fca_port_t *fca_port; local
6374 fc_fca_port_t *fca_port; local
[all...]

Completed in 55 milliseconds