Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h225 struct fcp_lun_elem *port_offline_luns; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c8402 elem->next = pptr->port_offline_luns; in fcp_offline_lun()
8403 pptr->port_offline_luns = elem; in fcp_offline_lun()
8487 elem = pptr->port_offline_luns; in fcp_scan_offline_luns()
8512 pptr->port_offline_luns = next; in fcp_scan_offline_luns()
13525 if (pptr->port_offline_luns) { in fcp_watch()