Home
last modified time | relevance | path

Searched refs:pd_port_next (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h206 struct fc_remote_port *pd_port_next; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c3511 ports = ports->pd_port_next) { in fctl_link_remote_port_to_remote_node()
3525 last->pd_port_next = pd; in fctl_link_remote_port_to_remote_node()
3529 pd->pd_port_next = NULL; in fctl_link_remote_port_to_remote_node()
3581 ports = ports->pd_port_next; in fctl_unlink_remote_port_from_remote_node()
3591 last->pd_port_next = pd->pd_port_next; in fctl_unlink_remote_port_from_remote_node()
3593 rnodep->fd_portlistp = pd->pd_port_next; in fctl_unlink_remote_port_from_remote_node()
3600 pd->pd_port_next = NULL; in fctl_unlink_remote_port_from_remote_node()