Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/fcip/
H A Dfcip.c73 (uintptr_t)(((fcip_port_info_t *)wsp->walk_data)->fcipp_next); in fcip_walk_s()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c827 cur_fport = cur_fport->fcipp_next; in fcip_port_attach()
842 fport->fcipp_next = fcip_port_head; in fcip_port_attach()
999 fport = fport->fcipp_next; in fcip_port_attach()
1530 fport = fport->fcipp_next; in fcip_detach()
1545 fport = fport->fcipp_next; in fcip_detach()
1585 fport = fport->fcipp_next; in fcip_detach()
1702 fport = fport->fcipp_next; in fcip_port_detach()
1718 fport = fport->fcipp_next; in fcip_port_detach()
2438 fport = fport->fcipp_next; in fcip_get_port()
4900 cur_fport = cur_fport->fcipp_next; in fcip_softstate_free()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h105 struct fcip_port_info *fcipp_next; /* next port in list */ member