Lines Matching defs:discon_ok
1397 adapter->discon_ok = fpinfo->discon_ok;
1629 adapter->discon_ok = autoscsi.discon_ok;
1651 adapter->discon_ok = 0xFF;
1790 adapter->tagq_ok &= adapter->discon_ok;
1827 unsigned short discon_ok, tagq_ok;
1909 discon_ok = adapter->discon_ok & alltgt_mask;
1910 if (discon_ok == 0)
1912 else if (discon_ok == alltgt_mask)
1916 discon_str[tgt_id] = ((discon_ok & (1 << tgt_id)) ? 'Y' : 'N');