Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla4xxx/
Dql4_mbx.c795 ha->iocb_hiwat = mbox_sts[2]; in qla4xxx_get_firmware_status()
798 ha->iocb_hiwat)); in qla4xxx_get_firmware_status()
800 if (ha->iocb_hiwat > IOCB_HIWAT_CUSHION) in qla4xxx_get_firmware_status()
801 ha->iocb_hiwat -= IOCB_HIWAT_CUSHION; in qla4xxx_get_firmware_status()
806 if (ha->iocb_hiwat == 0) { in qla4xxx_get_firmware_status()
807 ha->iocb_hiwat = REQUEST_QUEUE_DEPTH / 4; in qla4xxx_get_firmware_status()
810 ha->iocb_hiwat)); in qla4xxx_get_firmware_status()
Dql4_iocb.c318 if ((ha->iocb_cnt + req_cnt) >= ha->iocb_hiwat) in qla4xxx_send_command_to_isp()
Dql4_def.h598 uint16_t iocb_hiwat; member