Searched refs:REQUEST_QUEUE_SIZE (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_init.h747 uint32_t req_q[REQUEST_QUEUE_SIZE / 4];
780 uint32_t req_q[REQUEST_QUEUE_SIZE / 4];
823 uint32_t req_q[REQUEST_QUEUE_SIZE / 4];
866 uint32_t req_q[REQUEST_QUEUE_SIZE / 4];
H A Dql_api.h384 #define REQUEST_QUEUE_SIZE (REQUEST_ENTRY_SIZE * REQUEST_ENTRY_CNT) macro
398 #define RESPONSE_Q_BUFFER_OFFSET (REQUEST_Q_BUFFER_OFFSET + REQUEST_QUEUE_SIZE)
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c2056 for (cnt = 0; cnt < REQUEST_QUEUE_SIZE / 4; cnt++) {
2357 for (cnt = 0; cnt < REQUEST_QUEUE_SIZE / 4; cnt++) {
2730 for (cnt = 0; cnt < REQUEST_QUEUE_SIZE / 4; cnt++) {
3106 for (cnt = 0; cnt < REQUEST_QUEUE_SIZE / 4; cnt++) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c1220 (REQUEST_QUEUE_SIZE + RESPONSE_QUEUE_SIZE) :
1221 (REQUEST_QUEUE_SIZE + RESPONSE_QUEUE_SIZE +
12242 for (cnt = 0; cnt < REQUEST_QUEUE_SIZE / 4; cnt++) {
12613 for (cnt = 0; cnt < REQUEST_QUEUE_SIZE / 4; cnt++) {
13072 for (cnt = 0; cnt < REQUEST_QUEUE_SIZE / 4; cnt++) {
H A Dql_init.c2212 ha->fw_transfer_size = REQUEST_QUEUE_SIZE;

Completed in 91 milliseconds