Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/scsi/qla2xxx/
Dqla_os.c3009 ha->max_exchg = FW_MAX_EXCHANGES_CNT; in qla2x00_probe_one()
4691 if (max_cnt > vha->hw->max_exchg) in qla2x00_number_of_exch()
4692 max_cnt = vha->hw->max_exchg; in qla2x00_number_of_exch()
4776 if (ha->max_exchg > in qla2x00_set_exchoffld_buffer()
4778 ha->max_exchg -= REDUCE_EXCHANGES_CNT; in qla2x00_set_exchoffld_buffer()
4779 } else if (ha->max_exchg > in qla2x00_set_exchoffld_buffer()
4781 ha->max_exchg -= 512; in qla2x00_set_exchoffld_buffer()
Dqla_def.h4155 uint16_t max_exchg; member