Lines Matching defs:rx_desc

21 #include "rx_desc.h"
2079 * so all possible rx_desc structures must respect this assumption.
2146 /* rx_desc abstraction */
2150 /* sizeof() of the rx_desc structure used by this hw */
2153 /* offset of msdu_payload inside the rx_desc structure used by this hw */
2164 * to the proper rx_desc structure
2201 /* The default implementation of all these getters is using the old rx_desc,
2204 * to switch the default implementation to the new rx_desc, since this would
2240 struct htt_rx_desc_v1 *rx_desc;
2245 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base);
2246 return &rx_desc->attention;
2252 struct htt_rx_desc_v1 *rx_desc;
2257 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base);
2258 return &rx_desc->frag_info.common;
2264 struct htt_rx_desc_v1 *rx_desc;
2269 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base);
2270 return &rx_desc->mpdu_start;
2276 struct htt_rx_desc_v1 *rx_desc;
2281 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base);
2282 return &rx_desc->mpdu_end;
2288 struct htt_rx_desc_v1 *rx_desc;
2293 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base);
2294 return &rx_desc->msdu_start.common;
2300 struct htt_rx_desc_v1 *rx_desc;
2305 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base);
2306 return &rx_desc->msdu_end.common;
2312 struct htt_rx_desc_v1 *rx_desc;
2317 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base);
2318 return &rx_desc->ppdu_start;
2324 struct htt_rx_desc_v1 *rx_desc;
2329 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base);
2330 return &rx_desc->ppdu_end.common;
2336 struct htt_rx_desc_v1 *rx_desc;
2341 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base);
2342 return rx_desc->rx_hdr_status;
2348 struct htt_rx_desc_v1 *rx_desc;
2353 rx_desc = container_of(rxd, struct htt_rx_desc_v1, base);
2354 return rx_desc->msdu_payload;
2392 * because it depends on the underlying device rx_desc representation