Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c627 fc_fca_port_t *fca_port; in fc_ulp_add() local
716 for (fca_port = fctl_fca_portlist; fca_port != NULL; in fc_ulp_add()
717 fca_port = fca_port->port_next) { in fc_ulp_add()
721 fctl_enque_job(fca_port->port_handle, job); in fc_ulp_add()
5396 fc_fca_port_t *fca_port; in fc_get_npiv_port() local
5401 for (fca_port = fctl_fca_portlist; fca_port != NULL; in fc_get_npiv_port()
5402 fca_port = fca_port->port_next) { in fc_get_npiv_port()
5403 tmpPort = fca_port->port_handle; in fc_get_npiv_port()
5487 fc_fca_port_t *fca_port; in fc_ulp_get_adapter_paths() local
5498 for (fca_port = fctl_fca_portlist; fca_port != NULL; in fc_ulp_get_adapter_paths()
[all …]
/titanic_41/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