Searched refs:RESPONSE_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.h748 uint32_t rsp_q[RESPONSE_QUEUE_SIZE / 4];
781 uint32_t rsp_q[RESPONSE_QUEUE_SIZE / 4];
824 uint32_t rsp_q[RESPONSE_QUEUE_SIZE / 4];
867 uint32_t rsp_q[RESPONSE_QUEUE_SIZE / 4];
H A Dql_api.h387 #define RESPONSE_QUEUE_SIZE (RESPONSE_ENTRY_SIZE * RESPONSE_ENTRY_CNT) macro
399 #define RCVBUF_Q_BUFFER_OFFSET (RESPONSE_Q_BUFFER_OFFSET + RESPONSE_QUEUE_SIZE)
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c2065 for (cnt = 0; cnt < RESPONSE_QUEUE_SIZE / 4; cnt++) {
2366 for (cnt = 0; cnt < RESPONSE_QUEUE_SIZE / 4; cnt++) {
2739 for (cnt = 0; cnt < RESPONSE_QUEUE_SIZE / 4; cnt++) {
3115 for (cnt = 0; cnt < RESPONSE_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 +
12253 for (cnt = 0; cnt < RESPONSE_QUEUE_SIZE / 4; cnt++) {
12624 for (cnt = 0; cnt < RESPONSE_QUEUE_SIZE / 4; cnt++) {
13083 for (cnt = 0; cnt < RESPONSE_QUEUE_SIZE / 4; cnt++) {
H A Dql_isr.c2083 RESPONSE_QUEUE_SIZE,

Completed in 94 milliseconds