Searched refs:cur_fport (Results 1 – 1 of 1) sorted by relevance
774 fcip_port_info_t *cur_fport; in fcip_port_attach() local828 cur_fport = fcip_port_head; in fcip_port_attach()829 while (cur_fport != NULL) { in fcip_port_attach()830 if (cur_fport->fcipp_handle == in fcip_port_attach()843 cur_fport = cur_fport->fcipp_next; in fcip_port_attach()4953 fcip_port_info_t *prev_fport, *cur_fport, *next_fport = NULL; in fcip_softstate_free() local5067 cur_fport = fcip_port_head; in fcip_softstate_free()5069 while (cur_fport != NULL) { in fcip_softstate_free()5070 if (cur_fport == fport) { in fcip_softstate_free()5073 prev_fport = cur_fport; in fcip_softstate_free()[all …]