Go to the documentation of this file. 1 #ifndef ISCSI_THREAD_QUEUE_H
2 #define ISCSI_THREAD_QUEUE_H
23 #define TARGET_THREAD_SET_COUNT 4
25 #define ISCSI_RX_THREAD 1
26 #define ISCSI_TX_THREAD 2
27 #define ISCSI_RX_THREAD_NAME "iscsi_trx"
28 #define ISCSI_TX_THREAD_NAME "iscsi_ttx"
29 #define ISCSI_BLOCK_RX_THREAD 0x1
30 #define ISCSI_BLOCK_TX_THREAD 0x2
31 #define ISCSI_CLEAR_RX_THREAD 0x1
32 #define ISCSI_CLEAR_TX_THREAD 0x2
33 #define ISCSI_SIGNAL_RX_THREAD 0x1
34 #define ISCSI_SIGNAL_TX_THREAD 0x2
37 #define ISCSI_THREAD_SET_FREE 1
38 #define ISCSI_THREAD_SET_ACTIVE 2
39 #define ISCSI_THREAD_SET_DIE 3
40 #define ISCSI_THREAD_SET_RESET 4
41 #define ISCSI_THREAD_SET_DEALLOCATE_THREADS 5
44 #define ISCSI_TS_BITMAP_BITS 32768