Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c578 static fcip_port_info_t *fcip_port_head = NULL; variable
806 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 …]