Searched defs:look_up_table (Results 1 – 1 of 1) sorted by relevance
354 struct look_up_table { struct355 bool dbr_recv;356 bool tx_recv;357 uint8_t *data; /* capture payload */358 uint32_t data_len; /* capture len */359 uint16_t dbr_ppdu_id; /* ppdu id from dbr */360 uint16_t tx_ppdu_id; /* ppdu id from TX event */361 qdf_dma_addr_t dbr_address; /* capture len */362 uint32_t tx_address1; /* capture len */363 uint32_t tx_address2; /* capture len */[all …]