Lines Matching defs:discon_ok
1290 adapter->discon_ok = fpinfo->discon_ok;
1514 adapter->discon_ok = autoscsi.discon_ok;
1536 adapter->discon_ok = 0xFF;
1660 adapter->tagq_ok &= adapter->discon_ok;
1697 unsigned short discon_ok, tagq_ok;
1775 discon_ok = adapter->discon_ok & alltgt_mask;
1776 if (discon_ok == 0)
1778 else if (discon_ok == alltgt_mask)
1782 discon_str[tgt_id] = ((discon_ok & (1 << tgt_id)) ? 'Y' : 'N');