Symbol: iwp_sc_t
usr/src/uts/common/io/iwp/iwp.c
1011
iwp_destroy_locks(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
1026
iwp_alloc_dma_mem(iwp_sc_t *sc, size_t memsize,
usr/src/uts/common/io/iwp/iwp.c
1103
iwp_alloc_fw_dma(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
1269
iwp_free_fw_dma(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
1282
iwp_alloc_shared(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
1317
iwp_free_shared(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
1326
iwp_alloc_kw(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
1359
iwp_free_kw(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
1368
iwp_alloc_rx_ring(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
1448
iwp_reset_rx_ring(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
1472
iwp_free_rx_ring(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
1496
iwp_alloc_tx_ring(iwp_sc_t *sc, iwp_tx_ring_t *ring,
usr/src/uts/common/io/iwp/iwp.c
1620
iwp_reset_tx_ring(iwp_sc_t *sc, iwp_tx_ring_t *ring)
usr/src/uts/common/io/iwp/iwp.c
1690
iwp_ring_init(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
1725
iwp_ring_free(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
1793
iwp_sc_t *sc;
usr/src/uts/common/io/iwp/iwp.c
1802
sc = (iwp_sc_t *)ic;
usr/src/uts/common/io/iwp/iwp.c
1970
iwp_mac_access_enter(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
2002
iwp_mac_access_exit(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
2023
iwp_mem_write(iwp_sc_t *sc, uint32_t addr, uint32_t data)
usr/src/uts/common/io/iwp/iwp.c
2033
iwp_reg_read(iwp_sc_t *sc, uint32_t addr)
usr/src/uts/common/io/iwp/iwp.c
2043
iwp_reg_write(iwp_sc_t *sc, uint32_t addr, uint32_t data)
usr/src/uts/common/io/iwp/iwp.c
2058
iwp_load_init_firmware(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
2127
iwp_load_run_firmware(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
2200
iwp_rx_phy_intr(iwp_sc_t *sc, iwp_rx_desc_t *desc)
usr/src/uts/common/io/iwp/iwp.c
2214
iwp_rx_mpdu_intr(iwp_sc_t *sc, iwp_rx_desc_t *desc)
usr/src/uts/common/io/iwp/iwp.c
2345
iwp_tx_intr(iwp_sc_t *sc, iwp_rx_desc_t *desc)
usr/src/uts/common/io/iwp/iwp.c
2395
iwp_cmd_intr(iwp_sc_t *sc, iwp_rx_desc_t *desc)
usr/src/uts/common/io/iwp/iwp.c
2424
iwp_ucode_alive(iwp_sc_t *sc, iwp_rx_desc_t *desc)
usr/src/uts/common/io/iwp/iwp.c
2597
iwp_sc_t *sc;
usr/src/uts/common/io/iwp/iwp.c
2606
sc = (iwp_sc_t *)arg;
usr/src/uts/common/io/iwp/iwp.c
268
static int iwp_ring_init(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
269
static void iwp_ring_free(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
270
static int iwp_alloc_shared(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
271
static void iwp_free_shared(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
272
static int iwp_alloc_kw(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
273
static void iwp_free_kw(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
274
static int iwp_alloc_fw_dma(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
275
static void iwp_free_fw_dma(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
276
static int iwp_alloc_rx_ring(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
2768
iwp_sc_t *sc;
usr/src/uts/common/io/iwp/iwp.c
277
static void iwp_reset_rx_ring(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
2774
sc = (iwp_sc_t *)arg;
usr/src/uts/common/io/iwp/iwp.c
278
static void iwp_free_rx_ring(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
279
static int iwp_alloc_tx_ring(iwp_sc_t *, iwp_tx_ring_t *,
usr/src/uts/common/io/iwp/iwp.c
281
static void iwp_reset_tx_ring(iwp_sc_t *, iwp_tx_ring_t *);
usr/src/uts/common/io/iwp/iwp.c
286
static void iwp_mac_access_enter(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
287
static void iwp_mac_access_exit(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
288
static uint32_t iwp_reg_read(iwp_sc_t *, uint32_t);
usr/src/uts/common/io/iwp/iwp.c
289
static void iwp_reg_write(iwp_sc_t *, uint32_t, uint32_t);
usr/src/uts/common/io/iwp/iwp.c
290
static int iwp_load_init_firmware(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
291
static int iwp_load_run_firmware(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
292
static void iwp_tx_intr(iwp_sc_t *, iwp_rx_desc_t *);
usr/src/uts/common/io/iwp/iwp.c
2924
iwp_sc_t *sc;
usr/src/uts/common/io/iwp/iwp.c
293
static void iwp_cmd_intr(iwp_sc_t *, iwp_rx_desc_t *);
usr/src/uts/common/io/iwp/iwp.c
2931
sc = (iwp_sc_t *)arg;
usr/src/uts/common/io/iwp/iwp.c
295
static int iwp_eep_load(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
296
static void iwp_get_mac_from_eep(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
297
static int iwp_eep_sem_down(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
2971
iwp_sc_t *sc;
usr/src/uts/common/io/iwp/iwp.c
298
static void iwp_eep_sem_up(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
2989
sc = (iwp_sc_t *)ic;
usr/src/uts/common/io/iwp/iwp.c
301
static int iwp_cmd(iwp_sc_t *, int, const void *, int, int);
usr/src/uts/common/io/iwp/iwp.c
302
static void iwp_set_led(iwp_sc_t *, uint8_t, uint8_t, uint8_t);
usr/src/uts/common/io/iwp/iwp.c
303
static int iwp_hw_set_before_auth(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
304
static int iwp_scan(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
305
static int iwp_config(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
306
static void iwp_stop_master(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
307
static int iwp_power_up(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
308
static int iwp_preinit(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
309
static int iwp_init(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
310
static void iwp_stop(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
313
static void iwp_amrr_timeout(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
315
static void iwp_ucode_alive(iwp_sc_t *, iwp_rx_desc_t *);
usr/src/uts/common/io/iwp/iwp.c
316
static void iwp_rx_phy_intr(iwp_sc_t *, iwp_rx_desc_t *);
usr/src/uts/common/io/iwp/iwp.c
317
static void iwp_rx_mpdu_intr(iwp_sc_t *, iwp_rx_desc_t *);
usr/src/uts/common/io/iwp/iwp.c
318
static void iwp_release_calib_buffer(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
319
static int iwp_init_common(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
320
static uint8_t *iwp_eep_addr_trans(iwp_sc_t *, uint32_t);
usr/src/uts/common/io/iwp/iwp.c
321
static int iwp_put_seg_fw(iwp_sc_t *, uint32_t, uint32_t, uint32_t);
usr/src/uts/common/io/iwp/iwp.c
322
static int iwp_alive_common(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
323
static void iwp_save_calib_result(iwp_sc_t *, iwp_rx_desc_t *);
usr/src/uts/common/io/iwp/iwp.c
326
static void iwp_destroy_locks(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
328
static void iwp_thread(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
329
static int iwp_run_state_config(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
330
static int iwp_fast_recover(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
331
static void iwp_overwrite_ic_default(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
332
static int iwp_add_ap_sta(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
3328
iwp_sc_t *sc;
usr/src/uts/common/io/iwp/iwp.c
333
static int iwp_alloc_dma_mem(iwp_sc_t *, size_t,
usr/src/uts/common/io/iwp/iwp.c
3335
sc = (iwp_sc_t *)arg;
usr/src/uts/common/io/iwp/iwp.c
3366
iwp_sc_t *sc;
usr/src/uts/common/io/iwp/iwp.c
337
static int iwp_eep_ver_chk(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
3372
sc = (iwp_sc_t *)arg;
usr/src/uts/common/io/iwp/iwp.c
338
static void iwp_set_chip_param(iwp_sc_t *);
usr/src/uts/common/io/iwp/iwp.c
3384
iwp_sc_t *sc;
usr/src/uts/common/io/iwp/iwp.c
3386
sc = (iwp_sc_t *)arg;
usr/src/uts/common/io/iwp/iwp.c
3394
iwp_sc_t *sc;
usr/src/uts/common/io/iwp/iwp.c
3401
sc = (iwp_sc_t *)arg;
usr/src/uts/common/io/iwp/iwp.c
3427
iwp_sc_t *sc;
usr/src/uts/common/io/iwp/iwp.c
3434
sc = (iwp_sc_t *)arg;
usr/src/uts/common/io/iwp/iwp.c
3503
iwp_sc_t *sc;
usr/src/uts/common/io/iwp/iwp.c
3510
sc = (iwp_sc_t *)arg;
usr/src/uts/common/io/iwp/iwp.c
3537
iwp_sc_t *sc;
usr/src/uts/common/io/iwp/iwp.c
3543
sc = (iwp_sc_t *)arg;
usr/src/uts/common/io/iwp/iwp.c
3568
iwp_sc_t *sc;
usr/src/uts/common/io/iwp/iwp.c
3575
sc = (iwp_sc_t *)arg;
usr/src/uts/common/io/iwp/iwp.c
3614
iwp_thread(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
3740
iwp_cmd(iwp_sc_t *sc, int code, const void *buf, int size, int async)
usr/src/uts/common/io/iwp/iwp.c
3809
iwp_set_led(iwp_sc_t *sc, uint8_t id, uint8_t off, uint8_t on)
usr/src/uts/common/io/iwp/iwp.c
3825
iwp_hw_set_before_auth(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
3904
iwp_scan(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
398
sizeof (iwp_sc_t), 1);
usr/src/uts/common/io/iwp/iwp.c
4090
iwp_config(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
4232
iwp_sc_t *sc;
usr/src/uts/common/io/iwp/iwp.c
4259
iwp_stop_master(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
4290
iwp_power_up(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
4309
iwp_preinit(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
4421
iwp_eep_sem_down(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
4446
iwp_eep_sem_up(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
4459
iwp_eep_load(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
4515
iwp_get_mac_from_eep(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
4531
iwp_init(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
4663
iwp_stop(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
475
iwp_sc_t *sc;
usr/src/uts/common/io/iwp/iwp.c
4753
iwp_amrr_timeout(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
4828
iwp_eep_addr_trans(iwp_sc_t *sc, uint32_t indi_addr)
usr/src/uts/common/io/iwp/iwp.c
4873
iwp_put_seg_fw(iwp_sc_t *sc, uint32_t addr_s, uint32_t addr_d, uint32_t len)
usr/src/uts/common/io/iwp/iwp.c
4907
iwp_alive_common(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
5034
iwp_save_calib_result(iwp_sc_t *sc, iwp_rx_desc_t *desc)
usr/src/uts/common/io/iwp/iwp.c
5109
iwp_release_calib_buffer(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
5141
iwp_init_common(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
5225
iwp_fast_recover(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
5273
iwp_run_state_config(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
5332
iwp_overwrite_ic_default(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
5347
iwp_add_ap_sta(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
5376
iwp_eep_ver_chk(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
5392
iwp_set_chip_param(iwp_sc_t *sc)
usr/src/uts/common/io/iwp/iwp.c
908
iwp_sc_t *sc;