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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c119 ha->req_q_cnt = (uint16_t)(REQUEST_ENTRY_CNT -
204 if (ha->req_ring_index == REQUEST_ENTRY_CNT) {
292 (REQUEST_ENTRY_CNT -
386 if (ha->req_ring_index == REQUEST_ENTRY_CNT) {
568 if (ha->req_ring_index == REQUEST_ENTRY_CNT) {
H A Dql_init.c716 cnt = REQUEST_ENTRY_CNT;
1193 w1 = REQUEST_ENTRY_CNT;
2649 ha->req_q_cnt = REQUEST_ENTRY_CNT - 1;
H A Dql_api.c3815 for (cnt = 0; cnt < REQUEST_ENTRY_CNT; cnt++) {
/illumos-gate/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)

Completed in 87 milliseconds