Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_os.c2855 ha->max_exchg = FW_MAX_EXCHANGES_CNT; in qla2x00_probe_one()
4454 if (max_cnt > vha->hw->max_exchg) in qla2x00_number_of_exch()
4455 max_cnt = vha->hw->max_exchg; in qla2x00_number_of_exch()
4539 if (ha->max_exchg > in qla2x00_set_exchoffld_buffer()
4541 ha->max_exchg -= REDUCE_EXCHANGES_CNT; in qla2x00_set_exchoffld_buffer()
4542 } else if (ha->max_exchg > in qla2x00_set_exchoffld_buffer()
4544 ha->max_exchg -= 512; in qla2x00_set_exchoffld_buffer()
H A Dqla_def.h3924 uint16_t max_exchg; member