Home
last modified time | relevance | path

Searched refs:ISCSIT_RXPDU_QUEUE_LEN (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit.h62 #define ISCSIT_RXPDU_QUEUE_LEN 2048 macro
85 idm_pdu_t *cb_buffer[ISCSIT_RXPDU_QUEUE_LEN];
H A Discsit.c1335 ((cbuf->cb_num_elems > 0) && (i < ISCSIT_RXPDU_QUEUE_LEN)); in iscsit_conn_lost()
3173 index = ntohl(cmdsn) % ISCSIT_RXPDU_QUEUE_LEN; in iscsit_add_pdu_to_queue()
3199 index = cmdsn % ISCSIT_RXPDU_QUEUE_LEN; in iscsit_remove_pdu_from_queue()
3390 index = next_cmdsn % ISCSIT_RXPDU_QUEUE_LEN; in iscsit_rxpdu_queue_monitor_session()