Searched refs:cmd_attribute (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/
H A Dips.c1969 scb->dcdb.cmd_attribute |= IPS_TIMEOUT10; ips_usrcmd()
1971 scb->dcdb.cmd_attribute |= IPS_TIMEOUT60; ips_usrcmd()
1973 scb->dcdb.cmd_attribute |= IPS_TIMEOUT20M; ips_usrcmd()
2698 scb->dcdb.cmd_attribute = ips_next()
2705 scb->dcdb.cmd_attribute = 0; ips_next()
2707 if (!(scb->dcdb.cmd_attribute & 0x3)) ips_next()
2711 scb->dcdb.cmd_attribute |= IPS_TRANSFER64K; ips_next()
3203 scb->dcdb.cmd_attribute |= ips_done()
3206 if (!(scb->dcdb.cmd_attribute & 0x3)) ips_done()
3210 scb->dcdb.cmd_attribute |= IPS_TRANSFER64K; ips_done()
3761 tapeDCDB->cmd_attribute |= IPS_DISCONNECT_ALLOWED; ips_send_cmd()
3762 tapeDCDB->cmd_attribute &= ~IPS_TRANSFER64K; /* Always Turn OFF 64K Size Flag */ ips_send_cmd()
3766 tapeDCDB->cmd_attribute |= IPS_TIMEOUT10; /* TimeOut is 10 Seconds */ ips_send_cmd()
3768 tapeDCDB->cmd_attribute |= IPS_TIMEOUT60; /* TimeOut is 60 Seconds */ ips_send_cmd()
3770 tapeDCDB->cmd_attribute |= IPS_TIMEOUT20M; /* TimeOut is 20 Minutes */ ips_send_cmd()
3799 scb->dcdb.cmd_attribute |= IPS_DISCONNECT_ALLOWED; ips_send_cmd()
3803 scb->dcdb.cmd_attribute |= IPS_TIMEOUT10; /* TimeOut is 10 Seconds */ ips_send_cmd()
3805 scb->dcdb.cmd_attribute |= IPS_TIMEOUT60; /* TimeOut is 60 Seconds */ ips_send_cmd()
3807 scb->dcdb.cmd_attribute |= IPS_TIMEOUT20M; /* TimeOut is 20 Minutes */ ips_send_cmd()
3811 if (scb->dcdb.cmd_attribute & IPS_TRANSFER64K) ips_send_cmd()
H A Dips.h634 uint8_t cmd_attribute; member in struct:__anon9542
649 uint8_t cmd_attribute; member in struct:__anon9543

Completed in 151 milliseconds