Searched refs:hw (Results 351 - 375 of 912) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1e/
H A Datl1e_hw.h32 s32 atl1e_reset_hw(struct atl1e_hw *hw);
33 s32 atl1e_read_mac_addr(struct atl1e_hw *hw);
34 s32 atl1e_init_hw(struct atl1e_hw *hw);
35 s32 atl1e_phy_commit(struct atl1e_hw *hw);
36 s32 atl1e_get_speed_and_duplex(struct atl1e_hw *hw, u16 *speed, u16 *duplex);
38 u32 atl1e_hash_mc_addr(struct atl1e_hw *hw, u8 *mc_addr);
39 void atl1e_hash_set(struct atl1e_hw *hw, u32 hash_value);
40 s32 atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data);
41 s32 atl1e_write_phy_reg(struct atl1e_hw *hw, u32 reg_addr, u16 phy_data);
42 s32 atl1e_validate_mdi_setting(struct atl1e_hw *hw);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dc101.c54 static char *hw; variable
406 if (hw == NULL) {
418 irq = simple_strtoul(hw, &hw, 0);
420 if (*hw++ != ',')
422 ram = simple_strtoul(hw, &hw, 0);
424 if (*hw == ':' || *hw == '\x0')
427 if (*hw
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/p54/
H A Dp54spi.c378 if (p54_rx(priv->hw, skb) == 0)
390 ieee80211_queue_work(priv->hw, &priv->work);
417 p54_free_skb(priv->hw, skb);
454 p54_free_skb(priv->hw, skb);
478 ieee80211_queue_work(priv->hw, &priv->work);
593 struct ieee80211_hw *hw; local
596 hw = p54_init_common(sizeof(*priv));
597 if (!hw) {
602 priv = hw->priv;
603 priv->hw
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00.h59 wiphy_name((__dev)->hw->wiphy), __func__, __lvl, ##__args)
626 const struct ieee80211_ops *hw; member in struct:rt2x00_ops
699 struct ieee80211_hw *hw; member in struct:rt2x00_dev
741 * hw capability specifications.
861 * which means it cannot be placed on the hw->workqueue
1081 int rt2x00mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb);
1082 int rt2x00mac_start(struct ieee80211_hw *hw);
1083 void rt2x00mac_stop(struct ieee80211_hw *hw);
1084 int rt2x00mac_add_interface(struct ieee80211_hw *hw,
1086 void rt2x00mac_remove_interface(struct ieee80211_hw *hw,
[all...]
H A Drt2x00usb.c310 ieee80211_stop_queue(queue->rt2x00dev->hw, queue->qid);
331 ieee80211_wake_queue(queue->rt2x00dev->hw, queue->qid);
640 struct ieee80211_hw *hw; local
646 hw = ieee80211_alloc_hw(sizeof(struct rt2x00_dev), ops->hw);
647 if (!hw) {
653 usb_set_intfdata(usb_intf, hw);
655 rt2x00dev = hw->priv;
658 rt2x00dev->hw = hw;
689 struct ieee80211_hw *hw = usb_get_intfdata(usb_intf); local
710 struct ieee80211_hw *hw = usb_get_intfdata(usb_intf); local
729 struct ieee80211_hw *hw = usb_get_intfdata(usb_intf); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dbios32.c523 static void __init pcibios_init_hw(struct hw_pci *hw) argument
529 for (nr = busnr = 0; nr < hw->nr_controllers; nr++) {
535 sys->domain = hw->domain;
537 sys->hw = hw;
539 sys->swizzle = hw->swizzle;
540 sys->map_irq = hw->map_irq;
544 ret = hw->setup(nr, sys);
547 sys->bus = hw->scan(nr, sys);
554 list_add(&sys->node, &hw
563 pci_common_init(struct hw_pci *hw) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/zd1211rw/
H A Dzd_mac.h174 struct ieee80211_hw *hw; member in struct:zd_mac
275 static inline struct zd_mac *zd_hw_mac(struct ieee80211_hw *hw) argument
277 return hw->priv;
292 return mac->hw->wiphy->perm_addr;
300 int zd_mac_preinit_hw(struct ieee80211_hw *hw);
301 int zd_mac_init_hw(struct ieee80211_hw *hw);
303 int zd_mac_rx(struct ieee80211_hw *hw, const u8 *buffer, unsigned int length);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dfsldma.c78 struct fsl_dma_ld_hw *hw, u32 count)
80 hw->count = CPU_TO_DMA(chan, count, 32);
84 struct fsl_dma_ld_hw *hw, dma_addr_t src)
90 hw->src_addr = CPU_TO_DMA(chan, snoop_bits | src, 64);
94 struct fsl_dma_ld_hw *hw, dma_addr_t dst)
100 hw->dst_addr = CPU_TO_DMA(chan, snoop_bits | dst, 64);
104 struct fsl_dma_ld_hw *hw, dma_addr_t next)
110 hw->next_ln_addr = CPU_TO_DMA(chan, snoop_bits | next, 64);
193 desc->hw.next_ln_addr = CPU_TO_DMA(chan,
194 DMA_TO_CPU(chan, desc->hw
77 set_desc_cnt(struct fsldma_chan *chan, struct fsl_dma_ld_hw *hw, u32 count) argument
83 set_desc_src(struct fsldma_chan *chan, struct fsl_dma_ld_hw *hw, dma_addr_t src) argument
93 set_desc_dst(struct fsldma_chan *chan, struct fsl_dma_ld_hw *hw, dma_addr_t dst) argument
103 set_desc_next(struct fsldma_chan *chan, struct fsl_dma_ld_hw *hw, dma_addr_t next) argument
611 struct fsl_dma_hw_addr *hw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dvlsi_ir.h470 /* hw imposed limitation - register uses only [11:0] */
517 #define RD_ACTIVE 0x80 /* descriptor owned by hw (both TX,RX) */
544 * associated skb and a pointer to the hw entry descriptor
548 struct ring_descr_hw *hw; member in struct:ring_descr
553 /* wrappers for operations on hw-exposed ring descriptors
554 * access to the hw-part of the descriptors must use these.
559 return ((rd->hw->rd_status & RD_ACTIVE) != 0);
564 rd->hw->rd_status |= RD_ACTIVE;
569 rd->hw->rd_status = s; /* may pass ownership to the hardware */
589 rd->hw
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dmdio_10g.c66 netif_err(efx, hw, efx->net_dev,
76 netif_err(efx, hw, efx->net_dev,
81 netif_dbg(efx, hw, efx->net_dev,
109 netif_err(efx, hw, efx->net_dev,
126 netif_err(efx, hw, efx->net_dev,
150 netif_err(efx, hw, efx->net_dev,
156 netif_err(efx, hw, efx->net_dev,
161 netif_vdbg(efx, hw, efx->net_dev, "Devices present: %x\n", devices);
359 netif_err(efx, hw, efx->net_dev,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ioat/
H A Ddma.c40 #include "hw.h"
165 * descriptors to hw
250 chain_tail->hw->next = first->txd.phys;
258 ioat->active += desc->hw->tx_cnt;
259 ioat->pending += desc->hw->tx_cnt;
268 * ioat_dma_alloc_descriptor - allocate and return a sw and hw descriptor pair
296 desc_sw->hw = desc;
401 pci_pool_free(ioatdma_device->dma_pool, desc->hw,
408 pci_pool_free(ioatdma_device->dma_pool, desc->hw,
455 prefetch(new->hw);
470 struct ioat_dma_descriptor *hw = NULL; local
535 ioat_dma_unmap(struct ioat_chan_common *chan, enum dma_ctrl_flags flags, size_t len, struct ioat_dma_descriptor *hw) argument
748 struct ioat_dma_descriptor *hw; local
[all...]
H A Ddma.h25 #include "hw.h"
58 * @enumerate_channels: hw version specific channel enumeration
59 * @reset_hw: hw version specific channel (re)initialization
168 * @hw: hardware DMA descriptor (for memcpy)
175 struct ioat_dma_descriptor *hw; member in struct:ioat_desc_sw
194 __dump_desc_dbg(struct ioat_chan_common *chan, struct ioat_dma_descriptor *hw, argument
202 (unsigned long long) hw->next, tx->cookie, tx->flags,
203 hw->ctl, hw->ctl_f.op, hw
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/cards/
H A DHDA-Intel.conf16 type hw
26 type hw
107 type hw
130 type hw
176 type hw
299 type hw
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Diface.c208 local->hw.wiphy->perm_addr,
236 local->hw.conf.flags |= IEEE80211_CONF_MONITOR;
436 local->hw.conf.flags &= ~IEEE80211_CONF_MONITOR;
577 ieee80211_queue_work(&local->hw, &local->reconfig_filter);
664 if (local->hw.queues < 4)
918 sdata->local->hw.conf.channel->band);
937 memcpy(dev->perm_addr, local->hw.wiphy->perm_addr, ETH_ALEN);
939 if (is_zero_ether_addr(local->hw.wiphy->addr_mask) &&
940 local->hw.wiphy->n_addresses <= 1)
963 for (i = 0; i < local->hw
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsh_intc.h89 struct intc_hw_desc hw; member in struct:intc_desc
96 .hw = INTC_HW_DESC(vectors, groups, mask_regs, \
104 .hw = INTC_HW_DESC(vectors, groups, mask_regs, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c130 if (priv->hw->wiphy->rts_threshold != (u32) -1)
131 if (skb->len > priv->hw->wiphy->rts_threshold)
230 ieee80211_tx_status(priv->hw, skb);
236 if (sta && conf_is_ht(&priv->hw->conf) &&
258 ieee80211_tx_status(priv->hw, skb);
268 ieee80211_wake_queues(priv->hw);
395 if (conf_is_ht(&priv->hw->conf))
437 static void ath9k_process_rate(struct ieee80211_hw *hw, argument
456 band = hw->conf.channel->band;
457 sband = hw
479 struct ieee80211_hw *hw = priv->hw; local
[all...]
H A Drecv.c31 struct ieee80211_hw *hw = sc->pri_wiphy->hw; local
39 if (compare_ether_addr(hdr->addr1, aphy->hw->wiphy->perm_addr)
41 hw = aphy->hw;
46 return hw;
451 if (conf_is_ht(&sc->hw->conf))
649 static void ath_rx_send_to_mac80211(struct ieee80211_hw *hw, argument
673 ieee80211_rx(aphy->hw, nskb);
675 ieee80211_rx(sc->hw, sk
904 ath9k_process_rate(struct ath_common *common, struct ieee80211_hw *hw, struct ath_rx_status *rx_stats, struct ieee80211_rx_status *rxs) argument
949 ath9k_process_rssi(struct ath_common *common, struct ieee80211_hw *hw, struct ieee80211_hdr *hdr, struct ath_rx_status *rx_stats) argument
989 ath9k_rx_skb_preprocess(struct ath_common *common, struct ieee80211_hw *hw, struct ieee80211_hdr *hdr, struct ath_rx_status *rx_stats, struct ieee80211_rx_status *rx_status, bool *decrypt_error) argument
1084 struct ieee80211_hw *hw = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dperf_event.c31 /* For tracking PMCs and the hw events they monitor on each CPU. */
60 /* Mapping of the perf system hw event types to indigenous event types */
105 * There is no one-to-one mapping of the possible hw event types to the
107 * own hw event type identifiers.
119 /* Mapping of the hw event types to the perf tool interface */
195 event[0]->hw.idx = idx0;
196 event[0]->hw.config_base = config;
198 event[1]->hw.idx = idx0 ^ 1;
199 event[1]->hw.config_base = config;
340 evtype[n] = group->hw
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsky2.h2204 struct sky2_hw *hw; member in struct:sky2_port
2296 static inline int sky2_is_copper(const struct sky2_hw *hw) argument
2298 return !(hw->flags & SKY2_HW_FIBRE_PHY);
2302 static inline u32 sky2_read32(const struct sky2_hw *hw, unsigned reg) argument
2304 return readl(hw->regs + reg);
2307 static inline u16 sky2_read16(const struct sky2_hw *hw, unsigned reg) argument
2309 return readw(hw->regs + reg);
2312 static inline u8 sky2_read8(const struct sky2_hw *hw, unsigned reg) argument
2314 return readb(hw->regs + reg);
2317 static inline void sky2_write32(const struct sky2_hw *hw, unsigne argument
2322 sky2_write16(const struct sky2_hw *hw, unsigned reg, u16 val) argument
2327 sky2_write8(const struct sky2_hw *hw, unsigned reg, u8 val) argument
2337 gma_read16(const struct sky2_hw *hw, unsigned port, unsigned reg) argument
2342 gma_read32(struct sky2_hw *hw, unsigned port, unsigned reg) argument
2349 gma_write16(const struct sky2_hw *hw, unsigned port, int r, u16 v) argument
2354 gma_set_addr(struct sky2_hw *hw, unsigned port, unsigned reg, const u8 *addr) argument
2363 sky2_pci_read32(const struct sky2_hw *hw, unsigned reg) argument
2368 sky2_pci_read16(const struct sky2_hw *hw, unsigned reg) argument
2373 sky2_pci_write32(struct sky2_hw *hw, unsigned reg, u32 val) argument
2378 sky2_pci_write16(struct sky2_hw *hw, unsigned reg, u16 val) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A DmISDNisar.c53 u8 val = isar->read_reg(isar->hw, ISAR_HIA);
58 val = isar->read_reg(isar->hw, ISAR_HIA);
74 isar->write_reg(isar->hw, ISAR_CTRL_H, creg);
75 isar->write_reg(isar->hw, ISAR_CTRL_L, len);
76 isar->write_reg(isar->hw, ISAR_WADR, 0);
80 isar->write_fifo(isar->hw, ISAR_MBOX, msg, len);
93 isar->write_reg(isar->hw, ISAR_HIS, his);
107 isar->write_reg(isar->hw, ISAR_RADR, 0);
109 isar->read_fifo(isar->hw, ISAR_MBOX, msg, isar->clsb);
122 isar->write_reg(isar->hw, ISAR_II
1686 mISDNisar_init(struct isar_hw *isar, void *hw) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A Dhwmtm.c178 #define MA smc->hw.fddi_canon_addr.a
181 #define MA smc->hw.fddi_home_addr.a
311 smc->hw.fp.mdr2init = FM_LSB | FM_BMMODE | FM_ENNPRQ | FM_ENHSRQ | 3 ;
314 smc->hw.fp.mdr2init |= FM_CHKPAR | FM_PARITY ;
316 smc->hw.fp.mdr3init = FM_MENRQAUNLCK | FM_MENRS ;
320 smc->hw.fp.frselreg_init = FM_ENXMTADSWAP | FM_ENRCVADSWAP ;
366 queue = smc->hw.fp.tx[QUEUE_A0] ;
380 queue = smc->hw.fp.tx[QUEUE_S] ;
402 queue = smc->hw.fp.rx[QUEUE_R1] ;
558 if (smc->hw
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dhfa384x.h1155 typedef void (*ctlx_usercb_t) (struct hfa384x *hw,
1356 void hfa384x_create(hfa384x_t *hw, struct usb_device *usb);
1357 void hfa384x_destroy(hfa384x_t *hw);
1360 hfa384x_corereset(hfa384x_t *hw, int holdtime, int settletime, int genesis);
1361 int hfa384x_drvr_commtallies(hfa384x_t *hw);
1362 int hfa384x_drvr_disable(hfa384x_t *hw, u16 macport);
1363 int hfa384x_drvr_enable(hfa384x_t *hw, u16 macport);
1364 int hfa384x_drvr_flashdl_enable(hfa384x_t *hw);
1365 int hfa384x_drvr_flashdl_disable(hfa384x_t *hw);
1366 int hfa384x_drvr_flashdl_write(hfa384x_t *hw, u3
1374 hfa384x_drvr_getconfig16(hfa384x_t *hw, u16 rid, void *val) argument
1383 hfa384x_drvr_setconfig16(hfa384x_t *hw, u16 rid, u16 val) argument
1400 hfa384x_drvr_setconfig16_async(hfa384x_t *hw, u16 rid, u16 val) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/usx2y/
H A Dus122l.c190 static int usb_stream_hwdep_open(struct snd_hwdep *hw, struct file *file) argument
192 struct us122l *us122l = hw->private_data;
194 snd_printdd(KERN_DEBUG "%p %p\n", hw, file);
195 if (hw->used >= 2)
211 static int usb_stream_hwdep_release(struct snd_hwdep *hw, struct file *file) argument
213 struct us122l *us122l = hw->private_data;
215 snd_printdd(KERN_DEBUG "%p %p\n", hw, file);
235 static int usb_stream_hwdep_mmap(struct snd_hwdep *hw, argument
239 struct us122l *us122l = hw->private_data;
272 static unsigned int usb_stream_hwdep_poll(struct snd_hwdep *hw, argument
376 usb_stream_hwdep_ioctl(struct snd_hwdep *hw, struct file *file, unsigned cmd, unsigned long arg) argument
457 struct snd_hwdep *hw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Diface.h150 void avahi_hw_interface_free(AvahiHwInterface *hw, int send_goodbye);
152 void avahi_hw_interface_update_rrs(AvahiHwInterface *hw, int remove_rrs);
153 void avahi_hw_interface_check_relevant(AvahiHwInterface *hw);
159 AvahiInterface* avahi_interface_new(AvahiInterfaceMonitor *m, AvahiHwInterface *hw, AvahiProtocol protocol);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Diface.h150 void avahi_hw_interface_free(AvahiHwInterface *hw, int send_goodbye);
152 void avahi_hw_interface_update_rrs(AvahiHwInterface *hw, int remove_rrs);
153 void avahi_hw_interface_check_relevant(AvahiHwInterface *hw);
159 AvahiInterface* avahi_interface_new(AvahiInterfaceMonitor *m, AvahiHwInterface *hw, AvahiProtocol protocol);

Completed in 348 milliseconds

<<11121314151617181920>>