Home
last modified time | relevance | path

Searched refs:port_next (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c794 mod->mod_ports = next->port_next; in fc_ulp_remove()
2466 prev->port_next = list->port_next; in fctl_remove_port()
2472 list = list->port_next; in fctl_remove_port()
2890 next = next->port_next; in fctl_add_ulp_port()
2902 last->port_next = new; in fctl_add_ulp_port()
2945 next = next->port_next; in fctl_remove_ulp_port()
2954 last->port_next = next->port_next; in fctl_remove_ulp_port()
2982 next = next->port_next) { in fctl_get_ulp_port()
6348 while (tmp->port_next != NULL) tmp = tmp->port_next; in fctl_local_port_list_add()
6349 tmp->port_next = newentry; in fctl_local_port_list_add()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h81 struct ulp_ports *port_next; member
103 struct fca_port *port_next; member
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c109 (uintptr_t)(((fc_fca_port_t *)wsp->walk_data)->port_next); in port_walk_s()
408 if (ulp_port.port_next == NULL) in ulpmods()
413 (uintptr_t)ulp_port.port_next); in ulpmods()
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_ibt.c1236 eibnx_port_t *port_next; in eibnx_cleanup_hca() local
1239 for (port = hca->hc_port; port; port = port_next) { in eibnx_cleanup_hca()
1240 port_next = port->po_next; in eibnx_cleanup_hca()
/illumos-gate/usr/src/cmd/mdb/common/modules/fcp/
H A Dfcp.c78 (uintptr_t)(((struct fcp_port *)wsp->walk_data)->port_next); in fcp_walk_s()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h140 struct fcp_port *port_next; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c1490 pptr = pptr->port_next; in fcp_setup_device_data_ioctl()
1798 pptr = pptr->port_next; in fcp_get_target_mappings()
2372 pptr = pptr->port_next; in fcp_send_scsi_ioctl()
3150 t_pptr = t_pptr->port_next; in fcp_copyin_fcp_ioctl_data()
5538 for (pptr = fcp_port_head; pptr != NULL; pptr = pptr->port_next) { in fcp_get_port()
9994 pptr->port_next = fcp_port_head; in fcp_handle_port_attach()
13500 for (pptr = fcp_port_head; pptr != NULL; pptr = pptr->port_next) { in fcp_watch()
14080 tptr = hptr, hptr = hptr->port_next) { in fcp_soft_state_unlink()
14085 fcp_port_head = hptr->port_next; in fcp_soft_state_unlink()
14087 tptr->port_next = hptr->port_next; in fcp_soft_state_unlink()