|
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 | |
| FILE_SECBOOT (FORBIDDEN) | |
| 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_DESC_RX_CTL1_BUF_LEN 0x00000fff |
Definition at line 38 of file desc.h.
Referenced by ath5k_hw_setup_rx_desc().
| #define AR5K_DESC_RX_CTL1_INTREQ 0x00002000 |
Definition at line 39 of file desc.h.
Referenced by ath5k_hw_setup_rx_desc().
| #define AR5K_5210_RX_DESC_STATUS0_DATA_LEN 0x00000fff |
Definition at line 52 of file desc.h.
Referenced by ath5k_hw_proc_5210_rx_status().
| #define AR5K_5210_RX_DESC_STATUS0_MORE 0x00001000 |
Definition at line 53 of file desc.h.
Referenced by ath5k_hw_proc_5210_rx_status().
| #define AR5K_5210_RX_DESC_STATUS0_RECEIVE_RATE 0x00078000 |
Definition at line 54 of file desc.h.
Referenced by ath5k_hw_proc_5210_rx_status().
| #define AR5K_5210_RX_DESC_STATUS0_RECEIVE_SIGNAL 0x07f80000 |
Definition at line 56 of file desc.h.
Referenced by ath5k_hw_proc_5210_rx_status().
| #define AR5K_5210_RX_DESC_STATUS0_RECEIVE_ANTENNA 0x38000000 |
Definition at line 58 of file desc.h.
Referenced by ath5k_hw_proc_5210_rx_status().
| #define AR5K_5210_RX_DESC_STATUS1_DONE 0x00000001 |
Definition at line 62 of file desc.h.
Referenced by ath5k_hw_proc_5210_rx_status().
| #define AR5K_5210_RX_DESC_STATUS1_FRAME_RECEIVE_OK 0x00000002 |
Definition at line 63 of file desc.h.
Referenced by ath5k_hw_proc_5210_rx_status().
| #define AR5K_5210_RX_DESC_STATUS1_CRC_ERROR 0x00000004 |
Definition at line 64 of file desc.h.
Referenced by ath5k_hw_proc_5210_rx_status().
| #define AR5K_5210_RX_DESC_STATUS1_FIFO_OVERRUN 0x00000008 |
Definition at line 65 of file desc.h.
Referenced by ath5k_hw_proc_5210_rx_status().
| #define AR5K_5210_RX_DESC_STATUS1_DECRYPT_CRC_ERROR 0x00000010 |
Definition at line 66 of file desc.h.
Referenced by ath5k_hw_proc_5210_rx_status().
| #define AR5K_5210_RX_DESC_STATUS1_PHY_ERROR 0x000000e0 |
Definition at line 67 of file desc.h.
Referenced by ath5k_hw_proc_5210_rx_status().
| #define AR5K_5210_RX_DESC_STATUS1_RECEIVE_TIMESTAMP 0x0fff8000 |
Definition at line 72 of file desc.h.
Referenced by ath5k_hw_proc_5210_rx_status().
| #define AR5K_5212_RX_DESC_STATUS0_DATA_LEN 0x00000fff |
Definition at line 78 of file desc.h.
Referenced by ath5k_hw_proc_5212_rx_status().
| #define AR5K_5212_RX_DESC_STATUS0_MORE 0x00001000 |
Definition at line 79 of file desc.h.
Referenced by ath5k_hw_proc_5212_rx_status().
| #define AR5K_5212_RX_DESC_STATUS0_RECEIVE_RATE 0x000f8000 |
Definition at line 81 of file desc.h.
Referenced by ath5k_hw_proc_5212_rx_status().
| #define AR5K_5212_RX_DESC_STATUS0_RECEIVE_SIGNAL 0x0ff00000 |
Definition at line 83 of file desc.h.
Referenced by ath5k_hw_proc_5212_rx_status().
| #define AR5K_5212_RX_DESC_STATUS0_RECEIVE_ANTENNA 0xf0000000 |
Definition at line 85 of file desc.h.
Referenced by ath5k_hw_proc_5212_rx_status().
| #define AR5K_5212_RX_DESC_STATUS1_DONE 0x00000001 |
Definition at line 89 of file desc.h.
Referenced by ath5k_hw_proc_5212_rx_status().
| #define AR5K_5212_RX_DESC_STATUS1_FRAME_RECEIVE_OK 0x00000002 |
Definition at line 90 of file desc.h.
Referenced by ath5k_hw_proc_5212_rx_status().
| #define AR5K_5212_RX_DESC_STATUS1_CRC_ERROR 0x00000004 |
Definition at line 91 of file desc.h.
Referenced by ath5k_hw_proc_5212_rx_status().
| #define AR5K_5212_RX_DESC_STATUS1_DECRYPT_CRC_ERROR 0x00000008 |
Definition at line 92 of file desc.h.
Referenced by ath5k_hw_proc_5212_rx_status().
| #define AR5K_5212_RX_DESC_STATUS1_PHY_ERROR 0x00000010 |
Definition at line 93 of file desc.h.
Referenced by ath5k_hw_proc_5212_rx_status().
| #define AR5K_5212_RX_DESC_STATUS1_MIC_ERROR 0x00000020 |
Definition at line 94 of file desc.h.
Referenced by ath5k_hw_proc_5212_rx_status().
| #define AR5K_5212_RX_DESC_STATUS1_RECEIVE_TIMESTAMP 0x7fff0000 |
Definition at line 98 of file desc.h.
Referenced by ath5k_hw_proc_5212_rx_status().
| #define AR5K_RX_DESC_ERROR1_PHY_ERROR_CODE 0x0000ff00 |
Definition at line 114 of file desc.h.
Referenced by ath5k_hw_proc_5212_rx_status().
| #define AR5K_2W_TX_DESC_CTL0_FRAME_LEN 0x00000fff |
Definition at line 136 of file desc.h.
Referenced by ath5k_hw_setup_2word_tx_desc().
| #define AR5K_2W_TX_DESC_CTL0_HEADER_LEN 0x0003f000 /*[5210 ?]*/ |
Definition at line 137 of file desc.h.
Referenced by ath5k_hw_setup_2word_tx_desc().
| #define AR5K_2W_TX_DESC_CTL0_XMIT_RATE 0x003c0000 |
Definition at line 139 of file desc.h.
Referenced by ath5k_hw_proc_2word_tx_status(), and ath5k_hw_setup_2word_tx_desc().
| #define AR5K_2W_TX_DESC_CTL0_LONG_PACKET 0x00800000 /*[5210]*/ |
| #define AR5K_2W_TX_DESC_CTL0_FRAME_TYPE 0x1c000000 /*[5210]*/ |
Definition at line 145 of file desc.h.
Referenced by ath5k_hw_setup_2word_tx_desc().
| #define AR5K_2W_TX_DESC_CTL0_ANT_MODE_XMIT |
Definition at line 150 of file desc.h.
Referenced by ath5k_hw_setup_2word_tx_desc().
| #define AR5K_2W_TX_DESC_CTL1_BUF_LEN 0x00000fff |
Definition at line 160 of file desc.h.
Referenced by ath5k_hw_setup_2word_tx_desc().
| #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 |
Definition at line 165 of file desc.h.
| #define AR5K_2W_TX_DESC_CTL1_FRAME_TYPE 0x00700000 /*[5211]*/ |
Definition at line 171 of file desc.h.
Referenced by ath5k_hw_setup_2word_tx_desc().
| #define AR5K_2W_TX_DESC_CTL1_RTS_DURATION 0xfff80000 /*[5210 ?]*/ |
Definition at line 174 of file desc.h.
Referenced by ath5k_hw_setup_2word_tx_desc().
| #define AR5K_AR5210_TX_DESC_FRAME_TYPE_NO_DELAY 0x0c |
Definition at line 180 of file desc.h.
Referenced by ath5k_hw_setup_2word_tx_desc().
| #define AR5K_AR5210_TX_DESC_FRAME_TYPE_PIFS 0x10 |
Definition at line 181 of file desc.h.
Referenced by ath5k_hw_setup_2word_tx_desc().
| #define AR5K_4W_TX_DESC_CTL0_FRAME_LEN 0x00000fff |
Definition at line 189 of file desc.h.
Referenced by ath5k_hw_setup_4word_tx_desc().
| #define AR5K_4W_TX_DESC_CTL0_XMIT_POWER 0x003f0000 |
Definition at line 190 of file desc.h.
Referenced by ath5k_hw_setup_4word_tx_desc().
| #define AR5K_4W_TX_DESC_CTL0_ANT_MODE_XMIT 0x1e000000 |
Definition at line 195 of file desc.h.
Referenced by ath5k_hw_setup_4word_tx_desc().
| #define AR5K_4W_TX_DESC_CTL1_BUF_LEN 0x00000fff |
Definition at line 203 of file desc.h.
Referenced by ath5k_hw_setup_4word_tx_desc().
| #define AR5K_4W_TX_DESC_CTL1_FRAME_TYPE 0x00f00000 |
Definition at line 207 of file desc.h.
Referenced by ath5k_hw_setup_4word_tx_desc().
| #define AR5K_4W_TX_DESC_CTL2_RTS_DURATION 0x00007fff |
Definition at line 219 of file desc.h.
Referenced by ath5k_hw_setup_4word_tx_desc().
| #define AR5K_4W_TX_DESC_CTL2_DURATION_UPDATE_ENABLE 0x00008000 |
| #define AR5K_4W_TX_DESC_CTL2_XMIT_TRIES0 0x000f0000 |
Definition at line 221 of file desc.h.
Referenced by ath5k_hw_setup_4word_tx_desc().
| #define AR5K_4W_TX_DESC_CTL3_XMIT_RATE0 0x0000001f |
Definition at line 232 of file desc.h.
Referenced by ath5k_hw_proc_4word_tx_status(), and ath5k_hw_setup_4word_tx_desc().
| #define AR5K_4W_TX_DESC_CTL3_RTS_CTS_RATE 0x01f00000 |
Definition at line 239 of file desc.h.
Referenced by ath5k_hw_setup_4word_tx_desc().
| #define AR5K_DESC_TX_STATUS0_FRAME_XMIT_OK 0x00000001 |
Definition at line 252 of file desc.h.
Referenced by ath5k_hw_proc_2word_tx_status(), and ath5k_hw_proc_4word_tx_status().
| #define AR5K_DESC_TX_STATUS0_EXCESSIVE_RETRIES 0x00000002 |
Definition at line 253 of file desc.h.
Referenced by ath5k_hw_proc_2word_tx_status(), and ath5k_hw_proc_4word_tx_status().
| #define AR5K_DESC_TX_STATUS0_FIFO_UNDERRUN 0x00000004 |
Definition at line 254 of file desc.h.
Referenced by ath5k_hw_proc_2word_tx_status(), and ath5k_hw_proc_4word_tx_status().
| #define AR5K_DESC_TX_STATUS0_FILTERED 0x00000008 |
Definition at line 255 of file desc.h.
Referenced by ath5k_hw_proc_2word_tx_status(), and ath5k_hw_proc_4word_tx_status().
| #define AR5K_DESC_TX_STATUS0_SHORT_RETRY_COUNT 0x000000f0 |
Definition at line 260 of file desc.h.
Referenced by ath5k_hw_proc_2word_tx_status(), and ath5k_hw_proc_4word_tx_status().
| #define AR5K_DESC_TX_STATUS0_LONG_RETRY_COUNT 0x00000f00 |
Definition at line 266 of file desc.h.
Referenced by ath5k_hw_proc_2word_tx_status(), and ath5k_hw_proc_4word_tx_status().
| #define AR5K_DESC_TX_STATUS0_SEND_TIMESTAMP 0xffff0000 |
Definition at line 270 of file desc.h.
Referenced by ath5k_hw_proc_2word_tx_status(), and ath5k_hw_proc_4word_tx_status().
| #define AR5K_DESC_TX_STATUS1_DONE 0x00000001 |
Definition at line 274 of file desc.h.
Referenced by ath5k_hw_proc_2word_tx_status(), and ath5k_hw_proc_4word_tx_status().
| #define AR5K_DESC_TX_STATUS1_SEQ_NUM 0x00001ffe |
Definition at line 275 of file desc.h.
Referenced by ath5k_hw_proc_2word_tx_status(), and ath5k_hw_proc_4word_tx_status().
| #define AR5K_DESC_TX_STATUS1_ACK_SIG_STRENGTH 0x001fe000 |
Definition at line 277 of file desc.h.
Referenced by ath5k_hw_proc_2word_tx_status(), and ath5k_hw_proc_4word_tx_status().
| #define AR5K_DESC_TX_STATUS1_FINAL_TS_INDEX 0x00600000 |
Definition at line 279 of file desc.h.
Referenced by ath5k_hw_proc_4word_tx_status().
| #define AR5K_DESC_TX_STATUS1_XMIT_ANTENNA 0x01000000 |
Definition at line 282 of file desc.h.
Referenced by ath5k_hw_proc_4word_tx_status().
| #define AR5K_RXDESC_INTREQ 0x0020 |
Definition at line 326 of file desc.h.
Referenced by ath5k_hw_setup_rx_desc().
| #define AR5K_TXDESC_CLRDMASK 0x0001 |
Definition at line 328 of file desc.h.
Referenced by ath5k_txbuf_setup().
| #define AR5K_TXDESC_RTSENA 0x0004 |
Definition at line 330 of file desc.h.
Referenced by ath5k_hw_setup_2word_tx_desc(), and ath5k_hw_setup_4word_tx_desc().
| #define AR5K_TXDESC_CTSENA 0x0008 |
Definition at line 331 of file desc.h.
Referenced by ath5k_hw_setup_2word_tx_desc(), ath5k_hw_setup_4word_tx_desc(), and ath5k_txbuf_setup().
| #define AR5K_TXDESC_INTREQ 0x0010 |
Definition at line 332 of file desc.h.
Referenced by ath5k_txbuf_setup().
| FILE_SECBOOT | ( | FORBIDDEN | ) |
| struct ath5k_hw_4w_tx_ctl tx_ctl |
Definition at line 0 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 0 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 3 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_guid_ntoa(), efi_pxe_ip_filter(), efi_shim_unlock(), efipci_ioremap(), fc_fill_sockaddr(), is_pnp_bios(), md4_digest(), md5_digest(), phantom_get_macaddr(), png_type_name(), select_setting_row(), sha1_digest(), sha256_digest(), sha512_digest(), sis630e_get_mac_addr(), and ucode_vendor_name().
| u32 ds_link |
Definition at line 0 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 |