Lines Matching refs:cmd_attribute
1961 scb->dcdb.cmd_attribute |= IPS_TIMEOUT10; in ips_usrcmd()
1963 scb->dcdb.cmd_attribute |= IPS_TIMEOUT60; in ips_usrcmd()
1965 scb->dcdb.cmd_attribute |= IPS_TIMEOUT20M; in ips_usrcmd()
2682 scb->dcdb.cmd_attribute = in ips_next()
2689 scb->dcdb.cmd_attribute = 0; in ips_next()
2691 if (!(scb->dcdb.cmd_attribute & 0x3)) in ips_next()
2695 scb->dcdb.cmd_attribute |= IPS_TRANSFER64K; in ips_next()
3187 scb->dcdb.cmd_attribute |= in ips_done()
3190 if (!(scb->dcdb.cmd_attribute & 0x3)) in ips_done()
3194 scb->dcdb.cmd_attribute |= IPS_TRANSFER64K; in ips_done()
3746 tapeDCDB->cmd_attribute |= IPS_DISCONNECT_ALLOWED; in ips_send_cmd()
3747 tapeDCDB->cmd_attribute &= ~IPS_TRANSFER64K; /* Always Turn OFF 64K Size Flag */ in ips_send_cmd()
3751 tapeDCDB->cmd_attribute |= IPS_TIMEOUT10; /* TimeOut is 10 Seconds */ in ips_send_cmd()
3753 tapeDCDB->cmd_attribute |= IPS_TIMEOUT60; /* TimeOut is 60 Seconds */ in ips_send_cmd()
3755 tapeDCDB->cmd_attribute |= IPS_TIMEOUT20M; /* TimeOut is 20 Minutes */ in ips_send_cmd()
3784 scb->dcdb.cmd_attribute |= IPS_DISCONNECT_ALLOWED; in ips_send_cmd()
3788 scb->dcdb.cmd_attribute |= IPS_TIMEOUT10; /* TimeOut is 10 Seconds */ in ips_send_cmd()
3790 scb->dcdb.cmd_attribute |= IPS_TIMEOUT60; /* TimeOut is 60 Seconds */ in ips_send_cmd()
3792 scb->dcdb.cmd_attribute |= IPS_TIMEOUT20M; /* TimeOut is 20 Minutes */ in ips_send_cmd()
3796 if (scb->dcdb.cmd_attribute & IPS_TRANSFER64K) in ips_send_cmd()