Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/qla4xxx/
Dql4_mbx.c791 ha->iocb_hiwat = mbox_sts[2]; in qla4xxx_get_firmware_status()
794 ha->iocb_hiwat)); in qla4xxx_get_firmware_status()
796 if (ha->iocb_hiwat > IOCB_HIWAT_CUSHION) in qla4xxx_get_firmware_status()
797 ha->iocb_hiwat -= IOCB_HIWAT_CUSHION; in qla4xxx_get_firmware_status()
802 if (ha->iocb_hiwat == 0) { in qla4xxx_get_firmware_status()
803 ha->iocb_hiwat = REQUEST_QUEUE_DEPTH / 4; in qla4xxx_get_firmware_status()
806 ha->iocb_hiwat)); in qla4xxx_get_firmware_status()
Dql4_iocb.c317 if ((ha->iocb_cnt + req_cnt) >= ha->iocb_hiwat) in qla4xxx_send_command_to_isp()
Dql4_def.h606 uint16_t iocb_hiwat; member