Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c761 fcip_port_info_t *cur_fport; in fcip_port_attach() local
812 cur_fport = fcip_port_head; in fcip_port_attach()
827 cur_fport = cur_fport->fcipp_next; in fcip_port_attach()
4893 cur_fport = fcip_port_head; in fcip_softstate_free()
4895 while (cur_fport != NULL) { in fcip_softstate_free()
4896 if (cur_fport == fport) { in fcip_softstate_free()
4899 prev_fport = cur_fport; in fcip_softstate_free()
4900 cur_fport = cur_fport->fcipp_next; in fcip_softstate_free()
4906 ASSERT(cur_fport == fport); in fcip_softstate_free()
7398 if (cur_fport == fport) { in fcip_check_port_exists()
[all …]