aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/qede/base/ecore_iro_values.h
blob: c818b5809162c47d135693126dc9b422508f05e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/*
 * Copyright (c) 2016 QLogic Corporation.
 * All rights reserved.
 * www.qlogic.com
 *
 * See LICENSE.qede_pmd for copyright and licensing details.
 */

#ifndef __IRO_VALUES_H__
#define __IRO_VALUES_H__

static const struct iro iro_arr[44] = {
	{0x0, 0x0, 0x0, 0x0, 0x8},
	{0x4db0, 0x60, 0x0, 0x0, 0x60},
	{0x6418, 0x20, 0x0, 0x0, 0x20},
	{0x500, 0x8, 0x0, 0x0, 0x4},
	{0x480, 0x8, 0x0, 0x0, 0x4},
	{0x0, 0x8, 0x0, 0x0, 0x2},
	{0x80, 0x8, 0x0, 0x0, 0x2},
	{0x4938, 0x0, 0x0, 0x0, 0x78},
	{0x3df0, 0x0, 0x0, 0x0, 0x78},
	{0x29b0, 0x0, 0x0, 0x0, 0x78},
	{0x4d38, 0x0, 0x0, 0x0, 0x78},
	{0x56c8, 0x0, 0x0, 0x0, 0x78},
	{0x7e48, 0x0, 0x0, 0x0, 0x78},
	{0xa28, 0x8, 0x0, 0x0, 0x8},
	{0x61f8, 0x10, 0x0, 0x0, 0x10},
	{0xb500, 0x30, 0x0, 0x0, 0x30},
	{0x95b8, 0x30, 0x0, 0x0, 0x30},
	{0x5898, 0x40, 0x0, 0x0, 0x40},
	{0x1f8, 0x10, 0x0, 0x0, 0x8},
	{0xa228, 0x0, 0x0, 0x0, 0x4},
	{0x8050, 0x40, 0x0, 0x0, 0x30},
	{0xcf8, 0x8, 0x0, 0x0, 0x8},
	{0x2b48, 0x80, 0x0, 0x0, 0x38},
	{0xadf0, 0x0, 0x0, 0x0, 0xf0},
	{0xaee0, 0x8, 0x0, 0x0, 0x8},
	{0x80, 0x8, 0x0, 0x0, 0x8},
	{0xac0, 0x8, 0x0, 0x0, 0x8},
	{0x2578, 0x8, 0x0, 0x0, 0x8},
	{0x24f8, 0x8, 0x0, 0x0, 0x8},
	{0x0, 0x8, 0x0, 0x0, 0x8},
	{0x200, 0x10, 0x8, 0x0, 0x8},
	{0x17f8, 0x8, 0x0, 0x0, 0x2},
	{0x19f8, 0x10, 0x8, 0x0, 0x2},
	{0xd988, 0x38, 0x0, 0x0, 0x24},
	{0x11040, 0x10, 0x0, 0x0, 0x8},
	{0x11670, 0x38, 0x0, 0x0, 0x18},
	{0xaeb8, 0x30, 0x0, 0x0, 0x10},
	{0x86f8, 0x28, 0x0, 0x0, 0x18},
	{0xebf8, 0x10, 0x0, 0x0, 0x10},
	{0xde08, 0x40, 0x0, 0x0, 0x30},
	{0x121a0, 0x38, 0x0, 0x0, 0x8},
	{0xf060, 0x20, 0x0, 0x0, 0x20},
	{0x2b80, 0x80, 0x0, 0x0, 0x10},
	{0x50a0, 0x10, 0x0, 0x0, 0x10},
};

#endif /* __IRO_VALUES_H__ */