Searched refs:RESPONSE_ENTRY_CNT (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h377 #define RESPONSE_ENTRY_CNT 256 /* Response entries (1-65535) */ macro
387 #define RESPONSE_QUEUE_SIZE (RESPONSE_ENTRY_SIZE * RESPONSE_ENTRY_CNT)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1551 if (ha->isp_rsp_index >= RESPONSE_ENTRY_CNT) {
1570 ((uint32_t)(RESPONSE_ENTRY_CNT - ha->rsp_ring_index) *
1575 ((uint32_t)(RESPONSE_ENTRY_CNT - ha->rsp_ring_index) *
1602 if (ha->rsp_ring_index == RESPONSE_ENTRY_CNT) {
H A Dql_init.c719 cnt = RESPONSE_ENTRY_CNT;
1196 w1 = RESPONSE_ENTRY_CNT;

Completed in 63 milliseconds