Searched refs:fcsm_port_head (Results 1 – 1 of 1) sorted by relevance
50 static fcsm_t *fcsm_port_head = NULL; variable655 if (fcsm_port_head == NULL) { in fcsm_handle_port_attach()656 fcsm_port_head = fcsm; in fcsm_handle_port_attach()658 fcsm->sm_next = fcsm_port_head; in fcsm_handle_port_attach()659 fcsm_port_head = fcsm; in fcsm_handle_port_attach()785 if (fcsm_port_head == NULL) { in fcsm_detach()799 fcsm = fcsm_port_head; in fcsm_detach()827 fcsm = fcsm_port_head; in fcsm_detach()845 fcsm = fcsm_port_head; in fcsm_detach()862 while (fcsm_port_head != NULL) { in fcsm_detach()[all …]