Home
last modified time | relevance | path

Searched refs:iocb_hiwat (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/qla4xxx/
Dql4_mbx.c701 ha->iocb_hiwat = mbox_sts[2]; in qla4xxx_get_firmware_status()
704 ha->iocb_hiwat)); in qla4xxx_get_firmware_status()
706 if (ha->iocb_hiwat > IOCB_HIWAT_CUSHION) in qla4xxx_get_firmware_status()
707 ha->iocb_hiwat -= IOCB_HIWAT_CUSHION; in qla4xxx_get_firmware_status()
712 if (ha->iocb_hiwat == 0) { in qla4xxx_get_firmware_status()
713 ha->iocb_hiwat = REQUEST_QUEUE_DEPTH / 4; in qla4xxx_get_firmware_status()
716 ha->iocb_hiwat)); in qla4xxx_get_firmware_status()
Dql4_iocb.c319 if ((ha->iocb_cnt + req_cnt) >= ha->iocb_hiwat) in qla4xxx_send_command_to_isp()
Dql4_def.h565 uint16_t iocb_hiwat; member