Lines Matching refs:_n

72 #define	E1000_EITR(_n)	(0x01680 + (0x4 * (_n)))
118 #define E1000_RDFPCQ(_n) (0x02430 + (0x4 * (_n)))
136 * Note: "_n" is the queue number of the register to be written to.
141 #define E1000_RDBAL(_n) ((_n) < 4 ? \
142 (0x02800 + ((_n) * 0x100)) : \
143 (0x0C000 + ((_n) * 0x40)))
144 #define E1000_RDBAH(_n) ((_n) < 4 ? \
145 (0x02804 + ((_n) * 0x100)) : \
146 (0x0C004 + ((_n) * 0x40)))
147 #define E1000_RDLEN(_n) ((_n) < 4 ? \
148 (0x02808 + ((_n) * 0x100)) : \
149 (0x0C008 + ((_n) * 0x40)))
150 #define E1000_SRRCTL(_n) ((_n) < 4 ? \
151 (0x0280C + ((_n) * 0x100)) : \
152 (0x0C00C + ((_n) * 0x40)))
153 #define E1000_RDH(_n) ((_n) < 4 ? \
154 (0x02810 + ((_n) * 0x100)) : \
155 (0x0C010 + ((_n) * 0x40)))
156 #define E1000_RXCTL(_n) ((_n) < 4 ? \
157 (0x02814 + ((_n) * 0x100)) : \
158 (0x0C014 + ((_n) * 0x40)))
159 #define E1000_DCA_RXCTRL(_n) E1000_RXCTL(_n)
160 #define E1000_RDT(_n) ((_n) < 4 ? \
161 (0x02818 + ((_n) * 0x100)) : \
162 (0x0C018 + ((_n) * 0x40)))
163 #define E1000_RXDCTL(_n) ((_n) < 4 ? \
164 (0x02828 + ((_n) * 0x100)) : \
165 (0x0C028 + ((_n) * 0x40)))
166 #define E1000_RQDPC(_n) ((_n) < 4 ? \
167 (0x02830 + ((_n) * 0x100)) : \
168 (0x0C030 + ((_n) * 0x40)))
169 #define E1000_TDBAL(_n) ((_n) < 4 ? \
170 (0x03800 + ((_n) * 0x100)) : \
171 (0x0E000 + ((_n) * 0x40)))
172 #define E1000_TDBAH(_n) ((_n) < 4 ? \
173 (0x03804 + ((_n) * 0x100)) : \
174 (0x0E004 + ((_n) * 0x40)))
175 #define E1000_TDLEN(_n) ((_n) < 4 ? \
176 (0x03808 + ((_n) * 0x100)) : \
177 (0x0E008 + ((_n) * 0x40)))
178 #define E1000_TDH(_n) ((_n) < 4 ? \
179 (0x03810 + ((_n) * 0x100)) : \
180 (0x0E010 + ((_n) * 0x40)))
181 #define E1000_TXCTL(_n) ((_n) < 4 ? \
182 (0x03814 + ((_n) * 0x100)) : \
183 (0x0E014 + ((_n) * 0x40)))
184 #define E1000_DCA_TXCTRL(_n) E1000_TXCTL(_n)
185 #define E1000_TDT(_n) ((_n) < 4 ? \
186 (0x03818 + ((_n) * 0x100)) : \
187 (0x0E018 + ((_n) * 0x40)))
188 #define E1000_TXDCTL(_n) ((_n) < 4 ? \
189 (0x03828 + ((_n) * 0x100)) : \
190 (0x0E028 + ((_n) * 0x40)))
191 #define E1000_TDWBAL(_n) ((_n) < 4 ? \
192 (0x03838 + ((_n) * 0x100)) : \
193 (0x0E038 + ((_n) * 0x40)))
194 #define E1000_TDWBAH(_n) ((_n) < 4 ? \
195 (0x0383C + ((_n) * 0x100)) : \
196 (0x0E03C + ((_n) * 0x40)))
197 #define E1000_TARC(_n) (0x03840 + ((_n) * 0x100))
216 /* Packet Buffer DWORD (_n) */
217 #define E1000_PBSLAD(_n) (0x03110 + (0x4 * (_n)))
335 #define E1000_LSECRXOK(_n) (0x04360 + (0x04 * (_n)))
337 #define E1000_LSECRXINV(_n) (0x04380 + (0x04 * (_n)))
339 #define E1000_LSECRXNV(_n) (0x043A0 + (0x04 * (_n)))
358 #define E1000_LSECTXKEY0(_n) (0x0B020 + (0x04 * (_n)))
360 #define E1000_LSECTXKEY1(_n) (0x0B030 + (0x04 * (_n)))
362 #define E1000_LSECRXSA(_n) (0x0B310 + (0x04 * (_n)))
364 #define E1000_LSECRXPN(_n) (0x0B330 + (0x04 * (_n)))
366 * LinkSec Rx Keys - where _n is the SA no. and _m the 4 dwords of the 128 bit
369 #define E1000_LSECRXKEY(_n, _m) (0x0B350 + (0x10 * (_n)) + (0x04 * (_m)))
376 #define E1000_IPSRXIPADDR(_n) (0x0B420+ (0x04 * (_n)))
378 #define E1000_IPSRXKEY(_n) (0x0B410 + (0x04 * (_n)))
382 #define E1000_IPSTXKEY(_n) (0x0B460 + (0x04 * (_n)))
433 #define E1000_FHFT(_n) (0x09000 + (_n * 0x100))
435 #define E1000_FHFT_EXT(_n) (0x09A00 + (_n * 0x100))
501 #define E1000_V2PMAILBOX(_n) (0x00C40 + (4 * (_n)))
502 #define E1000_P2VMAILBOX(_n) (0x00C00 + (4 * (_n)))
503 #define E1000_VMBMEM(_n) (0x00800 + (64 * (_n)))
504 #define E1000_VFVMBMEM(_n) (0x00800 + (_n))
505 #define E1000_VMOLR(_n) (0x05AD0 + (4 * (_n)))
507 #define E1000_VLVF(_n) (0x05D00 + (4 * (_n)))
508 #define E1000_VMVIR(_n) (0x03700 + (4 * (_n)))
511 #define E1000_SAQF(_n) (0x05980 + (4 * (_n))) /* Source Address Queue Fltr */
512 #define E1000_DAQF(_n) (0x059A0 + (4 * (_n))) /* Dest Address Queue Fltr */
513 #define E1000_SPQF(_n) (0x059C0 + (4 * (_n))) /* Source Port Queue Fltr */
514 #define E1000_FTQF(_n) (0x059E0 + (4 * (_n))) /* 5-tuple Queue Fltr */
515 #define E1000_TTQF(_n) (0x059E0 + (4 * (_n))) /* 2-tuple Queue Fltr */
516 #define E1000_SYNQF(_n) (0x055FC + (4 * (_n))) /* SYN Packet Queue Fltr */
517 #define E1000_ETQF(_n) (0x05CB0 + (4 * (_n))) /* EType Queue Fltr */
525 #define E1000_RTTDTCRC(_n) (0x3610 + ((_n) * 4))
527 #define E1000_RTTPTCRC(_n) (0x3480 + ((_n) * 4))
529 #define E1000_RTRPTCRC(_n) (0x2480 + ((_n) * 4))
531 #define E1000_RTTDTCRS(_n) (0x3630 + ((_n) * 4))
533 #define E1000_RTTDTCRM(_n) (0x3650 + ((_n) * 4))
535 #define E1000_RTTPTCRS(_n) (0x34A0 + ((_n) * 4))
537 #define E1000_RTTPTCRM(_n) (0x34C0 + ((_n) * 4))
539 #define E1000_RTRPTCRS(_n) (0x24A0 + ((_n) * 4))
541 #define E1000_RTRPTCRM(_n) (0x24C0 + ((_n) * 4))
543 #define E1000_RTTDVMRM(_n) (0x3670 + ((_n) * 4))
545 #define E1000_RTTBCNRM(_n) (0x3690 + ((_n) * 4))