fip_dtype         408 drivers/scsi/fcoe/fcoe_ctlr.c 	sol->desc.mac.fd_desc.fip_dtype = FIP_DT_MAC;
fip_dtype         412 drivers/scsi/fcoe/fcoe_ctlr.c 	sol->desc.wwnn.fd_desc.fip_dtype = FIP_DT_NAME;
fip_dtype         417 drivers/scsi/fcoe/fcoe_ctlr.c 	sol->desc.size.fd_desc.fip_dtype = FIP_DT_FCOE_SIZE;
fip_dtype         568 drivers/scsi/fcoe/fcoe_ctlr.c 	kal->mac.fd_desc.fip_dtype = FIP_DT_MAC;
fip_dtype         573 drivers/scsi/fcoe/fcoe_ctlr.c 		vn->fd_desc.fip_dtype = FIP_DT_VN_ID;
fip_dtype         649 drivers/scsi/fcoe/fcoe_ctlr.c 	cap->encaps.fd_desc.fip_dtype = dtype;
fip_dtype         655 drivers/scsi/fcoe/fcoe_ctlr.c 		mac->fd_desc.fip_dtype = FIP_DT_MAC;
fip_dtype         924 drivers/scsi/fcoe/fcoe_ctlr.c 		if ((desc->fip_dtype < 32) &&
fip_dtype         925 drivers/scsi/fcoe/fcoe_ctlr.c 		    !(desc_mask & 1U << desc->fip_dtype)) {
fip_dtype         930 drivers/scsi/fcoe/fcoe_ctlr.c 		switch (desc->fip_dtype) {
fip_dtype         987 drivers/scsi/fcoe/fcoe_ctlr.c 					"in FIP adv\n", desc->fip_dtype);
fip_dtype         989 drivers/scsi/fcoe/fcoe_ctlr.c 			if (desc->fip_dtype < FIP_DT_NON_CRITICAL)
fip_dtype        1009 drivers/scsi/fcoe/fcoe_ctlr.c 			desc->fip_dtype, dlen);
fip_dtype        1170 drivers/scsi/fcoe/fcoe_ctlr.c 		if (desc->fip_dtype < 32) {
fip_dtype        1171 drivers/scsi/fcoe/fcoe_ctlr.c 			if ((desc->fip_dtype != FIP_DT_MAC) &&
fip_dtype        1172 drivers/scsi/fcoe/fcoe_ctlr.c 			    (desc_mask & 1U << desc->fip_dtype)) {
fip_dtype        1177 drivers/scsi/fcoe/fcoe_ctlr.c 			desc_mask |= (1 << desc->fip_dtype);
fip_dtype        1179 drivers/scsi/fcoe/fcoe_ctlr.c 		switch (desc->fip_dtype) {
fip_dtype        1224 drivers/scsi/fcoe/fcoe_ctlr.c 			els_dtype = desc->fip_dtype;
fip_dtype        1228 drivers/scsi/fcoe/fcoe_ctlr.c 					"in FIP adv\n", desc->fip_dtype);
fip_dtype        1230 drivers/scsi/fcoe/fcoe_ctlr.c 			if (desc->fip_dtype < FIP_DT_NON_CRITICAL)
fip_dtype        1297 drivers/scsi/fcoe/fcoe_ctlr.c 			desc->fip_dtype, dlen);
fip_dtype        1395 drivers/scsi/fcoe/fcoe_ctlr.c 		if ((desc->fip_dtype < 32) &&
fip_dtype        1396 drivers/scsi/fcoe/fcoe_ctlr.c 		    (desc->fip_dtype != FIP_DT_VN_ID) &&
fip_dtype        1397 drivers/scsi/fcoe/fcoe_ctlr.c 		    !(desc_mask & 1U << desc->fip_dtype)) {
fip_dtype        1402 drivers/scsi/fcoe/fcoe_ctlr.c 		switch (desc->fip_dtype) {
fip_dtype        1437 drivers/scsi/fcoe/fcoe_ctlr.c 			if (desc->fip_dtype < FIP_DT_NON_CRITICAL)
fip_dtype        2067 drivers/scsi/fcoe/fcoe_ctlr.c 	frame->mac.fd_desc.fip_dtype = FIP_DT_MAC;
fip_dtype        2071 drivers/scsi/fcoe/fcoe_ctlr.c 	frame->wwnn.fd_desc.fip_dtype = FIP_DT_NAME;
fip_dtype        2075 drivers/scsi/fcoe/fcoe_ctlr.c 	frame->vn.fd_desc.fip_dtype = FIP_DT_VN_ID;
fip_dtype        2088 drivers/scsi/fcoe/fcoe_ctlr.c 		ff->fd_desc.fip_dtype = FIP_DT_FC4F;
fip_dtype        2101 drivers/scsi/fcoe/fcoe_ctlr.c 		size->fd_desc.fip_dtype = FIP_DT_FCOE_SIZE;
fip_dtype        2318 drivers/scsi/fcoe/fcoe_ctlr.c 		dtype = desc->fip_dtype;
fip_dtype        2838 drivers/scsi/fcoe/fcoe_ctlr.c 		dtype = desc->fip_dtype;
fip_dtype        2935 drivers/scsi/fcoe/fcoe_ctlr.c 	frame->mac.fd_desc.fip_dtype = FIP_DT_MAC;
fip_dtype        2939 drivers/scsi/fcoe/fcoe_ctlr.c 	frame->vlan.fd_desc.fip_dtype = FIP_DT_VLAN;
fip_dtype         344 drivers/scsi/fnic/fnic_fcs.c 	if (desc->fip_dtype == FIP_DT_FLOGI) {
fip_dtype         352 drivers/scsi/fnic/fnic_fcs.c 		els_dtype = desc->fip_dtype;
fip_dtype         408 drivers/scsi/fnic/fnic_fcs.c 	vlan->desc.mac.fd_desc.fip_dtype = FIP_DT_MAC;
fip_dtype         412 drivers/scsi/fnic/fnic_fcs.c 	vlan->desc.wwnn.fd_desc.fip_dtype = FIP_DT_NAME;
fip_dtype         456 drivers/scsi/fnic/fnic_fcs.c 		switch (desc->fip_dtype) {
fip_dtype          45 drivers/scsi/qedf/qedf_fip.c 	vlan->desc.mac.fd_desc.fip_dtype = FIP_DT_MAC;
fip_dtype          49 drivers/scsi/qedf/qedf_fip.c 	vlan->desc.wwnn.fd_desc.fip_dtype = FIP_DT_NAME;
fip_dtype          94 drivers/scsi/qedf/qedf_fip.c 		switch (desc->fip_dtype) {
fip_dtype         235 drivers/scsi/qedf/qedf_fip.c 			switch (desc->fip_dtype) {
fip_dtype         134 include/scsi/fc/fc_fip.h 	__u8	fip_dtype;		/* type - see below */