Symbol: REQUEST_ENTRY_SIZE
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18903
REQUEST_ENTRY_SIZE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18918
ha->req_q[0]->req_entry_cnt * REQUEST_ENTRY_SIZE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18951
ha->req_q[1]->req_entry_cnt * REQUEST_ENTRY_SIZE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18968
REQUEST_ENTRY_SIZE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22350
esize += ha->req_q[0]->req_entry_cnt * REQUEST_ENTRY_SIZE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22353
REQUEST_ENTRY_SIZE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
22377
for (i = 0; i < REQUEST_ENTRY_SIZE; i++) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
216
QL_DUMP_5((uint8_t *)pkt, 8, REQUEST_ENTRY_SIZE);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
220
(off_t)(req_q->req_ring_index * REQUEST_ENTRY_SIZE),
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
221
(size_t)REQUEST_ENTRY_SIZE, DDI_DMA_SYNC_FORDEV);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
411
QL_DUMP_5((uint8_t *)req_q->req_ring_ptr, 8, REQUEST_ENTRY_SIZE);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
415
(off_t)(req_q->req_ring_index * REQUEST_ENTRY_SIZE),
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
416
(size_t)REQUEST_ENTRY_SIZE, DDI_DMA_SYNC_FORDEV);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
610
(off_t)(req_q->req_ring_index * REQUEST_ENTRY_SIZE),
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
611
REQUEST_ENTRY_SIZE, DDI_DMA_SYNC_FORDEV);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
667
QL_DUMP_5((uint8_t *)pkt, 8, REQUEST_ENTRY_SIZE);
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_api.h
469
#define REQUEST_QUEUE_SIZE (REQUEST_ENTRY_SIZE * REQUEST_ENTRY_CNT)