1*5113495bSYour Name /* 2*5113495bSYour Name * Copyright (c) 2016-2017 The Linux Foundation. All rights reserved. 3*5113495bSYour Name * 4*5113495bSYour Name * Permission to use, copy, modify, and/or distribute this software for 5*5113495bSYour Name * any purpose with or without fee is hereby granted, provided that the 6*5113495bSYour Name * above copyright notice and this permission notice appear in all 7*5113495bSYour Name * copies. 8*5113495bSYour Name * 9*5113495bSYour Name * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL 10*5113495bSYour Name * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED 11*5113495bSYour Name * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE 12*5113495bSYour Name * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL 13*5113495bSYour Name * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 14*5113495bSYour Name * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 15*5113495bSYour Name * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 16*5113495bSYour Name * PERFORMANCE OF THIS SOFTWARE. 17*5113495bSYour Name */ 18*5113495bSYour Name 19*5113495bSYour Name // 20*5113495bSYour Name // DO NOT EDIT! This file is automatically generated 21*5113495bSYour Name // These definitions are tied to a particular hardware layout 22*5113495bSYour Name 23*5113495bSYour Name 24*5113495bSYour Name #ifndef _RXPT_CLASSIFY_INFO_H_ 25*5113495bSYour Name #define _RXPT_CLASSIFY_INFO_H_ 26*5113495bSYour Name #if !defined(__ASSEMBLER__) 27*5113495bSYour Name #endif 28*5113495bSYour Name 29*5113495bSYour Name 30*5113495bSYour Name // ################ START SUMMARY ################# 31*5113495bSYour Name // 32*5113495bSYour Name // Dword Fields 33*5113495bSYour Name // 0 reo_destination_indication[4:0], use_flow_id_toeplitz_clfy[5], reserved_0a[31:6] 34*5113495bSYour Name // 35*5113495bSYour Name // ################ END SUMMARY ################# 36*5113495bSYour Name 37*5113495bSYour Name #define NUM_OF_DWORDS_RXPT_CLASSIFY_INFO 1 38*5113495bSYour Name 39*5113495bSYour Name struct rxpt_classify_info { 40*5113495bSYour Name uint32_t reo_destination_indication : 5, //[4:0] 41*5113495bSYour Name use_flow_id_toeplitz_clfy : 1, //[5] 42*5113495bSYour Name reserved_0a : 26; //[31:6] 43*5113495bSYour Name }; 44*5113495bSYour Name 45*5113495bSYour Name /* 46*5113495bSYour Name 47*5113495bSYour Name reo_destination_indication 48*5113495bSYour Name 49*5113495bSYour Name The ID of the REO exit ring where the MSDU frame shall 50*5113495bSYour Name push after (MPDU level) reordering has finished. 51*5113495bSYour Name 52*5113495bSYour Name 53*5113495bSYour Name 54*5113495bSYour Name <enum 0 reo_destination_tcl> Reo will push the frame 55*5113495bSYour Name into the REO2TCL ring 56*5113495bSYour Name 57*5113495bSYour Name <enum 1 reo_destination_sw1> Reo will push the frame 58*5113495bSYour Name into the REO2SW1 ring 59*5113495bSYour Name 60*5113495bSYour Name <enum 2 reo_destination_sw2> Reo will push the frame 61*5113495bSYour Name into the REO2SW1 ring 62*5113495bSYour Name 63*5113495bSYour Name <enum 3 reo_destination_sw3> Reo will push the frame 64*5113495bSYour Name into the REO2SW1 ring 65*5113495bSYour Name 66*5113495bSYour Name <enum 4 reo_destination_sw4> Reo will push the frame 67*5113495bSYour Name into the REO2SW1 ring 68*5113495bSYour Name 69*5113495bSYour Name <enum 5 reo_destination_release> Reo will push the frame 70*5113495bSYour Name into the REO_release ring 71*5113495bSYour Name 72*5113495bSYour Name <enum 6 reo_destination_fw> Reo will push the frame into 73*5113495bSYour Name the REO2FW ring 74*5113495bSYour Name 75*5113495bSYour Name <enum 7 reo_destination_7> REO remaps this 76*5113495bSYour Name 77*5113495bSYour Name <enum 8 reo_destination_8> REO remaps this <enum 9 78*5113495bSYour Name reo_destination_9> REO remaps this <enum 10 79*5113495bSYour Name reo_destination_10> REO remaps this 80*5113495bSYour Name 81*5113495bSYour Name <enum 11 reo_destination_11> REO remaps this 82*5113495bSYour Name 83*5113495bSYour Name <enum 12 reo_destination_12> REO remaps this <enum 13 84*5113495bSYour Name reo_destination_13> REO remaps this 85*5113495bSYour Name 86*5113495bSYour Name <enum 14 reo_destination_14> REO remaps this 87*5113495bSYour Name 88*5113495bSYour Name <enum 15 reo_destination_15> REO remaps this 89*5113495bSYour Name 90*5113495bSYour Name <enum 16 reo_destination_16> REO remaps this 91*5113495bSYour Name 92*5113495bSYour Name <enum 17 reo_destination_17> REO remaps this 93*5113495bSYour Name 94*5113495bSYour Name <enum 18 reo_destination_18> REO remaps this 95*5113495bSYour Name 96*5113495bSYour Name <enum 19 reo_destination_19> REO remaps this 97*5113495bSYour Name 98*5113495bSYour Name <enum 20 reo_destination_20> REO remaps this 99*5113495bSYour Name 100*5113495bSYour Name <enum 21 reo_destination_21> REO remaps this 101*5113495bSYour Name 102*5113495bSYour Name <enum 22 reo_destination_22> REO remaps this 103*5113495bSYour Name 104*5113495bSYour Name <enum 23 reo_destination_23> REO remaps this 105*5113495bSYour Name 106*5113495bSYour Name <enum 24 reo_destination_24> REO remaps this 107*5113495bSYour Name 108*5113495bSYour Name <enum 25 reo_destination_25> REO remaps this 109*5113495bSYour Name 110*5113495bSYour Name <enum 26 reo_destination_26> REO remaps this 111*5113495bSYour Name 112*5113495bSYour Name <enum 27 reo_destination_27> REO remaps this 113*5113495bSYour Name 114*5113495bSYour Name <enum 28 reo_destination_28> REO remaps this 115*5113495bSYour Name 116*5113495bSYour Name <enum 29 reo_destination_29> REO remaps this 117*5113495bSYour Name 118*5113495bSYour Name <enum 30 reo_destination_30> REO remaps this 119*5113495bSYour Name 120*5113495bSYour Name <enum 31 reo_destination_31> REO remaps this 121*5113495bSYour Name 122*5113495bSYour Name 123*5113495bSYour Name 124*5113495bSYour Name <legal all> 125*5113495bSYour Name 126*5113495bSYour Name use_flow_id_toeplitz_clfy 127*5113495bSYour Name 128*5113495bSYour Name indication to Rx OLE to enable classification based on 129*5113495bSYour Name 'flow_id_toeplitz' from Common Parser, in case flow search 130*5113495bSYour Name fails 131*5113495bSYour Name 132*5113495bSYour Name <legal all> 133*5113495bSYour Name 134*5113495bSYour Name reserved_0a 135*5113495bSYour Name 136*5113495bSYour Name <legal 0> 137*5113495bSYour Name */ 138*5113495bSYour Name 139*5113495bSYour Name 140*5113495bSYour Name /* Description RXPT_CLASSIFY_INFO_0_REO_DESTINATION_INDICATION 141*5113495bSYour Name 142*5113495bSYour Name The ID of the REO exit ring where the MSDU frame shall 143*5113495bSYour Name push after (MPDU level) reordering has finished. 144*5113495bSYour Name 145*5113495bSYour Name 146*5113495bSYour Name 147*5113495bSYour Name <enum 0 reo_destination_tcl> Reo will push the frame 148*5113495bSYour Name into the REO2TCL ring 149*5113495bSYour Name 150*5113495bSYour Name <enum 1 reo_destination_sw1> Reo will push the frame 151*5113495bSYour Name into the REO2SW1 ring 152*5113495bSYour Name 153*5113495bSYour Name <enum 2 reo_destination_sw2> Reo will push the frame 154*5113495bSYour Name into the REO2SW1 ring 155*5113495bSYour Name 156*5113495bSYour Name <enum 3 reo_destination_sw3> Reo will push the frame 157*5113495bSYour Name into the REO2SW1 ring 158*5113495bSYour Name 159*5113495bSYour Name <enum 4 reo_destination_sw4> Reo will push the frame 160*5113495bSYour Name into the REO2SW1 ring 161*5113495bSYour Name 162*5113495bSYour Name <enum 5 reo_destination_release> Reo will push the frame 163*5113495bSYour Name into the REO_release ring 164*5113495bSYour Name 165*5113495bSYour Name <enum 6 reo_destination_fw> Reo will push the frame into 166*5113495bSYour Name the REO2FW ring 167*5113495bSYour Name 168*5113495bSYour Name <enum 7 reo_destination_7> REO remaps this 169*5113495bSYour Name 170*5113495bSYour Name <enum 8 reo_destination_8> REO remaps this <enum 9 171*5113495bSYour Name reo_destination_9> REO remaps this <enum 10 172*5113495bSYour Name reo_destination_10> REO remaps this 173*5113495bSYour Name 174*5113495bSYour Name <enum 11 reo_destination_11> REO remaps this 175*5113495bSYour Name 176*5113495bSYour Name <enum 12 reo_destination_12> REO remaps this <enum 13 177*5113495bSYour Name reo_destination_13> REO remaps this 178*5113495bSYour Name 179*5113495bSYour Name <enum 14 reo_destination_14> REO remaps this 180*5113495bSYour Name 181*5113495bSYour Name <enum 15 reo_destination_15> REO remaps this 182*5113495bSYour Name 183*5113495bSYour Name <enum 16 reo_destination_16> REO remaps this 184*5113495bSYour Name 185*5113495bSYour Name <enum 17 reo_destination_17> REO remaps this 186*5113495bSYour Name 187*5113495bSYour Name <enum 18 reo_destination_18> REO remaps this 188*5113495bSYour Name 189*5113495bSYour Name <enum 19 reo_destination_19> REO remaps this 190*5113495bSYour Name 191*5113495bSYour Name <enum 20 reo_destination_20> REO remaps this 192*5113495bSYour Name 193*5113495bSYour Name <enum 21 reo_destination_21> REO remaps this 194*5113495bSYour Name 195*5113495bSYour Name <enum 22 reo_destination_22> REO remaps this 196*5113495bSYour Name 197*5113495bSYour Name <enum 23 reo_destination_23> REO remaps this 198*5113495bSYour Name 199*5113495bSYour Name <enum 24 reo_destination_24> REO remaps this 200*5113495bSYour Name 201*5113495bSYour Name <enum 25 reo_destination_25> REO remaps this 202*5113495bSYour Name 203*5113495bSYour Name <enum 26 reo_destination_26> REO remaps this 204*5113495bSYour Name 205*5113495bSYour Name <enum 27 reo_destination_27> REO remaps this 206*5113495bSYour Name 207*5113495bSYour Name <enum 28 reo_destination_28> REO remaps this 208*5113495bSYour Name 209*5113495bSYour Name <enum 29 reo_destination_29> REO remaps this 210*5113495bSYour Name 211*5113495bSYour Name <enum 30 reo_destination_30> REO remaps this 212*5113495bSYour Name 213*5113495bSYour Name <enum 31 reo_destination_31> REO remaps this 214*5113495bSYour Name 215*5113495bSYour Name 216*5113495bSYour Name 217*5113495bSYour Name <legal all> 218*5113495bSYour Name */ 219*5113495bSYour Name #define RXPT_CLASSIFY_INFO_0_REO_DESTINATION_INDICATION_OFFSET 0x00000000 220*5113495bSYour Name #define RXPT_CLASSIFY_INFO_0_REO_DESTINATION_INDICATION_LSB 0 221*5113495bSYour Name #define RXPT_CLASSIFY_INFO_0_REO_DESTINATION_INDICATION_MASK 0x0000001f 222*5113495bSYour Name 223*5113495bSYour Name /* Description RXPT_CLASSIFY_INFO_0_USE_FLOW_ID_TOEPLITZ_CLFY 224*5113495bSYour Name 225*5113495bSYour Name indication to Rx OLE to enable classification based on 226*5113495bSYour Name 'flow_id_toeplitz' from Common Parser, in case flow search 227*5113495bSYour Name fails 228*5113495bSYour Name 229*5113495bSYour Name <legal all> 230*5113495bSYour Name */ 231*5113495bSYour Name #define RXPT_CLASSIFY_INFO_0_USE_FLOW_ID_TOEPLITZ_CLFY_OFFSET 0x00000000 232*5113495bSYour Name #define RXPT_CLASSIFY_INFO_0_USE_FLOW_ID_TOEPLITZ_CLFY_LSB 5 233*5113495bSYour Name #define RXPT_CLASSIFY_INFO_0_USE_FLOW_ID_TOEPLITZ_CLFY_MASK 0x00000020 234*5113495bSYour Name 235*5113495bSYour Name /* Description RXPT_CLASSIFY_INFO_0_RESERVED_0A 236*5113495bSYour Name 237*5113495bSYour Name <legal 0> 238*5113495bSYour Name */ 239*5113495bSYour Name #define RXPT_CLASSIFY_INFO_0_RESERVED_0A_OFFSET 0x00000000 240*5113495bSYour Name #define RXPT_CLASSIFY_INFO_0_RESERVED_0A_LSB 6 241*5113495bSYour Name #define RXPT_CLASSIFY_INFO_0_RESERVED_0A_MASK 0xffffffc0 242*5113495bSYour Name 243*5113495bSYour Name 244*5113495bSYour Name #endif // _RXPT_CLASSIFY_INFO_H_ 245