Searched refs:fca_port (Results 1 – 3 of 3) sorted by relevance
627 fc_fca_port_t *fca_port; in fc_ulp_add() local716 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() local5401 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() local5498 for (fca_port = fctl_fca_portlist; fca_port != NULL; in fc_ulp_get_adapter_paths()[all …]
198 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);
102 typedef struct fca_port { struct103 struct fca_port *port_next; argument