Lines Matching refs:cmd_attribute
1964 scb->dcdb.cmd_attribute |= IPS_TIMEOUT10; in ips_usrcmd()
1966 scb->dcdb.cmd_attribute |= IPS_TIMEOUT60; in ips_usrcmd()
1968 scb->dcdb.cmd_attribute |= IPS_TIMEOUT20M; in ips_usrcmd()
2685 scb->dcdb.cmd_attribute = in ips_next()
2692 scb->dcdb.cmd_attribute = 0; in ips_next()
2694 if (!(scb->dcdb.cmd_attribute & 0x3)) in ips_next()
2698 scb->dcdb.cmd_attribute |= IPS_TRANSFER64K; in ips_next()
3190 scb->dcdb.cmd_attribute |= in ips_done()
3193 if (!(scb->dcdb.cmd_attribute & 0x3)) in ips_done()
3197 scb->dcdb.cmd_attribute |= IPS_TRANSFER64K; in ips_done()
3749 tapeDCDB->cmd_attribute |= IPS_DISCONNECT_ALLOWED; in ips_send_cmd()
3750 tapeDCDB->cmd_attribute &= ~IPS_TRANSFER64K; /* Always Turn OFF 64K Size Flag */ in ips_send_cmd()
3754 tapeDCDB->cmd_attribute |= IPS_TIMEOUT10; /* TimeOut is 10 Seconds */ in ips_send_cmd()
3756 tapeDCDB->cmd_attribute |= IPS_TIMEOUT60; /* TimeOut is 60 Seconds */ in ips_send_cmd()
3758 tapeDCDB->cmd_attribute |= IPS_TIMEOUT20M; /* TimeOut is 20 Minutes */ in ips_send_cmd()
3787 scb->dcdb.cmd_attribute |= IPS_DISCONNECT_ALLOWED; in ips_send_cmd()
3791 scb->dcdb.cmd_attribute |= IPS_TIMEOUT10; /* TimeOut is 10 Seconds */ in ips_send_cmd()
3793 scb->dcdb.cmd_attribute |= IPS_TIMEOUT60; /* TimeOut is 60 Seconds */ in ips_send_cmd()
3795 scb->dcdb.cmd_attribute |= IPS_TIMEOUT20M; /* TimeOut is 20 Minutes */ in ips_send_cmd()
3799 if (scb->dcdb.cmd_attribute & IPS_TRANSFER64K) in ips_send_cmd()