Home
last modified time | relevance | path

Searched refs:cur_msgout (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
DNCR53C9x.c723 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()
[all …]
Desp.c1058 esp->cur_msgout[i] = 0; in esp_init_swstate()
1509 esp->cur_msgout[0] = EXTENDED_MESSAGE; in build_sync_nego_msg()
1510 esp->cur_msgout[1] = 3; in build_sync_nego_msg()
1511 esp->cur_msgout[2] = EXTENDED_SDTR; in build_sync_nego_msg()
1512 esp->cur_msgout[3] = period; in build_sync_nego_msg()
1513 esp->cur_msgout[4] = offset; in build_sync_nego_msg()
1520 esp->cur_msgout[0] = EXTENDED_MESSAGE; in build_wide_nego_msg()
1521 esp->cur_msgout[1] = 2; in build_wide_nego_msg()
1522 esp->cur_msgout[2] = EXTENDED_WDTR; in build_wide_nego_msg()
1525 esp->cur_msgout[3] = 2; in build_wide_nego_msg()
[all …]
Desp.h179 u8 cur_msgout[16]; member
DNCR53C9x.h389 unchar cur_msgout[16]; member