Searched refs:fcsm_port_head (Results 1 – 1 of 1) sorted by relevance
50 static fcsm_t *fcsm_port_head = NULL; variable654 if (fcsm_port_head == NULL) { in fcsm_handle_port_attach()655 fcsm_port_head = fcsm; in fcsm_handle_port_attach()657 fcsm->sm_next = fcsm_port_head; in fcsm_handle_port_attach()658 fcsm_port_head = fcsm; in fcsm_handle_port_attach()784 if (fcsm_port_head == NULL) { in fcsm_detach()798 fcsm = fcsm_port_head; in fcsm_detach()826 fcsm = fcsm_port_head; in fcsm_detach()844 fcsm = fcsm_port_head; in fcsm_detach()861 while (fcsm_port_head != NULL) { in fcsm_detach()[all …]