Lines Matching refs:cmd_attribute
1962 scb->dcdb.cmd_attribute |= IPS_TIMEOUT10; in ips_usrcmd()
1964 scb->dcdb.cmd_attribute |= IPS_TIMEOUT60; in ips_usrcmd()
1966 scb->dcdb.cmd_attribute |= IPS_TIMEOUT20M; in ips_usrcmd()
2683 scb->dcdb.cmd_attribute = in ips_next()
2690 scb->dcdb.cmd_attribute = 0; in ips_next()
2692 if (!(scb->dcdb.cmd_attribute & 0x3)) in ips_next()
2696 scb->dcdb.cmd_attribute |= IPS_TRANSFER64K; in ips_next()
3188 scb->dcdb.cmd_attribute |= in ips_done()
3191 if (!(scb->dcdb.cmd_attribute & 0x3)) in ips_done()
3195 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()