Lines Matching refs:cmd_attribute
1946 scb->dcdb.cmd_attribute |= IPS_TIMEOUT10; in ips_usrcmd()
1948 scb->dcdb.cmd_attribute |= IPS_TIMEOUT60; in ips_usrcmd()
1950 scb->dcdb.cmd_attribute |= IPS_TIMEOUT20M; in ips_usrcmd()
2667 scb->dcdb.cmd_attribute = in ips_next()
2674 scb->dcdb.cmd_attribute = 0; in ips_next()
2676 if (!(scb->dcdb.cmd_attribute & 0x3)) in ips_next()
2680 scb->dcdb.cmd_attribute |= IPS_TRANSFER64K; in ips_next()
3172 scb->dcdb.cmd_attribute |= in ips_done()
3175 if (!(scb->dcdb.cmd_attribute & 0x3)) in ips_done()
3179 scb->dcdb.cmd_attribute |= IPS_TRANSFER64K; in ips_done()
3731 tapeDCDB->cmd_attribute |= IPS_DISCONNECT_ALLOWED; in ips_send_cmd()
3732 tapeDCDB->cmd_attribute &= ~IPS_TRANSFER64K; /* Always Turn OFF 64K Size Flag */ in ips_send_cmd()
3736 tapeDCDB->cmd_attribute |= IPS_TIMEOUT10; /* TimeOut is 10 Seconds */ in ips_send_cmd()
3738 tapeDCDB->cmd_attribute |= IPS_TIMEOUT60; /* TimeOut is 60 Seconds */ in ips_send_cmd()
3740 tapeDCDB->cmd_attribute |= IPS_TIMEOUT20M; /* TimeOut is 20 Minutes */ in ips_send_cmd()
3769 scb->dcdb.cmd_attribute |= IPS_DISCONNECT_ALLOWED; in ips_send_cmd()
3773 scb->dcdb.cmd_attribute |= IPS_TIMEOUT10; /* TimeOut is 10 Seconds */ in ips_send_cmd()
3775 scb->dcdb.cmd_attribute |= IPS_TIMEOUT60; /* TimeOut is 60 Seconds */ in ips_send_cmd()
3777 scb->dcdb.cmd_attribute |= IPS_TIMEOUT20M; /* TimeOut is 20 Minutes */ in ips_send_cmd()
3781 if (scb->dcdb.cmd_attribute & IPS_TRANSFER64K) in ips_send_cmd()