Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
Dqla_init.c1285 fcport->login_retry, fcport->fc4_type, vha->hw->fc4_type_priority, in qla24xx_async_prli()
2010 vha->hw->fc4_type_priority == FC4_PRIORITY_FCP ? in qla24xx_handle_prli_done_event()
2014 if (vha->hw->fc4_type_priority == FC4_PRIORITY_NVME) { in qla24xx_handle_prli_done_event()
2048 if (vha->hw->fc4_type_priority == FC4_PRIORITY_NVME) in qla24xx_handle_prli_done_event()
2360 ha->fc4_type_priority = FC4_PRIORITY_FCP; in qla2x00_initialize_adapter()
2364 if (ha->fc4_type_priority != FC4_PRIORITY_FCP && in qla2x00_initialize_adapter()
2365 ha->fc4_type_priority != FC4_PRIORITY_NVME) in qla2x00_initialize_adapter()
2366 ha->fc4_type_priority = FC4_PRIORITY_FCP; in qla2x00_initialize_adapter()
2369 ha->fc4_type_priority == FC4_PRIORITY_FCP ? "FCP" : "NVMe"); in qla2x00_initialize_adapter()
8816 ha->fc4_type_priority = qla2xxx_get_fc4_priority(vha); in qla81xx_nvram_config()
Dqla_def.h4582 uint8_t fc4_type_priority; member
5169 (ha->fc4_type_priority == FC4_PRIORITY_NVME)) || \