Home
last modified time | relevance | path

Searched refs:IOCB_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.h249 #define IOCB_SIZE 64 macro
275 uint8_t buf[IOCB_SIZE];
524 (REQUEST_QUEUE_ENTRIES * IOCB_SIZE))
526 (RESPONSE_QUEUE_ENTRIES * IOCB_SIZE))
528 (ATIO_QUEUE_ENTRIES * IOCB_SIZE))
531 (PRIORITY_QUEUE_ENTRIES * IOCB_SIZE))
537 #define REQUEST_QUEUE_MQ_SIZE (REQUEST_QUEUE_MQ_ENTRIES * IOCB_SIZE)
540 #define RESPONSE_QUEUE_MQ_SIZE (RESPONSE_QUEUE_MQ_ENTRIES * IOCB_SIZE)
H A Dqlt.c4123 bzero(req, IOCB_SIZE); in qlt_msix_default_handler()
4452 bzero(req, IOCB_SIZE); in qlt_isr()
5260 bzero(req, IOCB_SIZE); in qlt_deregister_remote_port()
5321 if (payload_size > ((uint32_t)resp[1] * IOCB_SIZE - 0x2C)) { in qlt_handle_purex()
5370 if (off >= IOCB_SIZE) { in qlt_handle_purex()
5473 bzero(req, IOCB_SIZE); in qlt_xfer_scsi_data()
5519 req += IOCB_SIZE; in qlt_xfer_scsi_data()
5521 (ent_cnt * IOCB_SIZE))) { in qlt_xfer_scsi_data()
5558 resid = (size_t)((uintptr_t)(req+IOCB_SIZE) - in qlt_xfer_scsi_data()
5560 ASSERT(resid < IOCB_SIZE); in qlt_xfer_scsi_data()
[all …]