Lines Matching refs:cmd_attribute
1969 scb->dcdb.cmd_attribute |= IPS_TIMEOUT10; in ips_usrcmd()
1971 scb->dcdb.cmd_attribute |= IPS_TIMEOUT60; in ips_usrcmd()
1973 scb->dcdb.cmd_attribute |= IPS_TIMEOUT20M; in ips_usrcmd()
2698 scb->dcdb.cmd_attribute = in ips_next()
2705 scb->dcdb.cmd_attribute = 0; in ips_next()
2707 if (!(scb->dcdb.cmd_attribute & 0x3)) in ips_next()
2711 scb->dcdb.cmd_attribute |= IPS_TRANSFER64K; in ips_next()
3203 scb->dcdb.cmd_attribute |= in ips_done()
3206 if (!(scb->dcdb.cmd_attribute & 0x3)) in ips_done()
3210 scb->dcdb.cmd_attribute |= IPS_TRANSFER64K; in ips_done()
3761 tapeDCDB->cmd_attribute |= IPS_DISCONNECT_ALLOWED; in ips_send_cmd()
3762 tapeDCDB->cmd_attribute &= ~IPS_TRANSFER64K; /* Always Turn OFF 64K Size Flag */ in ips_send_cmd()
3766 tapeDCDB->cmd_attribute |= IPS_TIMEOUT10; /* TimeOut is 10 Seconds */ in ips_send_cmd()
3768 tapeDCDB->cmd_attribute |= IPS_TIMEOUT60; /* TimeOut is 60 Seconds */ in ips_send_cmd()
3770 tapeDCDB->cmd_attribute |= IPS_TIMEOUT20M; /* TimeOut is 20 Minutes */ in ips_send_cmd()
3799 scb->dcdb.cmd_attribute |= IPS_DISCONNECT_ALLOWED; in ips_send_cmd()
3803 scb->dcdb.cmd_attribute |= IPS_TIMEOUT10; /* TimeOut is 10 Seconds */ in ips_send_cmd()
3805 scb->dcdb.cmd_attribute |= IPS_TIMEOUT60; /* TimeOut is 60 Seconds */ in ips_send_cmd()
3807 scb->dcdb.cmd_attribute |= IPS_TIMEOUT20M; /* TimeOut is 20 Minutes */ in ips_send_cmd()
3811 if (scb->dcdb.cmd_attribute & IPS_TRANSFER64K) in ips_send_cmd()