Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c50 static fcsm_t *fcsm_port_head = NULL; variable
655 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 …]