Lines Matching refs:iface
57 struct hostap_interface *iface; in hfa384x_outb_debug() local
62 iface = netdev_priv(dev); in hfa384x_outb_debug()
63 local = iface->local; in hfa384x_outb_debug()
74 struct hostap_interface *iface; in hfa384x_inb_debug() local
80 iface = netdev_priv(dev); in hfa384x_inb_debug()
81 local = iface->local; in hfa384x_inb_debug()
93 struct hostap_interface *iface; in hfa384x_outw_debug() local
98 iface = netdev_priv(dev); in hfa384x_outw_debug()
99 local = iface->local; in hfa384x_outw_debug()
110 struct hostap_interface *iface; in hfa384x_inw_debug() local
116 iface = netdev_priv(dev); in hfa384x_inw_debug()
117 local = iface->local; in hfa384x_inw_debug()
138 struct hostap_interface *iface; in hfa384x_outb() local
140 iface = netdev_priv(dev); in hfa384x_outb()
141 hw_priv = iface->local->hw_priv; in hfa384x_outb()
147 struct hostap_interface *iface; in hfa384x_inb() local
149 iface = netdev_priv(dev); in hfa384x_inb()
150 hw_priv = iface->local->hw_priv; in hfa384x_inb()
156 struct hostap_interface *iface; in hfa384x_outw() local
158 iface = netdev_priv(dev); in hfa384x_outw()
159 hw_priv = iface->local->hw_priv; in hfa384x_outw()
165 struct hostap_interface *iface; in hfa384x_inw() local
167 iface = netdev_priv(dev); in hfa384x_inw()
168 hw_priv = iface->local->hw_priv; in hfa384x_inw()
298 struct hostap_interface *iface; in prism2_pci_probe() local
325 iface = netdev_priv(dev); in prism2_pci_probe()
326 local = iface->local; in prism2_pci_probe()
379 struct hostap_interface *iface; in prism2_pci_remove() local
384 iface = netdev_priv(dev); in prism2_pci_remove()
385 hw_priv = iface->local->hw_priv; in prism2_pci_remove()
388 prism2_pci_cor_sreset(iface->local); in prism2_pci_remove()