Searched refs:pcwl_maci_t (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/pcwl/
H A Dpcwl.h743 } pcwl_maci_t; typedef in typeref:struct:pcwl_macinfo
774 static int pcwl_register_cs(dev_info_t *dip, pcwl_maci_t *pcwl_p);
775 static void pcwl_unregister_cs(pcwl_maci_t *pcwl_p);
776 static void pcwl_destroy_locks(pcwl_maci_t *pcwl_p);
777 static int pcwl_reset_backend(pcwl_maci_t *pcwl_p);
778 static int pcwl_get_cap(pcwl_maci_t *pcwl_p);
779 static int pcwl_card_insert(pcwl_maci_t *pcwl_p);
781 static void pcwl_card_remove(pcwl_maci_t *pcwl_p);
782 static int pcwl_init_nicmem(pcwl_maci_t *pcwl_p);
787 static uint16_t pcwl_set_cmd(pcwl_maci_t *pcwl_
[all...]
H A Dpcwl.c92 pcwl_delay(pcwl_maci_t *, clock_t);
142 sizeof (pcwl_maci_t), N_PCWL)) != DDI_SUCCESS)
208 pcwl_maci_t *pcwl_p;
225 pcwl_p = (pcwl_maci_t *)ddi_get_soft_state(pcwl_soft_state_p,
449 pcwl_maci_t *pcwl_p;
507 pcwl_register_cs(dev_info_t *dip, pcwl_maci_t *pcwl_p)
581 pcwl_unregister_cs(pcwl_maci_t *pcwl_p)
609 pcwl_destroy_locks(pcwl_maci_t *pcwl_p)
617 pcwl_do_suspend(pcwl_maci_t *pcwl_p);
623 pcwl_maci_t *pcwl_
[all...]

Completed in 77 milliseconds