Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h669 struct fc_local_port *fp_port_next; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5381 tmpport = port->fp_port_next; in fc_ulp_get_npiv_port_num()
5388 tmpport = tmpport->fp_port_next; in fc_ulp_get_npiv_port_num()
5431 tmpport = port->fp_port_next; in fc_ulp_get_npiv_port_list()
5441 tmpport = tmpport->fp_port_next; in fc_ulp_get_npiv_port_list()
5455 tmpport = port->fp_port_next; in fc_delete_npiv_port()
5469 tmpport = tmpport->fp_port_next; in fc_delete_npiv_port()
6460 virPort = phyPort->fp_port_next; in fctl_get_adapter_port_by_index()
6466 virPort = virPort->fp_port_next; in fctl_get_adapter_port_by_index()
H A Dfp.c1047 if (phyport->fp_port_next) { in fp_attach_handler()
1048 phyport->fp_port_next->fp_port_prev = port; in fp_attach_handler()
1049 port->fp_port_next = phyport->fp_port_next; in fp_attach_handler()
1050 phyport->fp_port_next = port; in fp_attach_handler()
1053 phyport->fp_port_next = port; in fp_attach_handler()
1055 port->fp_port_next = phyport; in fp_attach_handler()
7582 fc_local_port_t *nextport = tmpport->fp_port_next; in fp_fciocmd()
7606 prevport->fp_port_next = nextport; in fp_fciocmd()
7607 if (port == port->fp_port_next) { in fp_fciocmd()
7608 port->fp_port_next = in fp_fciocmd()