Home
last modified time | relevance | path

Searched refs:REQUEST_ENTRY_SIZE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c216 QL_DUMP_5((uint8_t *)pkt, 8, REQUEST_ENTRY_SIZE); in ql_start_iocb()
220 (off_t)(req_q->req_ring_index * REQUEST_ENTRY_SIZE), in ql_start_iocb()
221 (size_t)REQUEST_ENTRY_SIZE, DDI_DMA_SYNC_FORDEV); in ql_start_iocb()
411 QL_DUMP_5((uint8_t *)req_q->req_ring_ptr, 8, REQUEST_ENTRY_SIZE); in ql_isp_cmd()
415 (off_t)(req_q->req_ring_index * REQUEST_ENTRY_SIZE), in ql_isp_cmd()
416 (size_t)REQUEST_ENTRY_SIZE, DDI_DMA_SYNC_FORDEV); in ql_isp_cmd()
610 (off_t)(req_q->req_ring_index * REQUEST_ENTRY_SIZE), in ql_continuation_iocb()
611 REQUEST_ENTRY_SIZE, DDI_DMA_SYNC_FORDEV); in ql_continuation_iocb()
667 QL_DUMP_5((uint8_t *)pkt, 8, REQUEST_ENTRY_SIZE); in ql_continuation_iocb()
H A Dql_api.c18903 REQUEST_ENTRY_SIZE; in ql_create_queues()
18918 ha->req_q[0]->req_entry_cnt * REQUEST_ENTRY_SIZE; in ql_create_queues()
18951 ha->req_q[1]->req_entry_cnt * REQUEST_ENTRY_SIZE; in ql_create_queues()
18968 REQUEST_ENTRY_SIZE; in ql_create_queues()
22350 esize += ha->req_q[0]->req_entry_cnt * REQUEST_ENTRY_SIZE; in ql_2700_dt_gque()
22353 REQUEST_ENTRY_SIZE; in ql_2700_dt_gque()
22377 for (i = 0; i < REQUEST_ENTRY_SIZE; i++) { in ql_2700_dt_gque()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h468 #define REQUEST_ENTRY_SIZE 64 macro
469 #define REQUEST_QUEUE_SIZE (REQUEST_ENTRY_SIZE * REQUEST_ENTRY_CNT)
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h2187 #define REQUEST_ENTRY_SIZE (sizeof (struct ob_mac_iocb_req)) macro