Searched defs:fcsm_port_head (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c50 static fcsm_t *fcsm_port_head = NULL; variable
654 if (fcsm_port_head == NULL) {
655 fcsm_port_head = fcsm;
657 fcsm->sm_next = fcsm_port_head;
658 fcsm_port_head = fcsm;
784 if (fcsm_port_head == NULL) {
798 fcsm = fcsm_port_head;
826 fcsm = fcsm_port_head;
844 fcsm = fcsm_port_head;
861 while (fcsm_port_head !
[all...]

Completed in 89 milliseconds