_t 939 dev/ic/ar5xxx.h #define AR5K_HAL_FUNCTIONS(_t, _n, _a) \ _t 940 dev/ic/ar5xxx.h _t const HAL_RATE_TABLE *(_a _n##_get_rate_table)(struct ath_hal *, \ _t 942 dev/ic/ar5xxx.h _t void (_a _n##_detach)(struct ath_hal *); \ _t 944 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_reset)(struct ath_hal *, HAL_OPMODE, \ _t 946 dev/ic/ar5xxx.h _t void (_a _n##_set_opmode)(struct ath_hal *); \ _t 947 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_calibrate)(struct ath_hal*, \ _t 950 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_update_tx_triglevel)(struct ath_hal*, \ _t 952 dev/ic/ar5xxx.h _t int (_a _n##_setup_tx_queue)(struct ath_hal *, HAL_TX_QUEUE, \ _t 954 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_setup_tx_queueprops)(struct ath_hal *, int queue, \ _t 956 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_release_tx_queue)(struct ath_hal *, u_int queue); \ _t 957 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_reset_tx_queue)(struct ath_hal *, u_int queue); \ _t 958 dev/ic/ar5xxx.h _t u_int32_t (_a _n##_get_tx_buf)(struct ath_hal *, u_int queue); \ _t 959 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_put_tx_buf)(struct ath_hal *, u_int, \ _t 961 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_tx_start)(struct ath_hal *, u_int queue); \ _t 962 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_stop_tx_dma)(struct ath_hal *, u_int queue); \ _t 963 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_setup_tx_desc)(struct ath_hal *, \ _t 969 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_setup_xtx_desc)(struct ath_hal *, \ _t 973 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_fill_tx_desc)(struct ath_hal *, \ _t 976 dev/ic/ar5xxx.h _t HAL_STATUS (_a _n##_proc_tx_desc)(struct ath_hal *, \ _t 978 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_has_veol)(struct ath_hal *); \ _t 980 dev/ic/ar5xxx.h _t u_int32_t (_a _n##_get_rx_buf)(struct ath_hal*); \ _t 981 dev/ic/ar5xxx.h _t void (_a _n##_put_rx_buf)(struct ath_hal*, u_int32_t rxdp); \ _t 982 dev/ic/ar5xxx.h _t void (_a _n##_start_rx)(struct ath_hal*); \ _t 983 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_stop_rx_dma)(struct ath_hal*); \ _t 984 dev/ic/ar5xxx.h _t void (_a _n##_start_rx_pcu)(struct ath_hal*); \ _t 985 dev/ic/ar5xxx.h _t void (_a _n##_stop_pcu_recv)(struct ath_hal*); \ _t 986 dev/ic/ar5xxx.h _t void (_a _n##_set_mcast_filter)(struct ath_hal*, \ _t 988 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_set_mcast_filterindex)(struct ath_hal*, \ _t 990 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_clear_mcast_filter_idx)(struct ath_hal*, \ _t 992 dev/ic/ar5xxx.h _t u_int32_t (_a _n##_get_rx_filter)(struct ath_hal*); \ _t 993 dev/ic/ar5xxx.h _t void (_a _n##_set_rx_filter)(struct ath_hal*, u_int32_t); \ _t 994 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_setup_rx_desc)(struct ath_hal *, \ _t 996 dev/ic/ar5xxx.h _t HAL_STATUS (_a _n##_proc_rx_desc)(struct ath_hal *, \ _t 998 dev/ic/ar5xxx.h _t void (_a _n##_set_rx_signal)(struct ath_hal *); \ _t 1000 dev/ic/ar5xxx.h _t void (_a _n##_dump_state)(struct ath_hal *); \ _t 1001 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_get_diag_state)(struct ath_hal *, int, void **, \ _t 1003 dev/ic/ar5xxx.h _t void (_a _n##_get_lladdr)(struct ath_hal *, u_int8_t *); \ _t 1004 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_set_lladdr)(struct ath_hal *, \ _t 1006 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_set_regdomain)(struct ath_hal*, \ _t 1008 dev/ic/ar5xxx.h _t void (_a _n##_set_ledstate)(struct ath_hal*, HAL_LED_STATE); \ _t 1009 dev/ic/ar5xxx.h _t void (_a _n##_set_associd)(struct ath_hal*, \ _t 1011 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_set_gpio_output)(struct ath_hal *, \ _t 1013 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_set_gpio_input)(struct ath_hal *, \ _t 1015 dev/ic/ar5xxx.h _t u_int32_t (_a _n##_get_gpio)(struct ath_hal *, u_int32_t gpio); \ _t 1016 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_set_gpio)(struct ath_hal *, u_int32_t gpio, \ _t 1018 dev/ic/ar5xxx.h _t void (_a _n##_set_gpio_intr)(struct ath_hal*, u_int, u_int32_t); \ _t 1019 dev/ic/ar5xxx.h _t u_int32_t (_a _n##_get_tsf32)(struct ath_hal*); \ _t 1020 dev/ic/ar5xxx.h _t u_int64_t (_a _n##_get_tsf64)(struct ath_hal*); \ _t 1021 dev/ic/ar5xxx.h _t void (_a _n##_reset_tsf)(struct ath_hal*); \ _t 1022 dev/ic/ar5xxx.h _t u_int16_t (_a _n##_get_regdomain)(struct ath_hal*); \ _t 1023 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_detect_card_present)(struct ath_hal*); \ _t 1024 dev/ic/ar5xxx.h _t void (_a _n##_update_mib_counters)(struct ath_hal*, \ _t 1026 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_is_cipher_supported)(struct ath_hal*, \ _t 1028 dev/ic/ar5xxx.h _t HAL_RFGAIN (_a _n##_get_rf_gain)(struct ath_hal*); \ _t 1029 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_set_slot_time)(struct ath_hal*, u_int); \ _t 1030 dev/ic/ar5xxx.h _t u_int (_a _n##_get_slot_time)(struct ath_hal*); \ _t 1031 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_set_ack_timeout)(struct ath_hal *, u_int); \ _t 1032 dev/ic/ar5xxx.h _t u_int (_a _n##_get_ack_timeout)(struct ath_hal*); \ _t 1033 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_set_cts_timeout)(struct ath_hal*, u_int); \ _t 1034 dev/ic/ar5xxx.h _t u_int (_a _n##_get_cts_timeout)(struct ath_hal*); \ _t 1036 dev/ic/ar5xxx.h _t u_int32_t (_a _n##_get_keycache_size)(struct ath_hal*); \ _t 1037 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_reset_key)(struct ath_hal*, \ _t 1039 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_is_key_valid)(struct ath_hal *, \ _t 1041 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_set_key)(struct ath_hal*, u_int16_t, \ _t 1043 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_set_key_lladdr)(struct ath_hal*, \ _t 1046 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_set_power)(struct ath_hal*, \ _t 1049 dev/ic/ar5xxx.h _t HAL_POWER_MODE (_a _n##_get_power_mode)(struct ath_hal*); \ _t 1050 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_query_pspoll_support)(struct ath_hal*); \ _t 1051 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_init_pspoll)(struct ath_hal*); \ _t 1052 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_enable_pspoll)(struct ath_hal *, u_int8_t *, \ _t 1054 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_disable_pspoll)(struct ath_hal *); \ _t 1056 dev/ic/ar5xxx.h _t void (_a _n##_init_beacon)(struct ath_hal *, u_int32_t nexttbtt, \ _t 1058 dev/ic/ar5xxx.h _t void (_a _n##_set_beacon_timers)(struct ath_hal *, \ _t 1061 dev/ic/ar5xxx.h _t void (_a _n##_reset_beacon)(struct ath_hal *); \ _t 1062 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_wait_for_beacon)(struct ath_hal *, \ _t 1065 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_is_intr_pending)(struct ath_hal *); \ _t 1066 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_get_isr)(struct ath_hal *, \ _t 1068 dev/ic/ar5xxx.h _t u_int32_t (_a _n##_get_intr)(struct ath_hal *); \ _t 1069 dev/ic/ar5xxx.h _t HAL_INT (_a _n##_set_intr)(struct ath_hal *, HAL_INT); \ _t 1071 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_get_capabilities)(struct ath_hal *); \ _t 1072 dev/ic/ar5xxx.h _t void (_a _n##_radar_alert)(struct ath_hal *, HAL_BOOL enable); \ _t 1073 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_eeprom_is_busy)(struct ath_hal *); \ _t 1074 dev/ic/ar5xxx.h _t int (_a _n##_eeprom_read)(struct ath_hal *, u_int32_t offset, \ _t 1076 dev/ic/ar5xxx.h _t int (_a _n##_eeprom_write)(struct ath_hal *, u_int32_t offset, \ _t 1079 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_get_tx_queueprops)(struct ath_hal *, int, \ _t 1081 dev/ic/ar5xxx.h _t u_int32_t (_a _n##_num_tx_pending)(struct ath_hal *, u_int); \ _t 1082 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_phy_disable)(struct ath_hal *); \ _t 1083 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_set_txpower_limit)(struct ath_hal *, u_int); \ _t 1084 dev/ic/ar5xxx.h _t void (_a _n##_set_def_antenna)(struct ath_hal *, u_int); \ _t 1085 dev/ic/ar5xxx.h _t u_int (_a _n ##_get_def_antenna)(struct ath_hal *); \ _t 1086 dev/ic/ar5xxx.h _t HAL_BOOL (_a _n##_set_bssid_mask)(struct ath_hal *, \ _t 494 dev/ic/athvar.h #define ath_hal_set_slot_time(_ah, _t) \ _t 495 dev/ic/athvar.h ((*(_ah)->ah_set_slot_time)(_ah, _t)) _t 225 dev/ic/stireg.h typedef int (*sti_##n##_t)( \ _t 139 dev/pci/if_tht.c #define THT_REG_10G_SEC_AVAIL(_t) (_t) /* section available thresh*/ _t 140 dev/pci/if_tht.c #define THT_REG_10G_SEC_EMPTY(_t) ((_t)<<16) /* section empty avail */ _t 143 dev/pci/if_tht.c #define THT_REG_10G_FIFO_AE(_t) (_t) /* almost empty */ _t 144 dev/pci/if_tht.c #define THT_REG_10G_FIFO_AF(_t) ((_t)<<16) /* almost full */ _t 167 dev/pci/if_tht.c #define THT_REG_ISR_TMR(_t) (1<<(6+(_t))) /* timer */ _t 192 dev/pci/if_tht.c #define THT_REG_IMR_TMR(_t) (1<<(6+(_t))) /* timer */ _t 630 dev/pci/if_tht.c #define tht_wait_set(_s, _r, _b, _t) tht_wait_eq((_s), (_r), \ _t 631 dev/pci/if_tht.c (_b), (_b), (_t)) _t 90 dev/raidframe/rf_general.h #define RF_GETTIME(_t) microtime(&(_t))