Searched refs:REQUEST_ENTRY_SIZE (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_iocb.c | 194 QL_DUMP_5((uint8_t *)pkt, 8, REQUEST_ENTRY_SIZE); in ql_start_iocb() 198 (off_t)(ha->req_ring_index * REQUEST_ENTRY_SIZE + in ql_start_iocb() 199 REQUEST_Q_BUFFER_OFFSET), (size_t)REQUEST_ENTRY_SIZE, in ql_start_iocb() 307 for (cnt = 0; cnt < REQUEST_ENTRY_SIZE/4; cnt++) { in ql_req_pkt() 376 QL_DUMP_5((uint8_t *)ha->request_ring_ptr, 8, REQUEST_ENTRY_SIZE); in ql_isp_cmd() 380 (off_t)(ha->req_ring_index * REQUEST_ENTRY_SIZE + in ql_isp_cmd() 381 REQUEST_Q_BUFFER_OFFSET), (size_t)REQUEST_ENTRY_SIZE, in ql_isp_cmd() 562 (off_t)(ha->req_ring_index * REQUEST_ENTRY_SIZE + in ql_continuation_iocb() 563 REQUEST_Q_BUFFER_OFFSET), REQUEST_ENTRY_SIZE, in ql_continuation_iocb() 620 QL_DUMP_5((uint8_t *)pkt, 8, REQUEST_ENTRY_SIZE); in ql_continuation_iocb()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 383 #define REQUEST_ENTRY_SIZE 64 macro 384 #define REQUEST_QUEUE_SIZE (REQUEST_ENTRY_SIZE * REQUEST_ENTRY_CNT)
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge_hw.h | 2187 #define REQUEST_ENTRY_SIZE (sizeof (struct ob_mac_iocb_req)) macro
|