Lines Matching refs:Request
183 cmdlist->Request.CDBLen = CISS_NOE_CDB_LEN; in cpqary3_send_NOE_command()
184 cmdlist->Request.Timeout = 0; in cpqary3_send_NOE_command()
185 cmdlist->Request.Type.Type = CISS_TYPE_CMD; in cpqary3_send_NOE_command()
186 cmdlist->Request.Type.Attribute = CISS_ATTR_HEADOFQUEUE; in cpqary3_send_NOE_command()
187 cmdlist->Request.Type.Direction = CISS_XFER_READ; in cpqary3_send_NOE_command()
188 cmdlist->Request.CDB[0] = CISS_NEW_READ; in cpqary3_send_NOE_command()
189 cmdlist->Request.CDB[1] = BMIC_NOTIFY_ON_EVENT; in cpqary3_send_NOE_command()
190 cmdlist->Request.CDB[10] = (NOE_BUFFER_LENGTH >> 8) & 0xff; in cpqary3_send_NOE_command()
191 cmdlist->Request.CDB[11] = NOE_BUFFER_LENGTH & 0xff; in cpqary3_send_NOE_command()
250 cmdlist->Request.CDBLen = CISS_CANCEL_NOE_CDB_LEN; in cpqary3_disable_NOE_command()
251 cmdlist->Request.Timeout = 0; in cpqary3_disable_NOE_command()
252 cmdlist->Request.Type.Type = CISS_TYPE_CMD; in cpqary3_disable_NOE_command()
253 cmdlist->Request.Type.Attribute = CISS_ATTR_HEADOFQUEUE; in cpqary3_disable_NOE_command()
254 cmdlist->Request.Type.Direction = CISS_XFER_NONE; in cpqary3_disable_NOE_command()
255 cmdlist->Request.CDB[0] = ARRAY_WRITE; /* 0x27 */ in cpqary3_disable_NOE_command()
256 cmdlist->Request.CDB[6] = BMIC_CANCEL_NOTIFY_ON_EVENT; in cpqary3_disable_NOE_command()
550 if (cpqary3_cmdpvtp->cmdlist_memaddr->Request.CDB[6] == in cpqary3_noe_complete()