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

/illumos-gate/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) {
821 fcip_port_head = fport;
828 cur_fport = fcip_port_head;
858 fport->fcipp_next = fcip_port_head;
859 fcip_port_head = fport;
1010 fport = fcip_port_head;
1527 if (fcip_port_head != NULL) {
1533 fport = fcip_port_head;
1592 fport = fcip_port_head;
[all...]

Completed in 66 milliseconds