Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h669 struct fc_local_port *fp_port_next; member
/titanic_44/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5380 tmpport = port->fp_port_next; in fc_ulp_get_npiv_port_num()
5387 tmpport = tmpport->fp_port_next; in fc_ulp_get_npiv_port_num()
5430 tmpport = port->fp_port_next; in fc_ulp_get_npiv_port_list()
5440 tmpport = tmpport->fp_port_next; in fc_ulp_get_npiv_port_list()
5454 tmpport = port->fp_port_next; in fc_delete_npiv_port()
5468 tmpport = tmpport->fp_port_next; in fc_delete_npiv_port()
6454 virPort = phyPort->fp_port_next; in fctl_get_adapter_port_by_index()
6460 virPort = virPort->fp_port_next; in fctl_get_adapter_port_by_index()
H A Dfp.c1046 if (phyport->fp_port_next) { in fp_attach_handler()
1047 phyport->fp_port_next->fp_port_prev = port; in fp_attach_handler()
1048 port->fp_port_next = phyport->fp_port_next; in fp_attach_handler()
1049 phyport->fp_port_next = port; in fp_attach_handler()
1052 phyport->fp_port_next = port; in fp_attach_handler()
1054 port->fp_port_next = phyport; in fp_attach_handler()
7581 fc_local_port_t *nextport = tmpport->fp_port_next; in fp_fciocmd()
7605 prevport->fp_port_next = nextport; in fp_fciocmd()
7606 if (port == port->fp_port_next) { in fp_fciocmd()
7607 port->fp_port_next = in fp_fciocmd()