Lines Matching defs:sc

474 	iwk_sc_t		*sc;  in iwk_attach()  local
854 iwk_sc_t *sc; in iwk_detach() local
946 iwk_sc_t *sc; in iwk_quiesce() local
963 iwk_destroy_locks(iwk_sc_t *sc) in iwk_destroy_locks()
978 iwk_alloc_dma_mem(iwk_sc_t *sc, size_t memsize, in iwk_alloc_dma_mem()
1055 iwk_alloc_fw_dma(iwk_sc_t *sc) in iwk_alloc_fw_dma()
1153 iwk_free_fw_dma(iwk_sc_t *sc) in iwk_free_fw_dma()
1166 iwk_alloc_shared(iwk_sc_t *sc) in iwk_alloc_shared()
1192 iwk_free_shared(iwk_sc_t *sc) in iwk_free_shared()
1201 iwk_alloc_kw(iwk_sc_t *sc) in iwk_alloc_kw()
1226 iwk_free_kw(iwk_sc_t *sc) in iwk_free_kw()
1232 iwk_alloc_rx_ring(iwk_sc_t *sc) in iwk_alloc_rx_ring()
1293 iwk_reset_rx_ring(iwk_sc_t *sc) in iwk_reset_rx_ring()
1314 iwk_free_rx_ring(iwk_sc_t *sc) in iwk_free_rx_ring()
1331 iwk_alloc_tx_ring(iwk_sc_t *sc, iwk_tx_ring_t *ring, in iwk_alloc_tx_ring()
1431 iwk_reset_tx_ring(iwk_sc_t *sc, iwk_tx_ring_t *ring) in iwk_reset_tx_ring()
1462 iwk_free_tx_ring(iwk_sc_t *sc, iwk_tx_ring_t *ring) in iwk_free_tx_ring()
1486 iwk_ring_init(iwk_sc_t *sc) in iwk_ring_init()
1512 iwk_ring_free(iwk_sc_t *sc) in iwk_ring_free()
1549 iwk_sc_t *sc = (iwk_sc_t *)ic; in iwk_newstate() local
1797 iwk_sc_t *sc = arg; in iwk_watchdog() local
1825 iwk_sc_t *sc = (iwk_sc_t *)ic; in iwk_key_set() local
1943 iwk_mac_access_enter(iwk_sc_t *sc) in iwk_mac_access_enter()
1969 iwk_mac_access_exit(iwk_sc_t *sc) in iwk_mac_access_exit()
1977 iwk_mem_read(iwk_sc_t *sc, uint32_t addr) in iwk_mem_read()
1984 iwk_mem_write(iwk_sc_t *sc, uint32_t addr, uint32_t data) in iwk_mem_write()
1991 iwk_reg_read(iwk_sc_t *sc, uint32_t addr) in iwk_reg_read()
1998 iwk_reg_write(iwk_sc_t *sc, uint32_t addr, uint32_t data) in iwk_reg_write()
2005 iwk_reg_write_region_4(iwk_sc_t *sc, uint32_t addr, in iwk_reg_write_region_4()
2027 iwk_load_firmware(iwk_sc_t *sc) in iwk_load_firmware()
2085 iwk_rx_intr(iwk_sc_t *sc, iwk_rx_desc_t *desc, iwk_rx_data_t *data) in iwk_rx_intr()
2186 iwk_tx_intr(iwk_sc_t *sc, iwk_rx_desc_t *desc, iwk_rx_data_t *data) in iwk_tx_intr()
2225 iwk_cmd_intr(iwk_sc_t *sc, iwk_rx_desc_t *desc) in iwk_cmd_intr()
2241 iwk_ucode_alive(iwk_sc_t *sc, iwk_rx_desc_t *desc) in iwk_ucode_alive()
2345 iwk_sc_t *sc = (iwk_sc_t *)arg; in iwk_rx_softintr() local
2475 iwk_sc_t *sc = (iwk_sc_t *)arg; in iwk_intr() local
2601 iwk_sc_t *sc = (iwk_sc_t *)arg; in iwk_m_tx() local
2637 iwk_sc_t *sc = (iwk_sc_t *)ic; in iwk_send() local
2938 iwk_sc_t *sc = (iwk_sc_t *)arg; in iwk_m_ioctl() local
3102 iwk_sc_t *sc = (iwk_sc_t *)arg; in iwk_m_getprop() local
3115 iwk_sc_t *sc = (iwk_sc_t *)arg; in iwk_m_setprop() local
3140 iwk_sc_t *sc = (iwk_sc_t *)arg; in iwk_m_propinfo() local
3150 iwk_sc_t *sc = (iwk_sc_t *)arg; in iwk_m_stat() local
3215 iwk_sc_t *sc = (iwk_sc_t *)arg; in iwk_m_start() local
3245 iwk_sc_t *sc = (iwk_sc_t *)arg; in iwk_m_stop() local
3264 iwk_sc_t *sc = (iwk_sc_t *)arg; in iwk_m_unicst() local
3300 iwk_thread(iwk_sc_t *sc) in iwk_thread()
3449 iwk_cmd(iwk_sc_t *sc, int code, const void *buf, int size, int async) in iwk_cmd()
3503 iwk_set_led(iwk_sc_t *sc, uint8_t id, uint8_t off, uint8_t on) in iwk_set_led()
3516 iwk_hw_set_before_auth(iwk_sc_t *sc) in iwk_hw_set_before_auth()
3637 iwk_scan(iwk_sc_t *sc) in iwk_scan()
3803 iwk_config(iwk_sc_t *sc) in iwk_config()
3940 iwk_stop_master(iwk_sc_t *sc) in iwk_stop_master()
3965 iwk_power_up(iwk_sc_t *sc) in iwk_power_up()
3981 iwk_preinit(iwk_sc_t *sc) in iwk_preinit()
4060 static int iwk_eep_sem_down(iwk_sc_t *sc) in iwk_eep_sem_down()
4083 static void iwk_eep_sem_up(iwk_sc_t *sc) in iwk_eep_sem_up()
4096 static int iwk_eep_load(iwk_sc_t *sc) in iwk_eep_load()
4145 static void iwk_get_mac_from_eep(iwk_sc_t *sc) in iwk_get_mac_from_eep()
4158 iwk_init(iwk_sc_t *sc) in iwk_init()
4285 iwk_stop(iwk_sc_t *sc) in iwk_stop()
4362 iwk_amrr_timeout(iwk_sc_t *sc) in iwk_amrr_timeout()
4426 static int32_t iwk_curr_tempera(iwk_sc_t *sc) in iwk_curr_tempera()
4473 static inline int iwk_is_24G_band(iwk_sc_t *sc) in iwk_is_24G_band()
4479 static inline int iwk_is_fat_channel(iwk_sc_t *sc) in iwk_is_fat_channel()
4555 static struct iwk_eep_channel *iwk_get_eep_channel(iwk_sc_t *sc, in iwk_get_eep_channel()
4616 static int32_t iwk_band_number(iwk_sc_t *sc, uint16_t channel) in iwk_band_number()
4673 static int iwk_channel_interpolate(iwk_sc_t *sc, uint16_t channel, in iwk_channel_interpolate()
4809 static int iwk_txpower_table_cmd_init(iwk_sc_t *sc, in iwk_txpower_table_cmd_init()
5067 static int iwk_tx_power_calibration(iwk_sc_t *sc) in iwk_tx_power_calibration()
5101 static void iwk_statistics_notify(iwk_sc_t *sc, iwk_rx_desc_t *desc) in iwk_statistics_notify()
5149 static int iwk_is_associated(iwk_sc_t *sc) in iwk_is_associated()
5155 static int iwk_rxgain_diff_init(iwk_sc_t *sc) in iwk_rxgain_diff_init()
5193 static int iwk_rxgain_diff(iwk_sc_t *sc) in iwk_rxgain_diff()
5388 static int iwk_rx_sens_init(iwk_sc_t *sc) in iwk_rx_sens_init()
5475 static int iwk_rx_sens(iwk_sc_t *sc) in iwk_rx_sens()
5567 static int iwk_cck_sens(iwk_sc_t *sc, uint32_t actual_rx_time) in iwk_cck_sens()
5772 static int iwk_ofdm_sens(iwk_sc_t *sc, uint32_t actual_rx_time) in iwk_ofdm_sens()
5856 iwk_sc_t *sc = (iwk_sc_t *)ic; in iwk_recv_mgmt() local
5946 static void iwk_write_event_log(iwk_sc_t *sc) in iwk_write_event_log()
6057 static void iwk_write_error_log(iwk_sc_t *sc) in iwk_write_error_log()
6112 iwk_sc_t *sc = (iwk_sc_t *)ic; in iwk_run_state_config_ibss() local
6195 iwk_sc_t *sc = (iwk_sc_t *)ic; in iwk_run_state_config_sta() local
6248 iwk_fast_recover(iwk_sc_t *sc) in iwk_fast_recover()
6353 iwk_sc_t *sc = (iwk_sc_t *)ic; in iwk_start_tx_beacon() local
6451 iwk_sc_t *sc = (iwk_sc_t *)ic; in iwk_clean_add_node_ibss() local