Home
last modified time | relevance | path

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

/titanic_44/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()
/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c843 cur_fport = cur_fport->fcipp_next; in fcip_port_attach()
858 fport->fcipp_next = fcip_port_head; in fcip_port_attach()
1015 fport = fport->fcipp_next; in fcip_port_attach()
1583 fport = fport->fcipp_next; in fcip_detach()
1598 fport = fport->fcipp_next; in fcip_detach()
1638 fport = fport->fcipp_next; in fcip_detach()
1759 fport = fport->fcipp_next; in fcip_port_detach()
1775 fport = fport->fcipp_next; in fcip_port_detach()
2500 fport = fport->fcipp_next; in fcip_get_port()
5074 cur_fport = cur_fport->fcipp_next; in fcip_softstate_free()
[all …]
/titanic_44/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h105 struct fcip_port_info *fcipp_next; /* next port in list */ member