Lines Matching full:iface
58 struct hostap_interface *iface; in hfa384x_outb_debug() local
63 iface = netdev_priv(dev); in hfa384x_outb_debug()
64 local = iface->local; in hfa384x_outb_debug()
75 struct hostap_interface *iface; in hfa384x_inb_debug() local
81 iface = netdev_priv(dev); in hfa384x_inb_debug()
82 local = iface->local; in hfa384x_inb_debug()
94 struct hostap_interface *iface; in hfa384x_outw_debug() local
99 iface = netdev_priv(dev); in hfa384x_outw_debug()
100 local = iface->local; in hfa384x_outw_debug()
111 struct hostap_interface *iface; in hfa384x_inw_debug() local
117 iface = netdev_priv(dev); in hfa384x_inw_debug()
118 local = iface->local; in hfa384x_inw_debug()
139 struct hostap_interface *iface; in hfa384x_outb() local
141 iface = netdev_priv(dev); in hfa384x_outb()
142 hw_priv = iface->local->hw_priv; in hfa384x_outb()
148 struct hostap_interface *iface; in hfa384x_inb() local
150 iface = netdev_priv(dev); in hfa384x_inb()
151 hw_priv = iface->local->hw_priv; in hfa384x_inb()
157 struct hostap_interface *iface; in hfa384x_outw() local
159 iface = netdev_priv(dev); in hfa384x_outw()
160 hw_priv = iface->local->hw_priv; in hfa384x_outw()
166 struct hostap_interface *iface; in hfa384x_inw() local
168 iface = netdev_priv(dev); in hfa384x_inw()
169 hw_priv = iface->local->hw_priv; in hfa384x_inw()
299 struct hostap_interface *iface; in prism2_pci_probe() local
326 iface = netdev_priv(dev); in prism2_pci_probe()
327 local = iface->local; in prism2_pci_probe()
380 struct hostap_interface *iface; in prism2_pci_remove() local
385 iface = netdev_priv(dev); in prism2_pci_remove()
386 hw_priv = iface->local->hw_priv; in prism2_pci_remove()
389 prism2_pci_cor_sreset(iface->local); in prism2_pci_remove()