Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c119 ha->req_q_cnt = (uint16_t)(REQUEST_ENTRY_CNT - in ql_start_iocb()
204 if (ha->req_ring_index == REQUEST_ENTRY_CNT) { in ql_start_iocb()
292 (REQUEST_ENTRY_CNT - in ql_req_pkt()
386 if (ha->req_ring_index == REQUEST_ENTRY_CNT) { in ql_isp_cmd()
568 if (ha->req_ring_index == REQUEST_ENTRY_CNT) { in ql_continuation_iocb()
H A Dql_init.c716 cnt = REQUEST_ENTRY_CNT; in ql_nvram_config()
1193 w1 = REQUEST_ENTRY_CNT; in ql_nvram_24xx_config()
2649 ha->req_q_cnt = REQUEST_ENTRY_CNT - 1; in ql_init_rings()
H A Dql_api.c3815 for (cnt = 0; cnt < REQUEST_ENTRY_CNT; cnt++) { in ql_abort()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h376 #define REQUEST_ENTRY_CNT 512 /* Request entries (205-65535) */ macro
384 #define REQUEST_QUEUE_SIZE (REQUEST_ENTRY_SIZE * REQUEST_ENTRY_CNT)