plat_type        2482 drivers/net/ethernet/sun/niu.c 	u8 plat_type = parent->plat_type;
plat_type        2486 drivers/net/ethernet/sun/niu.c 	if (plat_type == PLAT_TYPE_NIU) {
plat_type        2522 drivers/net/ethernet/sun/niu.c 			if (plat_type == PLAT_TYPE_VF_P0)
plat_type        2524 drivers/net/ethernet/sun/niu.c 			else if (plat_type == PLAT_TYPE_VF_P1)
plat_type        2543 drivers/net/ethernet/sun/niu.c 			if (plat_type == PLAT_TYPE_VF_P0 ||
plat_type        2544 drivers/net/ethernet/sun/niu.c 			    plat_type == PLAT_TYPE_VF_P1)
plat_type        2590 drivers/net/ethernet/sun/niu.c 	if (parent->plat_type == PLAT_TYPE_NIU) {
plat_type        3171 drivers/net/ethernet/sun/niu.c 		if (np->parent->plat_type != PLAT_TYPE_NIU) {
plat_type        3200 drivers/net/ethernet/sun/niu.c 		if (np->parent->plat_type != PLAT_TYPE_NIU) {
plat_type        5139 drivers/net/ethernet/sun/niu.c 	if (np->parent->plat_type != PLAT_TYPE_NIU) {
plat_type        5206 drivers/net/ethernet/sun/niu.c 	if (np->parent->plat_type != PLAT_TYPE_NIU) {
plat_type        6789 drivers/net/ethernet/sun/niu.c 	if (np->parent->plat_type != PLAT_TYPE_NIU)
plat_type        7907 drivers/net/ethernet/sun/niu.c 	if (np->parent->plat_type == PLAT_TYPE_NIU) {
plat_type        8515 drivers/net/ethernet/sun/niu.c 		if (parent->plat_type == PLAT_TYPE_NIU) {
plat_type        8799 drivers/net/ethernet/sun/niu.c 		parent->plat_type = PLAT_TYPE_ATCA_CP3220;
plat_type        8812 drivers/net/ethernet/sun/niu.c 		   (parent->plat_type == PLAT_TYPE_NIU)) {
plat_type        8832 drivers/net/ethernet/sun/niu.c 				parent->plat_type = PLAT_TYPE_VF_P0;
plat_type        8834 drivers/net/ethernet/sun/niu.c 				parent->plat_type = PLAT_TYPE_VF_P1;
plat_type        8857 drivers/net/ethernet/sun/niu.c 				parent->plat_type = PLAT_TYPE_VF_P0;
plat_type        8859 drivers/net/ethernet/sun/niu.c 				parent->plat_type = PLAT_TYPE_VF_P1;
plat_type        8879 drivers/net/ethernet/sun/niu.c 				parent->plat_type = PLAT_TYPE_VF_P0;
plat_type        8881 drivers/net/ethernet/sun/niu.c 				parent->plat_type = PLAT_TYPE_VF_P1;
plat_type        8900 drivers/net/ethernet/sun/niu.c 	if (parent->plat_type == PLAT_TYPE_NIU)
plat_type        9079 drivers/net/ethernet/sun/niu.c 	if (parent->plat_type == PLAT_TYPE_NIU) {
plat_type        9100 drivers/net/ethernet/sun/niu.c 		if (np->parent->plat_type != PLAT_TYPE_NIU) {
plat_type        9202 drivers/net/ethernet/sun/niu.c 	if (np->parent->plat_type == PLAT_TYPE_NIU)
plat_type        9278 drivers/net/ethernet/sun/niu.c 		if (np->parent->plat_type == PLAT_TYPE_NIU)
plat_type        9363 drivers/net/ethernet/sun/niu.c 	switch (p->plat_type) {
plat_type        9429 drivers/net/ethernet/sun/niu.c 	__ATTR(plat_type, 0444, show_plat_type, NULL),
plat_type        9465 drivers/net/ethernet/sun/niu.c 	p->plat_type = ptype;
plat_type        9474 drivers/net/ethernet/sun/niu.c 	if (p->plat_type == PLAT_TYPE_NIU)
plat_type        9682 drivers/net/ethernet/sun/niu.c 	if (np->parent->plat_type == PLAT_TYPE_ATCA_CP3220) {
plat_type        3097 drivers/net/ethernet/sun/niu.h 	u8			plat_type;