The context structure of the UMAC's Rx module. More...
#include <rxu_cntrl.h>

Data Fields | |
| struct rx_cntrl_rx_status | rx_status |
| Information related to the currently received packet. | |
| struct co_list | rxdesc_ready |
| List of RX Descriptor elements that are ready for DMA transfer. | |
| uint32_t | hostid_current |
| HostId of the buffer currently involved in the packet reception. | |
| uint8_t | rxdesc_idx |
| Index of the next rxu_stat_desc structure to use. | |
| struct co_list | rxu_reord_free |
| List of free RX Reordering structures. | |
| struct co_list | rxu_defrag_free |
| List of free Reassembly structures. | |
| struct co_list | rxu_defrag_used |
| List of used Reassembly structures. | |
| struct rx_cntrl_dupli | rxu_dupli |
| Unknown STA duplicate filtering information. | |
| struct mac_addr * | mac_addr_ptr |
| Pointer to this stations MAC Address. | |
| struct rx_cntrl_pm_mon | pm_mon |
| PM bit monitoring. | |
| uint32_t | ttr |
| Time to run parameter used. | |
The context structure of the UMAC's Rx module.
Definition at line 312 of file rxu_cntrl.h.
1.6.1