Home
last modified time | relevance | path

Searched refs:fca_port (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c717 for (fca_port = fctl_fca_portlist; fca_port != NULL; in fc_ulp_add()
718 fca_port = fca_port->port_next) { in fc_ulp_add()
5402 for (fca_port = fctl_fca_portlist; fca_port != NULL; in fc_get_npiv_port()
5403 fca_port = fca_port->port_next) { in fc_get_npiv_port()
5499 for (fca_port = fctl_fca_portlist; fca_port != NULL; in fc_ulp_get_adapter_paths()
5500 fca_port = fca_port->port_next) { in fc_ulp_get_adapter_paths()
5512 for (fca_port = fctl_fca_portlist; fca_port != NULL; in fc_ulp_get_adapter_paths()
5513 fca_port = fca_port->port_next) { in fc_ulp_get_adapter_paths()
6296 for (fca_port = fctl_fca_portlist; fca_port != NULL; in fctl_count_fru_ports()
6297 fca_port = fca_port->port_next) { in fctl_count_fru_ports()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_fcaif.h198 int (*fca_port_manage) (opaque_t fca_port, fc_fca_pm_t *arg);
200 opaque_t (*fca_get_device) (opaque_t fca_port, fc_portid_t d_id);
H A Dfctl_private.h102 typedef struct fca_port { struct
103 struct fca_port *port_next; argument