Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_gs.c683 u8 fc4feature, u8 fc4type) in qla_async_rffid() argument
731 ct_req->req.rff_id.fc4_type = fc4type; /* SCSI-FCP or FC-NVMe */ in qla_async_rffid()
739 sp->name, sp->handle, d_id->b24, fc4feature, fc4type); in qla_async_rffid()
3264 fcport->fc4_type = rp->fc4type; in qla24xx_async_gnnft_done()
3296 rp->node_name, NULL, rp->fc4type); in qla24xx_async_gnnft_done()
3454 rp->fc4type = FS_FC4TYPE_FCP; in qla2x00_find_free_fcp_nvme_slot()
3477 rp->fc4type |= FS_FC4TYPE_NVME; in qla2x00_find_free_fcp_nvme_slot()
3493 rp->fc4type = in qla2x00_find_free_fcp_nvme_slot()
H A Dqla_def.h3307 enum fc4type_t fc4type; member