fc4_type         1312 drivers/scsi/bfa/bfa_fc.h 	__be32	fc4_type[8];	/* fc4 types */
fc4_type         1326 drivers/scsi/bfa/bfa_fc.h 	u32	fc4_type:8;		/* corresponding FC4 Type */
fc4_type         1336 drivers/scsi/bfa/bfa_fc.h 	u8	fc4_type;	/* FC_TYPE_FCP for SCSI devices */
fc4_type         1076 drivers/scsi/bfa/bfa_fcbuild.c 	rftid->fc4_type[index] = cpu_to_be32(type_value);
fc4_type         1095 drivers/scsi/bfa/bfa_fcbuild.c 	memcpy((void *)rftid->fc4_type, (void *)fc4_bitmap,
fc4_type         1103 drivers/scsi/bfa/bfa_fcbuild.c 	       u8 fc4_type, u8 fc4_ftrs)
fc4_type         1116 drivers/scsi/bfa/bfa_fcbuild.c 	rffid->fc4_type	    = fc4_type;
fc4_type         1165 drivers/scsi/bfa/bfa_fcbuild.c fc_gid_ft_build(struct fchs_s *fchs, void *pyld, u32 s_id, u8 fc4_type)
fc4_type         1177 drivers/scsi/bfa/bfa_fcbuild.c 	gidft->fc4_type = fc4_type;
fc4_type         1294 drivers/scsi/bfa/bfa_fcbuild.c fc_get_fc4type_bitmask(u8 fc4_type, u8 *bit_mask)
fc4_type         1304 drivers/scsi/bfa/bfa_fcbuild.c 	index = fc4_type >> 5;
fc4_type         1305 drivers/scsi/bfa/bfa_fcbuild.c 	type_value = 1 << (fc4_type % 32);
fc4_type          172 drivers/scsi/bfa/bfa_fcbuild.h 			u16 ox_id, u8 fc4_type, u8 fc4_ftrs);
fc4_type          237 drivers/scsi/bfa/bfa_fcbuild.h 				u8 fc4_type);
fc4_type          265 drivers/scsi/bfa/bfa_fcbuild.h void		fc_get_fc4type_bitmask(u8 fc4_type, u8 *bit_mask);
fc4_type          303 drivers/scsi/csiostor/csio_lnode.c 	uint8_t *fc4_type;
fc4_type          339 drivers/scsi/csiostor/csio_lnode.c 	fc4_type = &buf[0];
fc4_type          340 drivers/scsi/csiostor/csio_lnode.c 	memset(fc4_type, 0, FC_FDMI_PORT_ATTR_FC4TYPES_LEN);
fc4_type          341 drivers/scsi/csiostor/csio_lnode.c 	fc4_type[2] = 1;
fc4_type          342 drivers/scsi/csiostor/csio_lnode.c 	fc4_type[7] = 1;
fc4_type          344 drivers/scsi/csiostor/csio_lnode.c 			   fc4_type, FC_FDMI_PORT_ATTR_FC4TYPES_LEN);
fc4_type          460 drivers/scsi/lpfc/lpfc_ct.c lpfc_prep_node_fc4type(struct lpfc_vport *vport, uint32_t Did, uint8_t fc4_type)
fc4_type          475 drivers/scsi/lpfc/lpfc_ct.c 			if (fc4_type == FC_TYPE_FCP)
fc4_type          478 drivers/scsi/lpfc/lpfc_ct.c 			if (fc4_type == FC_TYPE_NVME)
fc4_type          523 drivers/scsi/lpfc/lpfc_ct.c 				if (fc4_type == FC_TYPE_FCP)
fc4_type          525 drivers/scsi/lpfc/lpfc_ct.c 				if (fc4_type == FC_TYPE_NVME)
fc4_type          548 drivers/scsi/lpfc/lpfc_ct.c lpfc_ns_rsp_audit_did(struct lpfc_vport *vport, uint32_t Did, uint8_t fc4_type)
fc4_type          561 drivers/scsi/lpfc/lpfc_ct.c 			 str, Did, fc4_type,
fc4_type          562 drivers/scsi/lpfc/lpfc_ct.c 			 (fc4_type == FC_TYPE_FCP) ?  "FCP" : " ",
fc4_type          563 drivers/scsi/lpfc/lpfc_ct.c 			 (fc4_type == FC_TYPE_NVME) ?  "NVME" : " ");
fc4_type          573 drivers/scsi/lpfc/lpfc_ct.c 			lpfc_prep_node_fc4type(vport, Did, fc4_type);
fc4_type          592 drivers/scsi/lpfc/lpfc_ct.c lpfc_ns_rsp(struct lpfc_vport *vport, struct lpfc_dmabuf *mp, uint8_t fc4_type,
fc4_type          628 drivers/scsi/lpfc/lpfc_ct.c 			lpfc_ns_rsp_audit_did(vport, Did, fc4_type);
fc4_type         2283 drivers/scsi/qla2xxx/qla_def.h 	uint8_t fc4_type;
fc4_type         2454 drivers/scsi/qla2xxx/qla_def.h 	uint8_t fc4_type;
fc4_type         2840 drivers/scsi/qla2xxx/qla_def.h 			uint8_t fc4_type;
fc4_type         3329 drivers/scsi/qla2xxx/qla_def.h 			u8 fc4_type;
fc4_type         3341 drivers/scsi/qla2xxx/qla_def.h 			u8 fc4_type;
fc4_type          250 drivers/scsi/qla2xxx/qla_gs.c 		fcport->fc4_type = (ct_rsp->rsp.ga_nxt.fc4_types[2] & BIT_0) ?
fc4_type          729 drivers/scsi/qla2xxx/qla_gs.c 	ct_req->req.rff_id.fc4_type = fc4type;		/* SCSI - FCP */
fc4_type         2896 drivers/scsi/qla2xxx/qla_gs.c 		list[i].fc4_type = FC4_TYPE_UNKNOWN;
fc4_type         2937 drivers/scsi/qla2xxx/qla_gs.c 				list[i].fc4_type = FC4_TYPE_FCP_SCSI;
fc4_type         2939 drivers/scsi/qla2xxx/qla_gs.c 				list[i].fc4_type = FC4_TYPE_OTHER;
fc4_type         3453 drivers/scsi/qla2xxx/qla_gs.c 			fcport->fc4_type =
fc4_type         3455 drivers/scsi/qla2xxx/qla_gs.c 			fcport->fc4_type &= 0xf;
fc4_type         3755 drivers/scsi/qla2xxx/qla_gs.c 	e->u.gpnft.fc4_type = FC4_TYPE_NVME;
fc4_type         3773 drivers/scsi/qla2xxx/qla_gs.c 	u8 fc4_type = sp->gen2;
fc4_type         3792 drivers/scsi/qla2xxx/qla_gs.c 		if (fc4_type == FC4_TYPE_FCP_SCSI) {
fc4_type         3863 drivers/scsi/qla2xxx/qla_gs.c 	u8 fc4_type = sp->gen2;
fc4_type         3909 drivers/scsi/qla2xxx/qla_gs.c 	if ((fc4_type == FC4_TYPE_FCP_SCSI) && vha->flags.nvme_enabled &&
fc4_type         3948 drivers/scsi/qla2xxx/qla_gs.c     u8 fc4_type)
fc4_type         3978 drivers/scsi/qla2xxx/qla_gs.c 	    __func__, fc4_type, sp->name, sp->u.iocb_cmd.u.ctarg.rsp_size,
fc4_type         3984 drivers/scsi/qla2xxx/qla_gs.c 	sp->gen2 = fc4_type;
fc4_type         3998 drivers/scsi/qla2xxx/qla_gs.c 	ct_req->req.gpn_ft.port_type = fc4_type;
fc4_type         4056 drivers/scsi/qla2xxx/qla_gs.c int qla24xx_async_gpnft(scsi_qla_host_t *vha, u8 fc4_type, srb_t *sp)
fc4_type         4079 drivers/scsi/qla2xxx/qla_gs.c 	if (fc4_type == FC4_TYPE_FCP_SCSI) {
fc4_type         4148 drivers/scsi/qla2xxx/qla_gs.c 	sp->gen2 = fc4_type;
fc4_type         4162 drivers/scsi/qla2xxx/qla_gs.c 	ct_req->req.gpn_ft.port_type = fc4_type;
fc4_type          753 drivers/scsi/qla2xxx/qla_init.c 			fcport->fc4_type &= ~FS_FC4TYPE_FCP;
fc4_type          754 drivers/scsi/qla2xxx/qla_init.c 			fcport->fc4_type |= FS_FC4TYPE_NVME;
fc4_type          756 drivers/scsi/qla2xxx/qla_init.c 			fcport->fc4_type |= FS_FC4TYPE_FCP;
fc4_type          757 drivers/scsi/qla2xxx/qla_init.c 			fcport->fc4_type &= ~FS_FC4TYPE_NVME;
fc4_type         1675 drivers/scsi/qla2xxx/qla_init.c     u8 *port_name, u8 *node_name, void *pla, u8 fc4_type)
fc4_type         1685 drivers/scsi/qla2xxx/qla_init.c 	e->u.new_sess.fc4_type = fc4_type;
fc4_type         5740 drivers/scsi/qla2xxx/qla_init.c 				new_fcport->fc4_type = swl[swl_idx].fc4_type;
fc4_type         5803 drivers/scsi/qla2xxx/qla_init.c 		    (new_fcport->fc4_type != FC4_TYPE_FCP_SCSI &&
fc4_type         5804 drivers/scsi/qla2xxx/qla_init.c 		    new_fcport->fc4_type != FC4_TYPE_UNKNOWN))
fc4_type         5057 drivers/scsi/qla2xxx/qla_os.c 			if (e->u.new_sess.fc4_type == FS_FC4TYPE_FCP)
fc4_type         5058 drivers/scsi/qla2xxx/qla_os.c 				fcport->fc4_type = FC4_TYPE_FCP_SCSI;
fc4_type         5060 drivers/scsi/qla2xxx/qla_os.c 			if (e->u.new_sess.fc4_type == FS_FC4TYPE_NVME) {
fc4_type         5061 drivers/scsi/qla2xxx/qla_os.c 				fcport->fc4_type = FC4_TYPE_OTHER;
fc4_type         5068 drivers/scsi/qla2xxx/qla_os.c 			if (e->u.new_sess.fc4_type & FS_FCP_IS_N2N)
fc4_type         5288 drivers/scsi/qla2xxx/qla_os.c 			qla24xx_async_gpnft(vha, e->u.gpnft.fc4_type,