Lines Matching refs:cmd_attribute
1947 scb->dcdb.cmd_attribute |= IPS_TIMEOUT10; in ips_usrcmd()
1949 scb->dcdb.cmd_attribute |= IPS_TIMEOUT60; in ips_usrcmd()
1951 scb->dcdb.cmd_attribute |= IPS_TIMEOUT20M; in ips_usrcmd()
2668 scb->dcdb.cmd_attribute = in ips_next()
2675 scb->dcdb.cmd_attribute = 0; in ips_next()
2677 if (!(scb->dcdb.cmd_attribute & 0x3)) in ips_next()
2681 scb->dcdb.cmd_attribute |= IPS_TRANSFER64K; in ips_next()
3173 scb->dcdb.cmd_attribute |= in ips_done()
3176 if (!(scb->dcdb.cmd_attribute & 0x3)) in ips_done()
3180 scb->dcdb.cmd_attribute |= IPS_TRANSFER64K; in ips_done()
3732 tapeDCDB->cmd_attribute |= IPS_DISCONNECT_ALLOWED; in ips_send_cmd()
3733 tapeDCDB->cmd_attribute &= ~IPS_TRANSFER64K; /* Always Turn OFF 64K Size Flag */ in ips_send_cmd()
3737 tapeDCDB->cmd_attribute |= IPS_TIMEOUT10; /* TimeOut is 10 Seconds */ in ips_send_cmd()
3739 tapeDCDB->cmd_attribute |= IPS_TIMEOUT60; /* TimeOut is 60 Seconds */ in ips_send_cmd()
3741 tapeDCDB->cmd_attribute |= IPS_TIMEOUT20M; /* TimeOut is 20 Minutes */ in ips_send_cmd()
3770 scb->dcdb.cmd_attribute |= IPS_DISCONNECT_ALLOWED; in ips_send_cmd()
3774 scb->dcdb.cmd_attribute |= IPS_TIMEOUT10; /* TimeOut is 10 Seconds */ in ips_send_cmd()
3776 scb->dcdb.cmd_attribute |= IPS_TIMEOUT60; /* TimeOut is 60 Seconds */ in ips_send_cmd()
3778 scb->dcdb.cmd_attribute |= IPS_TIMEOUT20M; /* TimeOut is 20 Minutes */ in ips_send_cmd()
3782 if (scb->dcdb.cmd_attribute & IPS_TRANSFER64K) in ips_send_cmd()