Lines Matching refs:cur_msgout

723 		esp->cur_msgout[i] = 0;  in esp_initialize()
1004 esp->cur_msgout[0] = EXTENDED_MESSAGE; in build_sync_nego_msg()
1005 esp->cur_msgout[1] = 3; in build_sync_nego_msg()
1006 esp->cur_msgout[2] = EXTENDED_SDTR; in build_sync_nego_msg()
1007 esp->cur_msgout[3] = period; in build_sync_nego_msg()
1008 esp->cur_msgout[4] = offset; in build_sync_nego_msg()
1371 esp->cur_msgout[0] = ABORT; in esp_abort()
1999 esp->cur_msgout[0] = INITIATOR_ERROR; in esp_do_data_finale()
2068 esp->cur_msgout[0] = ABORT; in esp_do_data_finale()
2434 esp->cur_msgout[0] = message_out; in esp_do_status()
2492 switch(esp->cur_msgout[0]) { in esp_disconnect_amidst_phases()
2749 esp->seqreg && esp->cur_msgout[0] == EXTENDED_MESSAGE && in esp_select_complete()
3180 esp->cur_msgout[0] = message_out; in esp_do_msgindone()
3226 esp_write(eregs->esp_fdata, esp->cur_msgout[0]); in esp_do_msgout()
3232 esp_write(eregs->esp_fdata, esp->cur_msgout[0]); in esp_do_msgout()
3233 esp_write(eregs->esp_fdata, esp->cur_msgout[1]); in esp_do_msgout()
3236 esp->esp_command[0] = esp->cur_msgout[0]; in esp_do_msgout()
3237 esp->esp_command[1] = esp->cur_msgout[1]; in esp_do_msgout()
3247 esp_write(eregs->esp_fdata, esp->cur_msgout[0]); in esp_do_msgout()
3248 esp_write(eregs->esp_fdata, esp->cur_msgout[1]); in esp_do_msgout()
3249 esp_write(eregs->esp_fdata, esp->cur_msgout[2]); in esp_do_msgout()
3250 esp_write(eregs->esp_fdata, esp->cur_msgout[3]); in esp_do_msgout()
3253 esp->esp_command[0] = esp->cur_msgout[0]; in esp_do_msgout()
3254 esp->esp_command[1] = esp->cur_msgout[1]; in esp_do_msgout()
3255 esp->esp_command[2] = esp->cur_msgout[2]; in esp_do_msgout()
3256 esp->esp_command[3] = esp->cur_msgout[3]; in esp_do_msgout()
3266 esp_write(eregs->esp_fdata, esp->cur_msgout[0]); in esp_do_msgout()
3267 esp_write(eregs->esp_fdata, esp->cur_msgout[1]); in esp_do_msgout()
3268 esp_write(eregs->esp_fdata, esp->cur_msgout[2]); in esp_do_msgout()
3269 esp_write(eregs->esp_fdata, esp->cur_msgout[3]); in esp_do_msgout()
3270 esp_write(eregs->esp_fdata, esp->cur_msgout[4]); in esp_do_msgout()
3273 esp->esp_command[0] = esp->cur_msgout[0]; in esp_do_msgout()
3274 esp->esp_command[1] = esp->cur_msgout[1]; in esp_do_msgout()
3275 esp->esp_command[2] = esp->cur_msgout[2]; in esp_do_msgout()
3276 esp->esp_command[3] = esp->cur_msgout[3]; in esp_do_msgout()
3277 esp->esp_command[4] = esp->cur_msgout[4]; in esp_do_msgout()
3287 esp->cur_msgout[0] = NOP; in esp_do_msgout()
3288 esp_write(eregs->esp_fdata, esp->cur_msgout[0]); in esp_do_msgout()
3330 if(esp->cur_msgout[2] == EXTENDED_MESSAGE && in esp_do_msgoutdone()
3331 esp->cur_msgout[4] == EXTENDED_SDTR) { in esp_do_msgoutdone()
3335 esp->prevmsgout = esp->cur_msgout[0]; in esp_do_msgoutdone()