Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/isp/
H A Dispvar.h517 #define LOOP_PDB_RCVD 2 macro
H A DDriverManual.txt506 LOOP_PDB_RCVD
517 asynchronous event which will set the state to LOOP_PDB_RCVD. Each of
521 After the state of LOOP_PDB_RCVD is reached, the internal core function
H A Disp.c2406 fcp->isp_loopstate < LOOP_PDB_RCVD) { in isp_get_wwn()
2749 if (fcp->isp_loopstate != LOOP_PDB_RCVD && in isp_pdb_sync()
2898 fcp->isp_loopstate < LOOP_PDB_RCVD) { in isp_scan_loop()
3396 fcp->isp_loopstate = LOOP_PDB_RCVD; in isp_scan_fabric()
3419 fcp->isp_loopstate = LOOP_PDB_RCVD; /* try again */ in isp_scan_fabric()
5850 fcp->isp_loopstate = LOOP_PDB_RCVD; in isp_parse_async_fc()
5878 fcp->isp_loopstate = LOOP_PDB_RCVD; in isp_parse_async_fc()
H A Disp_library.c380 if (fcp->isp_fwstate < FW_READY || fcp->isp_loopstate < LOOP_PDB_RCVD) { in isp_fc_runstate()
385 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate < LOOP_PDB_RCVD) { in isp_fc_runstate()
397 return (LOOP_PDB_RCVD); in isp_fc_runstate()
476 case LOOP_PDB_RCVD: return "PDB Received"; in isp_fc_loop_statename()
2377 …le & ISP_ROLE_TARGET) == 0 || fcp->isp_fwstate != FW_READY || fcp->isp_loopstate < LOOP_PDB_RCVD) { in isp_find_chan_by_did()