iPXE
|
Go to the source code of this file.
Data Structures | |
struct | ath5k_hw_rx_ctl |
struct | ath5k_hw_rx_status |
struct | ath5k_hw_rx_error |
struct | ath5k_hw_2w_tx_ctl |
struct | ath5k_hw_4w_tx_ctl |
struct | ath5k_hw_tx_status |
struct | ath5k_hw_5210_tx_desc |
struct | ath5k_hw_5212_tx_desc |
struct | ath5k_hw_all_rx_desc |
struct | ath5k_desc |
Functions | |
struct ath5k_hw_rx_ctl | __attribute__ ((packed)) |
Variables | |
u32 | rx_control_0 |
u32 | rx_control_1 |
u32 | rx_status_0 |
u32 | rx_status_1 |
u32 | rx_error_0 |
u32 | rx_error_1 |
u32 | tx_control_0 |
u32 | tx_control_1 |
u32 | tx_control_2 |
u32 | tx_control_3 |
u32 | tx_status_0 |
u32 | tx_status_1 |
struct ath5k_hw_2w_tx_ctl | tx_ctl |
struct ath5k_hw_tx_status | tx_stat |
struct ath5k_hw_rx_ctl | rx_ctl |
union { | |
struct ath5k_hw_rx_status rx_stat | |
struct ath5k_hw_rx_error rx_err | |
} | u |
u32 | ds_link |
u32 | ds_data |
union { | |
struct ath5k_hw_5210_tx_desc ds_tx5210 | |
struct ath5k_hw_5212_tx_desc ds_tx5212 | |
struct ath5k_hw_all_rx_desc ds_rx | |
} | ud |
#define AR5K_5210_RX_DESC_STATUS1_DECRYPT_CRC_ERROR 0x00000010 |
#define AR5K_5210_RX_DESC_STATUS1_RECEIVE_TIMESTAMP 0x0fff8000 |
#define AR5K_5212_RX_DESC_STATUS1_DECRYPT_CRC_ERROR 0x00000008 |
#define AR5K_5212_RX_DESC_STATUS1_RECEIVE_TIMESTAMP 0x7fff0000 |
#define AR5K_2W_TX_DESC_CTL0_HEADER_LEN 0x0003f000 /*[5210 ?]*/ |
#define AR5K_2W_TX_DESC_CTL0_LONG_PACKET 0x00800000 /*[5210]*/ |
#define AR5K_2W_TX_DESC_CTL0_FRAME_TYPE 0x1c000000 /*[5210]*/ |
#define AR5K_2W_TX_DESC_CTL0_ANT_MODE_XMIT |
#define AR5K_2W_TX_DESC_CTL1_ENCRYPT_KEY_INDEX_5210 0x0007e000 |
#define AR5K_2W_TX_DESC_CTL1_ENCRYPT_KEY_INDEX_5211 0x000fe000 |
#define AR5K_2W_TX_DESC_CTL1_ENCRYPT_KEY_INDEX |
#define AR5K_2W_TX_DESC_CTL1_FRAME_TYPE 0x00700000 /*[5211]*/ |
#define AR5K_2W_TX_DESC_CTL1_RTS_DURATION 0xfff80000 /*[5210 ?]*/ |
#define AR5K_4W_TX_DESC_CTL2_DURATION_UPDATE_ENABLE 0x00008000 |
struct ath5k_hw_rx_ctl __attribute__ | ( | (packed) | ) |
struct ath5k_hw_4w_tx_ctl tx_ctl |
Definition at line 129 of file desc.h.
Referenced by ath5k_hw_proc_2word_tx_status(), ath5k_hw_proc_4word_tx_status(), ath5k_hw_setup_2word_tx_desc(), and ath5k_hw_setup_4word_tx_desc().
struct ath5k_hw_tx_status tx_stat |
struct ath5k_hw_rx_ctl rx_ctl |
Definition at line 129 of file desc.h.
Referenced by ath5k_hw_setup_rx_desc().
struct ath5k_hw_rx_status rx_stat |
struct ath5k_hw_rx_error rx_err |
Definition at line 132 of file desc.h.
Referenced by ath5k_hw_proc_5212_rx_status(), and igbvf_process_rx_packets().
union { ... } u |
Referenced by acpi_name(), apply_dns_settings(), asn1_built(), denumerate_int_setting(), draw_setting_row(), efi_block_local(), efi_block_match(), efi_block_root(), efi_block_scan(), efi_console_init(), efi_guid_ntoa(), efi_local_open_root(), efi_locate_device(), efi_pe_image_probe(), efi_pxe_ip_filter(), efi_service_add(), efi_service_del(), efi_shim_inhibit_pxe(), efi_shim_unlock(), efipci_ioremap(), efipci_root_open(), fc_fill_sockaddr(), is_pnp_bios(), md4_digest(), md5_digest(), mnpnet_start(), phantom_get_macaddr(), png_type_name(), select_setting_row(), sha1_digest(), sha256_digest(), sha512_digest(), sis630e_get_mac_addr(), ucode_vendor_name(), usbio_open(), usbio_path(), usbio_start(), and wpa_maybe_install_gtk().
u32 ds_link |
Definition at line 129 of file desc.h.
Referenced by ar9002_hw_get_desc_link(), ar9002_hw_set_desc_link(), ar9003_hw_get_desc_link(), and ar9003_hw_set_desc_link().
struct ath5k_hw_5210_tx_desc ds_tx5210 |
struct ath5k_hw_5212_tx_desc ds_tx5212 |
struct ath5k_hw_all_rx_desc ds_rx |
struct arbelprm_ud_send_wqe ud |