12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670 |
- /*
- * Copyright (c) 2020, The Linux Foundation. All rights reserved.
- *
- * Permission to use, copy, modify, and/or distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
- #ifndef _REO_UPDATE_RX_REO_QUEUE_H_
- #define _REO_UPDATE_RX_REO_QUEUE_H_
- #if !defined(__ASSEMBLER__)
- #endif
- #include "uniform_reo_cmd_header.h"
- // ################ START SUMMARY #################
- //
- // Dword Fields
- // 0 struct uniform_reo_cmd_header cmd_header;
- // 1 rx_reo_queue_desc_addr_31_0[31:0]
- // 2 rx_reo_queue_desc_addr_39_32[7:0], update_receive_queue_number[8], update_vld[9], update_associated_link_descriptor_counter[10], update_disable_duplicate_detection[11], update_soft_reorder_enable[12], update_ac[13], update_bar[14], update_rty[15], update_chk_2k_mode[16], update_oor_mode[17], update_ba_window_size[18], update_pn_check_needed[19], update_pn_shall_be_even[20], update_pn_shall_be_uneven[21], update_pn_handling_enable[22], update_pn_size[23], update_ignore_ampdu_flag[24], update_svld[25], update_ssn[26], update_seq_2k_error_detected_flag[27], update_pn_error_detected_flag[28], update_pn_valid[29], update_pn[30], clear_stat_counters[31]
- // 3 receive_queue_number[15:0], vld[16], associated_link_descriptor_counter[18:17], disable_duplicate_detection[19], soft_reorder_enable[20], ac[22:21], bar[23], rty[24], chk_2k_mode[25], oor_mode[26], pn_check_needed[27], pn_shall_be_even[28], pn_shall_be_uneven[29], pn_handling_enable[30], ignore_ampdu_flag[31]
- // 4 ba_window_size[7:0], pn_size[9:8], svld[10], ssn[22:11], seq_2k_error_detected_flag[23], pn_error_detected_flag[24], pn_valid[25], flush_from_cache[26], reserved_4a[31:27]
- // 5 pn_31_0[31:0]
- // 6 pn_63_32[31:0]
- // 7 pn_95_64[31:0]
- // 8 pn_127_96[31:0]
- //
- // ################ END SUMMARY #################
- #define NUM_OF_DWORDS_REO_UPDATE_RX_REO_QUEUE 9
- struct reo_update_rx_reo_queue {
- struct uniform_reo_cmd_header cmd_header;
- uint32_t rx_reo_queue_desc_addr_31_0 : 32; //[31:0]
- uint32_t rx_reo_queue_desc_addr_39_32 : 8, //[7:0]
- update_receive_queue_number : 1, //[8]
- update_vld : 1, //[9]
- update_associated_link_descriptor_counter: 1, //[10]
- update_disable_duplicate_detection: 1, //[11]
- update_soft_reorder_enable : 1, //[12]
- update_ac : 1, //[13]
- update_bar : 1, //[14]
- update_rty : 1, //[15]
- update_chk_2k_mode : 1, //[16]
- update_oor_mode : 1, //[17]
- update_ba_window_size : 1, //[18]
- update_pn_check_needed : 1, //[19]
- update_pn_shall_be_even : 1, //[20]
- update_pn_shall_be_uneven : 1, //[21]
- update_pn_handling_enable : 1, //[22]
- update_pn_size : 1, //[23]
- update_ignore_ampdu_flag : 1, //[24]
- update_svld : 1, //[25]
- update_ssn : 1, //[26]
- update_seq_2k_error_detected_flag: 1, //[27]
- update_pn_error_detected_flag : 1, //[28]
- update_pn_valid : 1, //[29]
- update_pn : 1, //[30]
- clear_stat_counters : 1; //[31]
- uint32_t receive_queue_number : 16, //[15:0]
- vld : 1, //[16]
- associated_link_descriptor_counter: 2, //[18:17]
- disable_duplicate_detection : 1, //[19]
- soft_reorder_enable : 1, //[20]
- ac : 2, //[22:21]
- bar : 1, //[23]
- rty : 1, //[24]
- chk_2k_mode : 1, //[25]
- oor_mode : 1, //[26]
- pn_check_needed : 1, //[27]
- pn_shall_be_even : 1, //[28]
- pn_shall_be_uneven : 1, //[29]
- pn_handling_enable : 1, //[30]
- ignore_ampdu_flag : 1; //[31]
- uint32_t ba_window_size : 8, //[7:0]
- pn_size : 2, //[9:8]
- svld : 1, //[10]
- ssn : 12, //[22:11]
- seq_2k_error_detected_flag : 1, //[23]
- pn_error_detected_flag : 1, //[24]
- pn_valid : 1, //[25]
- flush_from_cache : 1, //[26]
- reserved_4a : 5; //[31:27]
- uint32_t pn_31_0 : 32; //[31:0]
- uint32_t pn_63_32 : 32; //[31:0]
- uint32_t pn_95_64 : 32; //[31:0]
- uint32_t pn_127_96 : 32; //[31:0]
- };
- /*
- struct uniform_reo_cmd_header cmd_header
-
- Consumer: REO
-
- Producer: SW
-
-
-
- Details for command execution tracking purposes.
- rx_reo_queue_desc_addr_31_0
-
- Consumer: REO
-
- Producer: SW
-
-
-
- Address (lower 32 bits) of the REO queue descriptor
-
- <legal all>
- rx_reo_queue_desc_addr_39_32
-
- Consumer: REO
-
- Producer: SW
-
-
-
- Address (upper 8 bits) of the REO queue descriptor
-
- <legal all>
- update_receive_queue_number
-
- Consumer: REO
-
- Producer: SW
-
- When set, receive_queue_number from this command will be
- updated in the descriptor.
-
- <legal all>
- update_vld
-
- Consumer: REO
-
- Producer: SW
-
-
-
- When clear, REO will NOT update the VLD bit setting. For
- this setting, SW MUST set the Flush_from_cache bit in this
- command.
-
-
-
- When set, VLD from this command will be updated in the
- descriptor.
-
- <legal all>
- update_associated_link_descriptor_counter
-
- Consumer: REO
-
- Producer: SW
-
- When set, Associated_link_descriptor_counter from this
- command will be updated in the descriptor.
-
- <legal all>
- update_disable_duplicate_detection
-
- Consumer: REO
-
- Producer: SW
-
- When set, Disable_duplicate_detection from this command
- will be updated in the descriptor.
-
- <legal all>
- update_soft_reorder_enable
-
- Consumer: REO
-
- Producer: SW
-
- When set, Soft_reorder_enable from this command will be
- updated in the descriptor.
-
- <legal all>
- update_ac
-
- Consumer: REO
-
- Producer: SW
-
- When set, AC from this command will be updated in the
- descriptor.
-
- <legal all>
- update_bar
-
- Consumer: REO
-
- Producer: SW
-
- When set, BAR from this command will be updated in the
- descriptor.
-
- <legal all>
- update_rty
-
- Consumer: REO
-
- Producer: SW
-
- When set, RTY from this command will be updated in the
- descriptor.
-
- <legal all>
- update_chk_2k_mode
-
- Consumer: REO
-
- Producer: SW
-
- When set, Chk_2k_mode from this command will be updated
- in the descriptor.
-
- <legal all>
- update_oor_mode
-
- Consumer: REO
-
- Producer: SW
-
- When set, OOR_Mode from this command will be updated in
- the descriptor.
-
- <legal all>
- update_ba_window_size
-
- Consumer: REO
-
- Producer: SW
-
- When set, BA_window_size from this command will be
- updated in the descriptor.
-
- <legal all>
- update_pn_check_needed
-
- Consumer: REO
-
- Producer: SW
-
- When set, Pn_check_needed from this command will be
- updated in the descriptor.
-
- <legal all>
- update_pn_shall_be_even
-
- Consumer: REO
-
- Producer: SW
-
- When set, Pn_shall_be_even from this command will be
- updated in the descriptor.
-
- <legal all>
- update_pn_shall_be_uneven
-
- Consumer: REO
-
- Producer: SW
-
- When set, Pn_shall_be_uneven from this command will be
- updated in the descriptor.
-
- <legal all>
- update_pn_handling_enable
-
- Consumer: REO
-
- Producer: SW
-
- When set, Pn_handling_enable from this command will be
- updated in the descriptor.
-
- <legal all>
- update_pn_size
-
- Consumer: REO
-
- Producer: SW
-
- When set, Pn_size from this command will be updated in
- the descriptor.
-
- <legal all>
- update_ignore_ampdu_flag
-
- Consumer: REO
-
- Producer: SW
-
- When set, Ignore_ampdu_flag from this command will be
- updated in the descriptor.
-
- <legal all>
- update_svld
-
- Consumer: REO
-
- Producer: SW
-
- When set, Svld from this command will be updated in the
- descriptor.
-
- <legal all>
- update_ssn
-
- Consumer: REO
-
- Producer: SW
-
- When set, SSN from this command will be updated in the
- descriptor.
-
- <legal all>
- update_seq_2k_error_detected_flag
-
- Consumer: REO
-
- Producer: SW
-
- When set, Seq_2k_error_detected_flag from this command
- will be updated in the descriptor.
-
- <legal all>
- update_pn_error_detected_flag
-
- Consumer: REO
-
- Producer: SW
-
- When set, pn_error_detected_flag from this command will
- be updated in the descriptor.
-
- <legal all>
- update_pn_valid
-
- Consumer: REO
-
- Producer: SW
-
- When set, pn_valid from this command will be updated in
- the descriptor.
-
- <legal all>
- update_pn
-
- Consumer: REO
-
- Producer: SW
-
- When set, all pn_... fields from this command will be
- updated in the descriptor.
-
- <legal all>
- clear_stat_counters
-
- Consumer: REO
-
- Producer: SW
-
- When set, REO will clear (=> set to 0) the following
- stat counters in the REO_QUEUE_STRUCT
-
-
-
- Last_rx_enqueue_TimeStamp
-
- Last_rx_dequeue_Timestamp
-
- Rx_bitmap (not a counter, but bitmap is cleared)
-
- Timeout_count
-
- Forward_due_to_bar_count
-
- Duplicate_count
-
- Frames_in_order_count
-
- BAR_received_count
-
- MPDU_Frames_processed_count
-
- MSDU_Frames_processed_count
-
- Total_processed_byte_count
-
- Late_receive_MPDU_count
-
- window_jump_2k
-
- Hole_count
-
-
-
- <legal all>
- receive_queue_number
-
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- vld
-
- Field only valid when Update_VLD is set
-
-
-
- For Update_VLD set and VLD clear, SW MUST set the
- Flush_from_cache bit in this command.
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- associated_link_descriptor_counter
-
- Field only valid when
- Update_Associated_link_descriptor_counter is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- disable_duplicate_detection
-
- Field only valid when Update_Disable_duplicate_detection
- is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- soft_reorder_enable
-
- Field only valid when Update_Soft_reorder_enable is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- ac
-
- Field only valid when Update_AC is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- bar
-
- Field only valid when Update_BAR is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- rty
-
- Field only valid when Update_RTY is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- chk_2k_mode
-
- Field only valid when Update_Chk_2k_Mode is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- oor_mode
-
- Field only valid when Update_OOR_Mode is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- pn_check_needed
-
- Field only valid when Update_Pn_check_needed is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- pn_shall_be_even
-
- Field only valid when Update_Pn_shall_be_even is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- pn_shall_be_uneven
-
- Field only valid when Update_Pn_shall_be_uneven is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- pn_handling_enable
-
- Field only valid when Update_Pn_handling_enable is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- ignore_ampdu_flag
-
- Field only valid when Update_Ignore_ampdu_flag is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- ba_window_size
-
- Field only valid when Update_BA_window_size is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- pn_size
-
- Field only valid when Update_Pn_size is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
-
-
- <enum 0 pn_size_24>
-
- <enum 1 pn_size_48>
-
- <enum 2 pn_size_128>
-
-
-
- <legal 0-2>
- svld
-
- Field only valid when Update_Svld is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- ssn
-
- Field only valid when Update_SSN is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- seq_2k_error_detected_flag
-
- Field only valid when Update_Seq_2k_error_detected_flag
- is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- pn_error_detected_flag
-
- Field only valid when Update_pn_error_detected_flag is
- set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- pn_valid
-
- Field only valid when Update_pn_valid is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- flush_from_cache
-
- When set, REO shall, after finishing the execution of
- this command, flush the related descriptor from the cache.
-
- <legal all>
- reserved_4a
-
- <legal 0>
- pn_31_0
-
- Field only valid when Update_Pn is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- pn_63_32
-
- Field only valid when Update_pn is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- pn_95_64
-
- Field only valid when Update_pn is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- pn_127_96
-
- Field only valid when Update_pn is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- /* EXTERNAL REFERENCE : struct uniform_reo_cmd_header cmd_header */
- /* Description REO_UPDATE_RX_REO_QUEUE_0_CMD_HEADER_REO_CMD_NUMBER
-
- Consumer: REO/SW/DEBUG
-
- Producer: SW
-
-
-
- This number can be used by SW to track, identify and
- link the created commands with the command statusses
-
-
-
-
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_0_CMD_HEADER_REO_CMD_NUMBER_OFFSET 0x00000000
- #define REO_UPDATE_RX_REO_QUEUE_0_CMD_HEADER_REO_CMD_NUMBER_LSB 0
- #define REO_UPDATE_RX_REO_QUEUE_0_CMD_HEADER_REO_CMD_NUMBER_MASK 0x0000ffff
- /* Description REO_UPDATE_RX_REO_QUEUE_0_CMD_HEADER_REO_STATUS_REQUIRED
-
- Consumer: REO
-
- Producer: SW
-
-
-
- <enum 0 NoStatus> REO does not need to generate a status
- TLV for the execution of this command
-
- <enum 1 StatusRequired> REO shall generate a status TLV
- for the execution of this command
-
-
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_0_CMD_HEADER_REO_STATUS_REQUIRED_OFFSET 0x00000000
- #define REO_UPDATE_RX_REO_QUEUE_0_CMD_HEADER_REO_STATUS_REQUIRED_LSB 16
- #define REO_UPDATE_RX_REO_QUEUE_0_CMD_HEADER_REO_STATUS_REQUIRED_MASK 0x00010000
- /* Description REO_UPDATE_RX_REO_QUEUE_0_CMD_HEADER_RESERVED_0A
-
- <legal 0>
- */
- #define REO_UPDATE_RX_REO_QUEUE_0_CMD_HEADER_RESERVED_0A_OFFSET 0x00000000
- #define REO_UPDATE_RX_REO_QUEUE_0_CMD_HEADER_RESERVED_0A_LSB 17
- #define REO_UPDATE_RX_REO_QUEUE_0_CMD_HEADER_RESERVED_0A_MASK 0xfffe0000
- /* Description REO_UPDATE_RX_REO_QUEUE_1_RX_REO_QUEUE_DESC_ADDR_31_0
-
- Consumer: REO
-
- Producer: SW
-
-
-
- Address (lower 32 bits) of the REO queue descriptor
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_1_RX_REO_QUEUE_DESC_ADDR_31_0_OFFSET 0x00000004
- #define REO_UPDATE_RX_REO_QUEUE_1_RX_REO_QUEUE_DESC_ADDR_31_0_LSB 0
- #define REO_UPDATE_RX_REO_QUEUE_1_RX_REO_QUEUE_DESC_ADDR_31_0_MASK 0xffffffff
- /* Description REO_UPDATE_RX_REO_QUEUE_2_RX_REO_QUEUE_DESC_ADDR_39_32
-
- Consumer: REO
-
- Producer: SW
-
-
-
- Address (upper 8 bits) of the REO queue descriptor
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_RX_REO_QUEUE_DESC_ADDR_39_32_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_RX_REO_QUEUE_DESC_ADDR_39_32_LSB 0
- #define REO_UPDATE_RX_REO_QUEUE_2_RX_REO_QUEUE_DESC_ADDR_39_32_MASK 0x000000ff
- /* Description REO_UPDATE_RX_REO_QUEUE_2_UPDATE_RECEIVE_QUEUE_NUMBER
-
- Consumer: REO
-
- Producer: SW
-
- When set, receive_queue_number from this command will be
- updated in the descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_RECEIVE_QUEUE_NUMBER_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_RECEIVE_QUEUE_NUMBER_LSB 8
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_RECEIVE_QUEUE_NUMBER_MASK 0x00000100
- /* Description REO_UPDATE_RX_REO_QUEUE_2_UPDATE_VLD
-
- Consumer: REO
-
- Producer: SW
-
-
-
- When clear, REO will NOT update the VLD bit setting. For
- this setting, SW MUST set the Flush_from_cache bit in this
- command.
-
-
-
- When set, VLD from this command will be updated in the
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_VLD_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_VLD_LSB 9
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_VLD_MASK 0x00000200
- /* Description REO_UPDATE_RX_REO_QUEUE_2_UPDATE_ASSOCIATED_LINK_DESCRIPTOR_COUNTER
-
- Consumer: REO
-
- Producer: SW
-
- When set, Associated_link_descriptor_counter from this
- command will be updated in the descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_ASSOCIATED_LINK_DESCRIPTOR_COUNTER_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_ASSOCIATED_LINK_DESCRIPTOR_COUNTER_LSB 10
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_ASSOCIATED_LINK_DESCRIPTOR_COUNTER_MASK 0x00000400
- /* Description REO_UPDATE_RX_REO_QUEUE_2_UPDATE_DISABLE_DUPLICATE_DETECTION
-
- Consumer: REO
-
- Producer: SW
-
- When set, Disable_duplicate_detection from this command
- will be updated in the descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_DISABLE_DUPLICATE_DETECTION_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_DISABLE_DUPLICATE_DETECTION_LSB 11
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_DISABLE_DUPLICATE_DETECTION_MASK 0x00000800
- /* Description REO_UPDATE_RX_REO_QUEUE_2_UPDATE_SOFT_REORDER_ENABLE
-
- Consumer: REO
-
- Producer: SW
-
- When set, Soft_reorder_enable from this command will be
- updated in the descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_SOFT_REORDER_ENABLE_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_SOFT_REORDER_ENABLE_LSB 12
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_SOFT_REORDER_ENABLE_MASK 0x00001000
- /* Description REO_UPDATE_RX_REO_QUEUE_2_UPDATE_AC
-
- Consumer: REO
-
- Producer: SW
-
- When set, AC from this command will be updated in the
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_AC_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_AC_LSB 13
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_AC_MASK 0x00002000
- /* Description REO_UPDATE_RX_REO_QUEUE_2_UPDATE_BAR
-
- Consumer: REO
-
- Producer: SW
-
- When set, BAR from this command will be updated in the
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_BAR_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_BAR_LSB 14
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_BAR_MASK 0x00004000
- /* Description REO_UPDATE_RX_REO_QUEUE_2_UPDATE_RTY
-
- Consumer: REO
-
- Producer: SW
-
- When set, RTY from this command will be updated in the
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_RTY_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_RTY_LSB 15
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_RTY_MASK 0x00008000
- /* Description REO_UPDATE_RX_REO_QUEUE_2_UPDATE_CHK_2K_MODE
-
- Consumer: REO
-
- Producer: SW
-
- When set, Chk_2k_mode from this command will be updated
- in the descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_CHK_2K_MODE_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_CHK_2K_MODE_LSB 16
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_CHK_2K_MODE_MASK 0x00010000
- /* Description REO_UPDATE_RX_REO_QUEUE_2_UPDATE_OOR_MODE
-
- Consumer: REO
-
- Producer: SW
-
- When set, OOR_Mode from this command will be updated in
- the descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_OOR_MODE_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_OOR_MODE_LSB 17
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_OOR_MODE_MASK 0x00020000
- /* Description REO_UPDATE_RX_REO_QUEUE_2_UPDATE_BA_WINDOW_SIZE
-
- Consumer: REO
-
- Producer: SW
-
- When set, BA_window_size from this command will be
- updated in the descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_BA_WINDOW_SIZE_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_BA_WINDOW_SIZE_LSB 18
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_BA_WINDOW_SIZE_MASK 0x00040000
- /* Description REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_CHECK_NEEDED
-
- Consumer: REO
-
- Producer: SW
-
- When set, Pn_check_needed from this command will be
- updated in the descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_CHECK_NEEDED_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_CHECK_NEEDED_LSB 19
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_CHECK_NEEDED_MASK 0x00080000
- /* Description REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_SHALL_BE_EVEN
-
- Consumer: REO
-
- Producer: SW
-
- When set, Pn_shall_be_even from this command will be
- updated in the descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_SHALL_BE_EVEN_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_SHALL_BE_EVEN_LSB 20
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_SHALL_BE_EVEN_MASK 0x00100000
- /* Description REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_SHALL_BE_UNEVEN
-
- Consumer: REO
-
- Producer: SW
-
- When set, Pn_shall_be_uneven from this command will be
- updated in the descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_SHALL_BE_UNEVEN_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_SHALL_BE_UNEVEN_LSB 21
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_SHALL_BE_UNEVEN_MASK 0x00200000
- /* Description REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_HANDLING_ENABLE
-
- Consumer: REO
-
- Producer: SW
-
- When set, Pn_handling_enable from this command will be
- updated in the descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_HANDLING_ENABLE_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_HANDLING_ENABLE_LSB 22
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_HANDLING_ENABLE_MASK 0x00400000
- /* Description REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_SIZE
-
- Consumer: REO
-
- Producer: SW
-
- When set, Pn_size from this command will be updated in
- the descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_SIZE_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_SIZE_LSB 23
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_SIZE_MASK 0x00800000
- /* Description REO_UPDATE_RX_REO_QUEUE_2_UPDATE_IGNORE_AMPDU_FLAG
-
- Consumer: REO
-
- Producer: SW
-
- When set, Ignore_ampdu_flag from this command will be
- updated in the descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_IGNORE_AMPDU_FLAG_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_IGNORE_AMPDU_FLAG_LSB 24
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_IGNORE_AMPDU_FLAG_MASK 0x01000000
- /* Description REO_UPDATE_RX_REO_QUEUE_2_UPDATE_SVLD
-
- Consumer: REO
-
- Producer: SW
-
- When set, Svld from this command will be updated in the
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_SVLD_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_SVLD_LSB 25
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_SVLD_MASK 0x02000000
- /* Description REO_UPDATE_RX_REO_QUEUE_2_UPDATE_SSN
-
- Consumer: REO
-
- Producer: SW
-
- When set, SSN from this command will be updated in the
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_SSN_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_SSN_LSB 26
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_SSN_MASK 0x04000000
- /* Description REO_UPDATE_RX_REO_QUEUE_2_UPDATE_SEQ_2K_ERROR_DETECTED_FLAG
-
- Consumer: REO
-
- Producer: SW
-
- When set, Seq_2k_error_detected_flag from this command
- will be updated in the descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_SEQ_2K_ERROR_DETECTED_FLAG_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_SEQ_2K_ERROR_DETECTED_FLAG_LSB 27
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_SEQ_2K_ERROR_DETECTED_FLAG_MASK 0x08000000
- /* Description REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_ERROR_DETECTED_FLAG
-
- Consumer: REO
-
- Producer: SW
-
- When set, pn_error_detected_flag from this command will
- be updated in the descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_ERROR_DETECTED_FLAG_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_ERROR_DETECTED_FLAG_LSB 28
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_ERROR_DETECTED_FLAG_MASK 0x10000000
- /* Description REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_VALID
-
- Consumer: REO
-
- Producer: SW
-
- When set, pn_valid from this command will be updated in
- the descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_VALID_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_VALID_LSB 29
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_VALID_MASK 0x20000000
- /* Description REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN
-
- Consumer: REO
-
- Producer: SW
-
- When set, all pn_... fields from this command will be
- updated in the descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_LSB 30
- #define REO_UPDATE_RX_REO_QUEUE_2_UPDATE_PN_MASK 0x40000000
- /* Description REO_UPDATE_RX_REO_QUEUE_2_CLEAR_STAT_COUNTERS
-
- Consumer: REO
-
- Producer: SW
-
- When set, REO will clear (=> set to 0) the following
- stat counters in the REO_QUEUE_STRUCT
-
-
-
- Last_rx_enqueue_TimeStamp
-
- Last_rx_dequeue_Timestamp
-
- Rx_bitmap (not a counter, but bitmap is cleared)
-
- Timeout_count
-
- Forward_due_to_bar_count
-
- Duplicate_count
-
- Frames_in_order_count
-
- BAR_received_count
-
- MPDU_Frames_processed_count
-
- MSDU_Frames_processed_count
-
- Total_processed_byte_count
-
- Late_receive_MPDU_count
-
- window_jump_2k
-
- Hole_count
-
-
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_2_CLEAR_STAT_COUNTERS_OFFSET 0x00000008
- #define REO_UPDATE_RX_REO_QUEUE_2_CLEAR_STAT_COUNTERS_LSB 31
- #define REO_UPDATE_RX_REO_QUEUE_2_CLEAR_STAT_COUNTERS_MASK 0x80000000
- /* Description REO_UPDATE_RX_REO_QUEUE_3_RECEIVE_QUEUE_NUMBER
-
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_3_RECEIVE_QUEUE_NUMBER_OFFSET 0x0000000c
- #define REO_UPDATE_RX_REO_QUEUE_3_RECEIVE_QUEUE_NUMBER_LSB 0
- #define REO_UPDATE_RX_REO_QUEUE_3_RECEIVE_QUEUE_NUMBER_MASK 0x0000ffff
- /* Description REO_UPDATE_RX_REO_QUEUE_3_VLD
-
- Field only valid when Update_VLD is set
-
-
-
- For Update_VLD set and VLD clear, SW MUST set the
- Flush_from_cache bit in this command.
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_3_VLD_OFFSET 0x0000000c
- #define REO_UPDATE_RX_REO_QUEUE_3_VLD_LSB 16
- #define REO_UPDATE_RX_REO_QUEUE_3_VLD_MASK 0x00010000
- /* Description REO_UPDATE_RX_REO_QUEUE_3_ASSOCIATED_LINK_DESCRIPTOR_COUNTER
-
- Field only valid when
- Update_Associated_link_descriptor_counter is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_3_ASSOCIATED_LINK_DESCRIPTOR_COUNTER_OFFSET 0x0000000c
- #define REO_UPDATE_RX_REO_QUEUE_3_ASSOCIATED_LINK_DESCRIPTOR_COUNTER_LSB 17
- #define REO_UPDATE_RX_REO_QUEUE_3_ASSOCIATED_LINK_DESCRIPTOR_COUNTER_MASK 0x00060000
- /* Description REO_UPDATE_RX_REO_QUEUE_3_DISABLE_DUPLICATE_DETECTION
-
- Field only valid when Update_Disable_duplicate_detection
- is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_3_DISABLE_DUPLICATE_DETECTION_OFFSET 0x0000000c
- #define REO_UPDATE_RX_REO_QUEUE_3_DISABLE_DUPLICATE_DETECTION_LSB 19
- #define REO_UPDATE_RX_REO_QUEUE_3_DISABLE_DUPLICATE_DETECTION_MASK 0x00080000
- /* Description REO_UPDATE_RX_REO_QUEUE_3_SOFT_REORDER_ENABLE
-
- Field only valid when Update_Soft_reorder_enable is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_3_SOFT_REORDER_ENABLE_OFFSET 0x0000000c
- #define REO_UPDATE_RX_REO_QUEUE_3_SOFT_REORDER_ENABLE_LSB 20
- #define REO_UPDATE_RX_REO_QUEUE_3_SOFT_REORDER_ENABLE_MASK 0x00100000
- /* Description REO_UPDATE_RX_REO_QUEUE_3_AC
-
- Field only valid when Update_AC is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_3_AC_OFFSET 0x0000000c
- #define REO_UPDATE_RX_REO_QUEUE_3_AC_LSB 21
- #define REO_UPDATE_RX_REO_QUEUE_3_AC_MASK 0x00600000
- /* Description REO_UPDATE_RX_REO_QUEUE_3_BAR
-
- Field only valid when Update_BAR is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_3_BAR_OFFSET 0x0000000c
- #define REO_UPDATE_RX_REO_QUEUE_3_BAR_LSB 23
- #define REO_UPDATE_RX_REO_QUEUE_3_BAR_MASK 0x00800000
- /* Description REO_UPDATE_RX_REO_QUEUE_3_RTY
-
- Field only valid when Update_RTY is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_3_RTY_OFFSET 0x0000000c
- #define REO_UPDATE_RX_REO_QUEUE_3_RTY_LSB 24
- #define REO_UPDATE_RX_REO_QUEUE_3_RTY_MASK 0x01000000
- /* Description REO_UPDATE_RX_REO_QUEUE_3_CHK_2K_MODE
-
- Field only valid when Update_Chk_2k_Mode is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_3_CHK_2K_MODE_OFFSET 0x0000000c
- #define REO_UPDATE_RX_REO_QUEUE_3_CHK_2K_MODE_LSB 25
- #define REO_UPDATE_RX_REO_QUEUE_3_CHK_2K_MODE_MASK 0x02000000
- /* Description REO_UPDATE_RX_REO_QUEUE_3_OOR_MODE
-
- Field only valid when Update_OOR_Mode is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_3_OOR_MODE_OFFSET 0x0000000c
- #define REO_UPDATE_RX_REO_QUEUE_3_OOR_MODE_LSB 26
- #define REO_UPDATE_RX_REO_QUEUE_3_OOR_MODE_MASK 0x04000000
- /* Description REO_UPDATE_RX_REO_QUEUE_3_PN_CHECK_NEEDED
-
- Field only valid when Update_Pn_check_needed is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_3_PN_CHECK_NEEDED_OFFSET 0x0000000c
- #define REO_UPDATE_RX_REO_QUEUE_3_PN_CHECK_NEEDED_LSB 27
- #define REO_UPDATE_RX_REO_QUEUE_3_PN_CHECK_NEEDED_MASK 0x08000000
- /* Description REO_UPDATE_RX_REO_QUEUE_3_PN_SHALL_BE_EVEN
-
- Field only valid when Update_Pn_shall_be_even is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_3_PN_SHALL_BE_EVEN_OFFSET 0x0000000c
- #define REO_UPDATE_RX_REO_QUEUE_3_PN_SHALL_BE_EVEN_LSB 28
- #define REO_UPDATE_RX_REO_QUEUE_3_PN_SHALL_BE_EVEN_MASK 0x10000000
- /* Description REO_UPDATE_RX_REO_QUEUE_3_PN_SHALL_BE_UNEVEN
-
- Field only valid when Update_Pn_shall_be_uneven is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_3_PN_SHALL_BE_UNEVEN_OFFSET 0x0000000c
- #define REO_UPDATE_RX_REO_QUEUE_3_PN_SHALL_BE_UNEVEN_LSB 29
- #define REO_UPDATE_RX_REO_QUEUE_3_PN_SHALL_BE_UNEVEN_MASK 0x20000000
- /* Description REO_UPDATE_RX_REO_QUEUE_3_PN_HANDLING_ENABLE
-
- Field only valid when Update_Pn_handling_enable is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_3_PN_HANDLING_ENABLE_OFFSET 0x0000000c
- #define REO_UPDATE_RX_REO_QUEUE_3_PN_HANDLING_ENABLE_LSB 30
- #define REO_UPDATE_RX_REO_QUEUE_3_PN_HANDLING_ENABLE_MASK 0x40000000
- /* Description REO_UPDATE_RX_REO_QUEUE_3_IGNORE_AMPDU_FLAG
-
- Field only valid when Update_Ignore_ampdu_flag is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_3_IGNORE_AMPDU_FLAG_OFFSET 0x0000000c
- #define REO_UPDATE_RX_REO_QUEUE_3_IGNORE_AMPDU_FLAG_LSB 31
- #define REO_UPDATE_RX_REO_QUEUE_3_IGNORE_AMPDU_FLAG_MASK 0x80000000
- /* Description REO_UPDATE_RX_REO_QUEUE_4_BA_WINDOW_SIZE
-
- Field only valid when Update_BA_window_size is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_4_BA_WINDOW_SIZE_OFFSET 0x00000010
- #define REO_UPDATE_RX_REO_QUEUE_4_BA_WINDOW_SIZE_LSB 0
- #define REO_UPDATE_RX_REO_QUEUE_4_BA_WINDOW_SIZE_MASK 0x000000ff
- /* Description REO_UPDATE_RX_REO_QUEUE_4_PN_SIZE
-
- Field only valid when Update_Pn_size is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
-
-
- <enum 0 pn_size_24>
-
- <enum 1 pn_size_48>
-
- <enum 2 pn_size_128>
-
-
-
- <legal 0-2>
- */
- #define REO_UPDATE_RX_REO_QUEUE_4_PN_SIZE_OFFSET 0x00000010
- #define REO_UPDATE_RX_REO_QUEUE_4_PN_SIZE_LSB 8
- #define REO_UPDATE_RX_REO_QUEUE_4_PN_SIZE_MASK 0x00000300
- /* Description REO_UPDATE_RX_REO_QUEUE_4_SVLD
-
- Field only valid when Update_Svld is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_4_SVLD_OFFSET 0x00000010
- #define REO_UPDATE_RX_REO_QUEUE_4_SVLD_LSB 10
- #define REO_UPDATE_RX_REO_QUEUE_4_SVLD_MASK 0x00000400
- /* Description REO_UPDATE_RX_REO_QUEUE_4_SSN
-
- Field only valid when Update_SSN is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_4_SSN_OFFSET 0x00000010
- #define REO_UPDATE_RX_REO_QUEUE_4_SSN_LSB 11
- #define REO_UPDATE_RX_REO_QUEUE_4_SSN_MASK 0x007ff800
- /* Description REO_UPDATE_RX_REO_QUEUE_4_SEQ_2K_ERROR_DETECTED_FLAG
-
- Field only valid when Update_Seq_2k_error_detected_flag
- is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_4_SEQ_2K_ERROR_DETECTED_FLAG_OFFSET 0x00000010
- #define REO_UPDATE_RX_REO_QUEUE_4_SEQ_2K_ERROR_DETECTED_FLAG_LSB 23
- #define REO_UPDATE_RX_REO_QUEUE_4_SEQ_2K_ERROR_DETECTED_FLAG_MASK 0x00800000
- /* Description REO_UPDATE_RX_REO_QUEUE_4_PN_ERROR_DETECTED_FLAG
-
- Field only valid when Update_pn_error_detected_flag is
- set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_4_PN_ERROR_DETECTED_FLAG_OFFSET 0x00000010
- #define REO_UPDATE_RX_REO_QUEUE_4_PN_ERROR_DETECTED_FLAG_LSB 24
- #define REO_UPDATE_RX_REO_QUEUE_4_PN_ERROR_DETECTED_FLAG_MASK 0x01000000
- /* Description REO_UPDATE_RX_REO_QUEUE_4_PN_VALID
-
- Field only valid when Update_pn_valid is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_4_PN_VALID_OFFSET 0x00000010
- #define REO_UPDATE_RX_REO_QUEUE_4_PN_VALID_LSB 25
- #define REO_UPDATE_RX_REO_QUEUE_4_PN_VALID_MASK 0x02000000
- /* Description REO_UPDATE_RX_REO_QUEUE_4_FLUSH_FROM_CACHE
-
- When set, REO shall, after finishing the execution of
- this command, flush the related descriptor from the cache.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_4_FLUSH_FROM_CACHE_OFFSET 0x00000010
- #define REO_UPDATE_RX_REO_QUEUE_4_FLUSH_FROM_CACHE_LSB 26
- #define REO_UPDATE_RX_REO_QUEUE_4_FLUSH_FROM_CACHE_MASK 0x04000000
- /* Description REO_UPDATE_RX_REO_QUEUE_4_RESERVED_4A
-
- <legal 0>
- */
- #define REO_UPDATE_RX_REO_QUEUE_4_RESERVED_4A_OFFSET 0x00000010
- #define REO_UPDATE_RX_REO_QUEUE_4_RESERVED_4A_LSB 27
- #define REO_UPDATE_RX_REO_QUEUE_4_RESERVED_4A_MASK 0xf8000000
- /* Description REO_UPDATE_RX_REO_QUEUE_5_PN_31_0
-
- Field only valid when Update_Pn is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_5_PN_31_0_OFFSET 0x00000014
- #define REO_UPDATE_RX_REO_QUEUE_5_PN_31_0_LSB 0
- #define REO_UPDATE_RX_REO_QUEUE_5_PN_31_0_MASK 0xffffffff
- /* Description REO_UPDATE_RX_REO_QUEUE_6_PN_63_32
-
- Field only valid when Update_pn is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_6_PN_63_32_OFFSET 0x00000018
- #define REO_UPDATE_RX_REO_QUEUE_6_PN_63_32_LSB 0
- #define REO_UPDATE_RX_REO_QUEUE_6_PN_63_32_MASK 0xffffffff
- /* Description REO_UPDATE_RX_REO_QUEUE_7_PN_95_64
-
- Field only valid when Update_pn is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_7_PN_95_64_OFFSET 0x0000001c
- #define REO_UPDATE_RX_REO_QUEUE_7_PN_95_64_LSB 0
- #define REO_UPDATE_RX_REO_QUEUE_7_PN_95_64_MASK 0xffffffff
- /* Description REO_UPDATE_RX_REO_QUEUE_8_PN_127_96
-
- Field only valid when Update_pn is set
-
-
-
- Field value to be copied over into the RX_REO_QUEUE
- descriptor.
-
- <legal all>
- */
- #define REO_UPDATE_RX_REO_QUEUE_8_PN_127_96_OFFSET 0x00000020
- #define REO_UPDATE_RX_REO_QUEUE_8_PN_127_96_LSB 0
- #define REO_UPDATE_RX_REO_QUEUE_8_PN_127_96_MASK 0xffffffff
- #endif // _REO_UPDATE_RX_REO_QUEUE_H_
|