Lines Matching refs:__value
202 #define SET_TX_DESC_PKT_SIZE(__txdesc, __value) \ argument
203 SET_BITS_TO_LE_4BYTE(__txdesc, 0, 16, __value)
204 #define SET_TX_DESC_OFFSET(__txdesc, __value) \ argument
205 SET_BITS_TO_LE_4BYTE(__txdesc, 16, 8, __value)
206 #define SET_TX_DESC_BMC(__txdesc, __value) \ argument
207 SET_BITS_TO_LE_4BYTE(__txdesc, 24, 1, __value)
208 #define SET_TX_DESC_HTC(__txdesc, __value) \ argument
209 SET_BITS_TO_LE_4BYTE(__txdesc, 25, 1, __value)
210 #define SET_TX_DESC_LAST_SEG(__txdesc, __value) \ argument
211 SET_BITS_TO_LE_4BYTE(__txdesc, 26, 1, __value)
212 #define SET_TX_DESC_FIRST_SEG(__txdesc, __value) \ argument
213 SET_BITS_TO_LE_4BYTE(__txdesc, 27, 1, __value)
214 #define SET_TX_DESC_LINIP(__txdesc, __value) \ argument
215 SET_BITS_TO_LE_4BYTE(__txdesc, 28, 1, __value)
216 #define SET_TX_DESC_NO_ACM(__txdesc, __value) \ argument
217 SET_BITS_TO_LE_4BYTE(__txdesc, 29, 1, __value)
218 #define SET_TX_DESC_GF(__txdesc, __value) \ argument
219 SET_BITS_TO_LE_4BYTE(__txdesc, 30, 1, __value)
220 #define SET_TX_DESC_OWN(__txdesc, __value) \ argument
221 SET_BITS_TO_LE_4BYTE(__txdesc, 31, 1, __value)
225 #define SET_TX_DESC_MACID(__txdesc, __value) \ argument
226 SET_BITS_TO_LE_4BYTE(__txdesc + 4, 0, 5, __value)
227 #define SET_TX_DESC_AGG_ENABLE(__txdesc, __value) \ argument
228 SET_BITS_TO_LE_4BYTE(__txdesc + 4, 5, 1, __value)
229 #define SET_TX_DESC_AGG_BREAK(__txdesc, __value) \ argument
230 SET_BITS_TO_LE_4BYTE(__txdesc + 4, 6, 1, __value)
231 #define SET_TX_DESC_RDG_ENABLE(__txdesc, __value) \ argument
232 SET_BITS_TO_LE_4BYTE(__txdesc + 4, 7, 1, __value)
233 #define SET_TX_DESC_QUEUE_SEL(__txdesc, __value) \ argument
234 SET_BITS_TO_LE_4BYTE(__txdesc + 4, 8, 5, __value)
235 #define SET_TX_DESC_RDG_NAV_EXT(__txdesc, __value) \ argument
236 SET_BITS_TO_LE_4BYTE(__txdesc + 4, 13, 1, __value)
237 #define SET_TX_DESC_LSIG_TXOP_EN(__txdesc, __value) \ argument
238 SET_BITS_TO_LE_4BYTE(__txdesc + 4, 14, 1, __value)
239 #define SET_TX_DESC_PIFS(__txdesc, __value) \ argument
240 SET_BITS_TO_LE_4BYTE(__txdesc + 4, 15, 1, __value)
241 #define SET_TX_DESC_RATE_ID(__txdesc, __value) \ argument
242 SET_BITS_TO_LE_4BYTE(__txdesc + 4, 16, 4, __value)
243 #define SET_TX_DESC_RA_BRSR_ID(__txdesc, __value) \ argument
244 SET_BITS_TO_LE_4BYTE(__txdesc + 4, 16, 4, __value)
245 #define SET_TX_DESC_NAV_USE_HDR(__txdesc, __value) \ argument
246 SET_BITS_TO_LE_4BYTE(__txdesc + 4, 20, 1, __value)
247 #define SET_TX_DESC_EN_DESC_ID(__txdesc, __value) \ argument
248 SET_BITS_TO_LE_4BYTE(__txdesc + 4, 21, 1, __value)
249 #define SET_TX_DESC_SEC_TYPE(__txdesc, __value) \ argument
250 SET_BITS_TO_LE_4BYTE(__txdesc + 4, 22, 2, __value)
251 #define SET_TX_DESC_PKT_OFFSET(__txdesc, __value) \ argument
252 SET_BITS_TO_LE_4BYTE(__txdesc + 4, 26, 5, __value)
255 #define SET_TX_DESC_RTS_RC(__txdesc, __value) \ argument
256 SET_BITS_TO_LE_4BYTE(__txdesc + 8, 0, 6, __value)
257 #define SET_TX_DESC_DATA_RC(__txdesc, __value) \ argument
258 SET_BITS_TO_LE_4BYTE(__txdesc + 8, 6, 6, __value)
259 #define SET_TX_DESC_BAR_RTY_TH(__txdesc, __value) \ argument
260 SET_BITS_TO_LE_4BYTE(__txdesc + 8, 14, 2, __value)
261 #define SET_TX_DESC_MORE_FRAG(__txdesc, __value) \ argument
262 SET_BITS_TO_LE_4BYTE(__txdesc + 8, 17, 1, __value)
263 #define SET_TX_DESC_RAW(__txdesc, __value) \ argument
264 SET_BITS_TO_LE_4BYTE(__txdesc + 8, 18, 1, __value)
265 #define SET_TX_DESC_CCX(__txdesc, __value) \ argument
266 SET_BITS_TO_LE_4BYTE(__txdesc + 8, 19, 1, __value)
267 #define SET_TX_DESC_AMPDU_DENSITY(__txdesc, __value) \ argument
268 SET_BITS_TO_LE_4BYTE(__txdesc + 8, 20, 3, __value)
269 #define SET_TX_DESC_ANTSEL_A(__txdesc, __value) \ argument
270 SET_BITS_TO_LE_4BYTE(__txdesc + 8, 24, 1, __value)
271 #define SET_TX_DESC_ANTSEL_B(__txdesc, __value) \ argument
272 SET_BITS_TO_LE_4BYTE(__txdesc + 8, 25, 1, __value)
273 #define SET_TX_DESC_TX_ANT_CCK(__txdesc, __value) \ argument
274 SET_BITS_TO_LE_4BYTE(__txdesc + 8, 26, 2, __value)
275 #define SET_TX_DESC_TX_ANTL(__txdesc, __value) \ argument
276 SET_BITS_TO_LE_4BYTE(__txdesc + 8, 28, 2, __value)
277 #define SET_TX_DESC_TX_ANT_HT(__txdesc, __value) \ argument
278 SET_BITS_TO_LE_4BYTE(__txdesc + 8, 30, 2, __value)
281 #define SET_TX_DESC_NEXT_HEAP_PAGE(__txdesc, __value) \ argument
282 SET_BITS_TO_LE_4BYTE(__txdesc + 12, 0, 8, __value)
283 #define SET_TX_DESC_TAIL_PAGE(__txdesc, __value) \ argument
284 SET_BITS_TO_LE_4BYTE(__txdesc + 12, 8, 8, __value)
285 #define SET_TX_DESC_SEQ(__txdesc, __value) \ argument
286 SET_BITS_TO_LE_4BYTE(__txdesc + 12, 16, 12, __value)
287 #define SET_TX_DESC_PKT_ID(__txdesc, __value) \ argument
288 SET_BITS_TO_LE_4BYTE(__txdesc + 12, 28, 4, __value)
291 #define SET_TX_DESC_RTS_RATE(__txdesc, __value) \ argument
292 SET_BITS_TO_LE_4BYTE(__txdesc + 16, 0, 5, __value)
293 #define SET_TX_DESC_AP_DCFE(__txdesc, __value) \ argument
294 SET_BITS_TO_LE_4BYTE(__txdesc + 16, 5, 1, __value)
295 #define SET_TX_DESC_QOS(__txdesc, __value) \ argument
296 SET_BITS_TO_LE_4BYTE(__txdesc + 16, 6, 1, __value)
297 #define SET_TX_DESC_HWSEQ_EN(__txdesc, __value) \ argument
298 SET_BITS_TO_LE_4BYTE(__txdesc + 16, 7, 1, __value)
299 #define SET_TX_DESC_USE_RATE(__txdesc, __value) \ argument
300 SET_BITS_TO_LE_4BYTE(__txdesc + 16, 8, 1, __value)
301 #define SET_TX_DESC_DISABLE_RTS_FB(__txdesc, __value) \ argument
302 SET_BITS_TO_LE_4BYTE(__txdesc + 16, 9, 1, __value)
303 #define SET_TX_DESC_DISABLE_FB(__txdesc, __value) \ argument
304 SET_BITS_TO_LE_4BYTE(__txdesc + 16, 10, 1, __value)
305 #define SET_TX_DESC_CTS2SELF(__txdesc, __value) \ argument
306 SET_BITS_TO_LE_4BYTE(__txdesc + 16, 11, 1, __value)
307 #define SET_TX_DESC_RTS_ENABLE(__txdesc, __value) \ argument
308 SET_BITS_TO_LE_4BYTE(__txdesc + 16, 12, 1, __value)
309 #define SET_TX_DESC_HW_RTS_ENABLE(__txdesc, __value) \ argument
310 SET_BITS_TO_LE_4BYTE(__txdesc + 16, 13, 1, __value)
311 #define SET_TX_DESC_WAIT_DCTS(__txdesc, __value) \ argument
312 SET_BITS_TO_LE_4BYTE(__txdesc + 16, 18, 1, __value)
313 #define SET_TX_DESC_CTS2AP_EN(__txdesc, __value) \ argument
314 SET_BITS_TO_LE_4BYTE(__txdesc + 16, 19, 1, __value)
315 #define SET_TX_DESC_DATA_SC(__txdesc, __value) \ argument
316 SET_BITS_TO_LE_4BYTE(__txdesc + 16, 20, 2, __value)
317 #define SET_TX_DESC_DATA_STBC(__txdesc, __value) \ argument
318 SET_BITS_TO_LE_4BYTE(__txdesc + 16, 22, 2, __value)
319 #define SET_TX_DESC_DATA_SHORT(__txdesc, __value) \ argument
320 SET_BITS_TO_LE_4BYTE(__txdesc + 16, 24, 1, __value)
321 #define SET_TX_DESC_DATA_BW(__txdesc, __value) \ argument
322 SET_BITS_TO_LE_4BYTE(__txdesc + 16, 25, 1, __value)
323 #define SET_TX_DESC_RTS_SHORT(__txdesc, __value) \ argument
324 SET_BITS_TO_LE_4BYTE(__txdesc + 16, 26, 1, __value)
325 #define SET_TX_DESC_RTS_BW(__txdesc, __value) \ argument
326 SET_BITS_TO_LE_4BYTE(__txdesc + 16, 27, 1, __value)
327 #define SET_TX_DESC_RTS_SC(__txdesc, __value) \ argument
328 SET_BITS_TO_LE_4BYTE(__txdesc + 16, 28, 2, __value)
329 #define SET_TX_DESC_RTS_STBC(__txdesc, __value) \ argument
330 SET_BITS_TO_LE_4BYTE(__txdesc + 16, 30, 2, __value)
339 #define SET_TX_DESC_DATA_RATE_FB_LIMIT(__txdesc, __value) \ argument
340 SET_BITS_TO_LE_4BYTE(__txdesc + 20, 8, 5, __value)
341 #define SET_TX_DESC_RTS_RATE_FB_LIMIT(__txdesc, __value) \ argument
342 SET_BITS_TO_LE_4BYTE(__txdesc + 20, 13, 4, __value)
343 #define SET_TX_DESC_RETRY_LIMIT_ENABLE(__txdesc, __value) \ argument
344 SET_BITS_TO_LE_4BYTE(__txdesc + 20, 17, 1, __value)
345 #define SET_TX_DESC_DATA_RETRY_LIMIT(__txdesc, __value) \ argument
346 SET_BITS_TO_LE_4BYTE(__txdesc + 20, 18, 6, __value)
347 #define SET_TX_DESC_USB_TXAGG_NUM(__txdesc, __value) \ argument
348 SET_BITS_TO_LE_4BYTE(__txdesc + 20, 24, 8, __value)
351 #define SET_TX_DESC_TXAGC_A(__txdesc, __value) \ argument
352 SET_BITS_TO_LE_4BYTE(__txdesc + 24, 0, 5, __value)
353 #define SET_TX_DESC_TXAGC_B(__txdesc, __value) \ argument
354 SET_BITS_TO_LE_4BYTE(__txdesc + 24, 5, 5, __value)
355 #define SET_TX_DESC_USB_MAX_LEN(__txdesc, __value) \ argument
356 SET_BITS_TO_LE_4BYTE(__txdesc + 24, 10, 1, __value)
357 #define SET_TX_DESC_MAX_AGG_NUM(__txdesc, __value) \ argument
358 SET_BITS_TO_LE_4BYTE(__txdesc + 24, 11, 5, __value)
359 #define SET_TX_DESC_MCSG1_MAX_LEN(__txdesc, __value) \ argument
360 SET_BITS_TO_LE_4BYTE(__txdesc + 24, 16, 4, __value)
361 #define SET_TX_DESC_MCSG2_MAX_LEN(__txdesc, __value) \ argument
362 SET_BITS_TO_LE_4BYTE(__txdesc + 24, 20, 4, __value)
363 #define SET_TX_DESC_MCSG3_MAX_LEN(__txdesc, __value) \ argument
364 SET_BITS_TO_LE_4BYTE(__txdesc + 24, 24, 4, __value)
365 #define SET_TX_DESC_MCSG7_MAX_LEN(__txdesc, __value) \ argument
366 SET_BITS_TO_LE_4BYTE(__txdesc + 24, 28, 4, __value)
369 #define SET_TX_DESC_TX_DESC_CHECKSUM(__txdesc, __value) \ argument
370 SET_BITS_TO_LE_4BYTE(__txdesc + 28, 0, 16, __value)
371 #define SET_TX_DESC_MCSG4_MAX_LEN(__txdesc, __value) \ argument
372 SET_BITS_TO_LE_4BYTE(__txdesc + 28, 16, 4, __value)
373 #define SET_TX_DESC_MCSG5_MAX_LEN(__txdesc, __value) \ argument
374 SET_BITS_TO_LE_4BYTE(__txdesc + 28, 20, 4, __value)
375 #define SET_TX_DESC_MCSG6_MAX_LEN(__txdesc, __value) \ argument
376 SET_BITS_TO_LE_4BYTE(__txdesc + 28, 24, 4, __value)
377 #define SET_TX_DESC_MCSG15_MAX_LEN(__txdesc, __value) \ argument
378 SET_BITS_TO_LE_4BYTE(__txdesc + 28, 28, 4, __value)