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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h81 struct ulp_ports *port_next; member in struct:ulp_ports
103 struct fca_port *port_next; member in struct:fca_port
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c717 fca_port = fca_port->port_next) {
793 mod->mod_ports = next->port_next;
1731 for (cur = fctl_fca_portlist; cur; cur = cur->port_next) {
2423 new->port_next = fctl_fca_portlist;
2463 fctl_fca_portlist = list->port_next;
2465 prev->port_next = list->port_next;
2471 list = list->port_next;
2889 next = next->port_next;
2901 last->port_next
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c106 (uintptr_t)(((fc_fca_port_t *)wsp->walk_data)->port_next);
405 if (ulp_port.port_next == NULL)
410 (uintptr_t)ulp_port.port_next);
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_ibt.c1236 eibnx_port_t *port_next; local
1239 for (port = hca->hc_port; port; port = port_next) {
1240 port_next = port->po_next;
/illumos-gate/usr/src/cmd/mdb/common/modules/fcp/
H A Dfcp.c78 (uintptr_t)(((struct fcp_port *)wsp->walk_data)->port_next);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h140 struct fcp_port *port_next; member in struct:fcp_port
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c1486 pptr = pptr->port_next;
1794 pptr = pptr->port_next;
2368 pptr = pptr->port_next;
3146 t_pptr = t_pptr->port_next;
5533 for (pptr = fcp_port_head; pptr != NULL; pptr = pptr->port_next) {
9991 pptr->port_next = fcp_port_head;
13499 for (pptr = fcp_port_head; pptr != NULL; pptr = pptr->port_next) {
14079 tptr = hptr, hptr = hptr->port_next) {
14084 fcp_port_head = hptr->port_next;
14086 tptr->port_next
[all...]

Completed in 86 milliseconds