FreeBSD kernel MWL device code
mwl_hal_hwspec Struct Reference

#include <mwlhal.h>

Data Fields

uint8_t hwVersion
 
uint8_t hostInterface
 
uint16_t maxNumWCB
 
uint16_t maxNumMCAddr
 
uint16_t maxNumTxWcb
 
uint8_t macAddr [6]
 
uint16_t regionCode
 
uint16_t numAntennas
 
uint32_t fwReleaseNumber
 
uint32_t wcbBase0
 
uint32_t rxDescRead
 
uint32_t rxDescWrite
 
uint32_t ulFwAwakeCookie
 
uint32_t wcbBase [MWL_NUM_TX_QUEUES - MWL_NUM_ACK_QUEUES]
 

Detailed Description

Definition at line 198 of file mwlhal.h.

Field Documentation

◆ fwReleaseNumber

uint32_t mwl_hal_hwspec::fwReleaseNumber

Definition at line 207 of file mwlhal.h.

Referenced by mwl_announce(), and mwl_hal_gethwspecs().

◆ hostInterface

uint8_t mwl_hal_hwspec::hostInterface

Definition at line 200 of file mwlhal.h.

Referenced by mwl_hal_gethwspecs().

◆ hwVersion

uint8_t mwl_hal_hwspec::hwVersion

Definition at line 199 of file mwlhal.h.

Referenced by mwl_announce(), and mwl_hal_gethwspecs().

◆ macAddr

uint8_t mwl_hal_hwspec::macAddr[6]

Definition at line 204 of file mwlhal.h.

Referenced by mwl_attach(), and mwl_hal_gethwspecs().

◆ maxNumMCAddr

uint16_t mwl_hal_hwspec::maxNumMCAddr

Definition at line 202 of file mwlhal.h.

Referenced by mwl_hal_gethwspecs().

◆ maxNumTxWcb

uint16_t mwl_hal_hwspec::maxNumTxWcb

Definition at line 203 of file mwlhal.h.

◆ maxNumWCB

uint16_t mwl_hal_hwspec::maxNumWCB

Definition at line 201 of file mwlhal.h.

Referenced by mwl_hal_gethwspecs().

◆ numAntennas

uint16_t mwl_hal_hwspec::numAntennas

Definition at line 206 of file mwlhal.h.

Referenced by mwl_hal_gethwspecs().

◆ regionCode

uint16_t mwl_hal_hwspec::regionCode

Definition at line 205 of file mwlhal.h.

Referenced by mwl_announce(), and mwl_hal_gethwspecs().

◆ rxDescRead

uint32_t mwl_hal_hwspec::rxDescRead

Definition at line 209 of file mwlhal.h.

Referenced by mwl_hal_gethwspecs(), mwl_rx_proc(), and mwl_setupdma().

◆ rxDescWrite

uint32_t mwl_hal_hwspec::rxDescWrite

Definition at line 210 of file mwlhal.h.

Referenced by mwl_hal_gethwspecs(), mwl_rx_proc(), and mwl_setupdma().

◆ ulFwAwakeCookie

uint32_t mwl_hal_hwspec::ulFwAwakeCookie

Definition at line 211 of file mwlhal.h.

◆ wcbBase

uint32_t mwl_hal_hwspec::wcbBase[MWL_NUM_TX_QUEUES - MWL_NUM_ACK_QUEUES]

Definition at line 212 of file mwlhal.h.

Referenced by mwl_hal_gethwspecs(), and mwl_setupdma().

◆ wcbBase0

uint32_t mwl_hal_hwspec::wcbBase0

Definition at line 208 of file mwlhal.h.


The documentation for this struct was generated from the following file: