Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/isp/
H A Dispvar.h425 #define FC_PORTDB_STATE_VALID 7 macro
H A Disp.c2063 case FC_PORTDB_STATE_VALID: in isp_mark_portdb()
2791 if (lp->state == FC_PORTDB_STATE_VALID) { in isp_pdb_sync()
2831 lp->state = FC_PORTDB_STATE_VALID; in isp_pdb_sync()
2842 lp->state = FC_PORTDB_STATE_VALID; in isp_pdb_sync()
2856 lp->state = FC_PORTDB_STATE_VALID; in isp_pdb_sync()
4261 if (fcp->portdb[hdlidx].state != FC_PORTDB_STATE_VALID) { in isp_start()
4530 if (lp->state != FC_PORTDB_STATE_VALID) { in isp_control()
4632 if (lp->state != FC_PORTDB_STATE_VALID) { in isp_control()
H A Disp_freebsd.c484 if (lp->state == FC_PORTDB_STATE_VALID || lp->target_mode) { in ispioctl()