Searched refs:fcip_port_head (Results 1 – 1 of 1) sorted by relevance
578 static fcip_port_info_t *fcip_port_head = NULL; variable806 if (fcip_port_head == NULL) { in fcip_port_attach()821 fcip_port_head = fport; in fcip_port_attach()828 cur_fport = fcip_port_head; in fcip_port_attach()858 fport->fcipp_next = fcip_port_head; in fcip_port_attach()859 fcip_port_head = fport; in fcip_port_attach()1010 fport = fcip_port_head; in fcip_port_attach()1527 if (fcip_port_head != NULL) { in fcip_detach()1533 fport = fcip_port_head; in fcip_detach()1592 fport = fcip_port_head; in fcip_detach()[all …]