Searched refs:hw (Results 151 - 175 of 912) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atlx/
H A Datl1.c251 * hw - Struct containing variables accessed by shared code
254 static s32 atl1_reset_hw(struct atl1_hw *hw) argument
256 struct pci_dev *pdev = hw->back->pdev;
257 struct atl1_adapter *adapter = hw->back;
266 * iowrite32(0, hw->hw_addr + REG_IMR);
267 * iowrite32(0xffffffff, hw->hw_addr + REG_ISR);
276 iowrite32(MASTER_CTRL_SOFT_RST, hw->hw_addr + REG_MASTER_CTRL);
277 ioread32(hw->hw_addr + REG_MASTER_CTRL);
279 iowrite16(1, hw->hw_addr + REG_PHY_ENABLE);
280 ioread16(hw
309 atl1_check_eeprom_exist(struct atl1_hw *hw) argument
322 atl1_read_eeprom(struct atl1_hw *hw, u32 offset, u32 *p_value) argument
355 atl1_read_phy_reg(struct atl1_hw *hw, u16 reg_addr, u16 *phy_data) argument
385 atl1_spi_read(struct atl1_hw *hw, u32 addr, u32 *buf) argument
431 atl1_get_permanent_address(struct atl1_hw *hw) argument
531 atl1_read_mac_addr(struct atl1_hw *hw) argument
555 atl1_hash_mc_addr(struct atl1_hw *hw, u8 *mc_addr) argument
572 atl1_hash_set(struct atl1_hw *hw, u32 hash_value) argument
599 atl1_write_phy_reg(struct atl1_hw *hw, u32 reg_addr, u16 phy_data) argument
630 atl1_phy_leave_power_saving(struct atl1_hw *hw) argument
645 atl1_phy_reset(struct atl1_hw *hw) argument
705 atl1_phy_setup_autoneg_adv(struct atl1_hw *hw) argument
782 atl1_setup_link(struct atl1_hw *hw) argument
812 atl1_init_flash_opcode(struct atl1_hw *hw) argument
845 atl1_init_hw(struct atl1_hw *hw) argument
877 atl1_get_speed_and_duplex(struct atl1_hw *hw, u16 *speed, u16 *duplex) argument
916 atl1_set_mac_addr(struct atl1_hw *hw) argument
943 struct atl1_hw *hw = &adapter->hw; local
1264 struct atl1_hw *hw = &adapter->hw; local
1301 struct atl1_hw *hw = &adapter->hw; local
1437 set_flow_ctrl_new(struct atl1_hw *hw) argument
1474 struct atl1_hw *hw = &adapter->hw; local
2536 struct atl1_hw *hw = &adapter->hw; local
2739 struct atl1_hw *hw = &adapter->hw; local
3218 struct atl1_hw *hw = &adapter->hw; local
3270 struct atl1_hw *hw = &adapter->hw; local
3434 struct atl1_hw *hw = &adapter->hw; local
3580 struct atl1_hw *hw = &adapter->hw; local
3596 struct atl1_hw *hw = &adapter->hw; local
3636 struct atl1_hw *hw = &adapter->hw; local
[all...]
H A Datlx.c82 memcpy(adapter->hw.mac_addr, addr->sa_data, netdev->addr_len);
84 atlx_set_mac_addr(&adapter->hw);
95 atlx_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data);
96 atlx_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data);
125 struct atlx_hw *hw = &adapter->hw; local
131 rctl = ioread32(hw->hw_addr + REG_MAC_CTRL);
140 iowrite32(rctl, hw->hw_addr + REG_MAC_CTRL);
143 iowrite32(0, hw->hw_addr + REG_RX_HASH_TABLE);
144 iowrite32(0, (hw
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/usx2y/
H A DusX2Yhwdep.c61 static int snd_us428ctls_mmap(struct snd_hwdep * hw, struct file *filp, struct vm_area_struct *area) argument
64 struct usX2Ydev *us428 = hw->private_data;
85 area->vm_private_data = hw->private_data;
89 static unsigned int snd_us428ctls_poll(struct snd_hwdep *hw, struct file *file, poll_table *wait) argument
92 struct usX2Ydev *us428 = hw->private_data;
106 static int snd_usX2Y_hwdep_dsp_status(struct snd_hwdep *hw, argument
114 struct usX2Ydev *us428 = hw->private_data;
197 static int snd_usX2Y_hwdep_dsp_load(struct snd_hwdep *hw, argument
200 struct usX2Ydev *priv = hw->private_data;
233 err = usX2Y_create_alsa_devices(hw
249 struct snd_hwdep *hw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dbkm_a8.c80 return (readreg(cs->hw.ax.base, cs->hw.ax.data_adr, offset | 0x80));
86 writereg(cs->hw.ax.base, cs->hw.ax.data_adr, offset | 0x80, value);
92 readfifo(cs->hw.ax.base, cs->hw.ax.data_adr, 0x80, data, size);
98 writefifo(cs->hw.ax.base, cs->hw.ax.data_adr, 0x80, data, size);
105 return (readreg(cs->hw.ax.base, cs->hw
[all...]
H A Dtelespci.c183 return (readisac(cs->hw.teles0.membase, offset));
189 writeisac(cs->hw.teles0.membase, offset, value);
195 read_fifo_isac(cs->hw.teles0.membase, data, size);
201 write_fifo_isac(cs->hw.teles0.membase, data, size);
207 return (readhscx(cs->hw.teles0.membase, hscx, offset));
213 writehscx(cs->hw.teles0.membase, hscx, offset, value);
220 #define READHSCX(cs, nr, reg) readhscx(cs->hw.teles0.membase, nr, reg)
221 #define WRITEHSCX(cs, nr, reg, data) writehscx(cs->hw.teles0.membase, nr, reg, data)
222 #define READHSCXFIFO(cs, nr, ptr, cnt) read_fifo_hscx(cs->hw.teles0.membase, nr, ptr, cnt)
223 #define WRITEHSCXFIFO(cs, nr, ptr, cnt) write_fifo_hscx(cs->hw
[all...]
H A Djade_irq.c51 if (bcs->hw.hscx.rcvidx + count > HSCX_BUFMAX) {
54 WriteJADECMDR(cs, bcs->hw.hscx.hscx, jade_HDLC_RCMD, jadeRCMD_RMC);
55 bcs->hw.hscx.rcvidx = 0;
58 ptr = bcs->hw.hscx.rcvbuf + bcs->hw.hscx.rcvidx;
59 bcs->hw.hscx.rcvidx += count;
60 READJADEFIFO(cs, bcs->hw.hscx.hscx, ptr, count);
61 WriteJADECMDR(cs, bcs->hw.hscx.hscx, jade_HDLC_RCMD, jadeRCMD_RMC);
66 bcs->hw.hscx.hscx ? 'B' : 'A', count);
95 waitforXFW(cs, bcs->hw
[all...]
H A Dhfc_2bds0.c40 if (cs->hw.hfcD.cip != reg) {
41 cs->hw.hfcD.cip = reg;
42 byteout(cs->hw.hfcD.addr | 1, reg);
44 ret = bytein(cs->hw.hfcD.addr);
50 ret = bytein(cs->hw.hfcD.addr | 1);
57 if (cs->hw.hfcD.cip != reg) {
58 cs->hw.hfcD.cip = reg;
59 byteout(cs->hw.hfcD.addr | 1, reg);
62 byteout(cs->hw.hfcD.addr, value);
116 if (cs->hw
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1e/
H A Datl1e_main.c99 AT_WRITE_REG(&adapter->hw, REG_ISR, 0);
100 AT_WRITE_REG(&adapter->hw, REG_IMR, IMR_NORMAL_MASK);
101 AT_WRITE_FLUSH(&adapter->hw);
112 AT_WRITE_REG(&adapter->hw, REG_IMR, 0);
113 AT_WRITE_FLUSH(&adapter->hw);
124 AT_WRITE_REG(&adapter->hw, REG_ISR, 0);
125 AT_WRITE_REG(&adapter->hw, REG_IMR, 0);
126 AT_WRITE_FLUSH(&adapter->hw);
136 struct atl1e_hw *hw = &adapter->hw; local
165 struct atl1e_hw *hw = &adapter->hw; local
286 struct atl1e_hw *hw = &adapter->hw; local
536 struct atl1e_hw *hw = &adapter->hw; local
865 struct atl1e_hw *hw = (struct atl1e_hw *)&adapter->hw; local
910 struct atl1e_hw *hw = (struct atl1e_hw *)&adapter->hw; local
953 struct atl1e_hw *hw = (struct atl1e_hw *)&adapter->hw; local
1006 struct atl1e_hw *hw = &adapter->hw; local
1026 struct atl1e_hw *hw = &adapter->hw; local
1065 struct atl1e_hw *hw = &adapter->hw; local
1250 struct atl1e_hw *hw = &adapter->hw; local
2024 struct atl1e_hw *hw = &adapter->hw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_main.c147 struct ixgbe_hw *hw = &adapter->hw; local
158 gcr = IXGBE_READ_REG(hw, IXGBE_GCR_EXT);
160 IXGBE_WRITE_REG(hw, IXGBE_GCR_EXT, gcr);
161 gpie = IXGBE_READ_REG(hw, IXGBE_GPIE);
163 IXGBE_WRITE_REG(hw, IXGBE_GPIE, gpie);
166 vmdctl = IXGBE_READ_REG(hw, IXGBE_VT_CTL);
168 IXGBE_WRITE_REG(hw, IXGBE_VT_CTL, vmdctl);
221 static void ixgbe_regdump(struct ixgbe_hw *hw, struct ixgbe_reg_info *reginfo) argument
230 regs[i] = IXGBE_READ_REG(hw, IXGBE_SRRCT
306 struct ixgbe_hw *hw = &adapter->hw; local
551 struct ixgbe_hw *hw = &adapter->hw; local
688 struct ixgbe_hw *hw = &adapter->hw; local
868 struct ixgbe_hw *hw = &adapter->hw; local
1019 ixgbe_release_rx_desc(struct ixgbe_hw *hw, struct ixgbe_ring *rx_ring, u32 val) argument
1531 struct ixgbe_hw *hw = &adapter->hw; local
1631 struct ixgbe_hw *hw = &adapter->hw; local
1666 struct ixgbe_hw *hw = &adapter->hw; local
1678 struct ixgbe_hw *hw = &adapter->hw; local
1696 struct ixgbe_hw *hw = &adapter->hw; local
1712 struct ixgbe_hw *hw = &adapter->hw; local
2266 struct ixgbe_hw *hw = &adapter->hw; local
2402 struct ixgbe_hw *hw = &adapter->hw; local
2425 struct ixgbe_hw *hw = &adapter->hw; local
2583 struct ixgbe_hw *hw = &adapter->hw; local
2628 struct ixgbe_hw *hw = &adapter->hw; local
2856 struct ixgbe_hw *hw = &adapter->hw; local
2866 struct ixgbe_hw *hw = &adapter->hw; local
2887 struct ixgbe_hw *hw = &adapter->hw; local
2927 struct ixgbe_hw *hw = &adapter->hw; local
3001 struct ixgbe_hw *hw = &adapter->hw; local
3043 struct ixgbe_hw *hw = &adapter->hw; local
3152 struct ixgbe_hw *hw = &adapter->hw; local
3179 struct ixgbe_hw *hw = &adapter->hw; local
3220 ixgbe_is_sfp(struct ixgbe_hw *hw) argument
3243 struct ixgbe_hw *hw = &adapter->hw; local
3275 ixgbe_non_sfp_link_config(struct ixgbe_hw *hw) argument
3323 struct ixgbe_hw *hw = &adapter->hw; local
3571 struct ixgbe_hw *hw = &adapter->hw; local
3729 struct ixgbe_hw *hw = &adapter->hw; local
4439 struct ixgbe_hw *hw = &adapter->hw; local
4692 struct ixgbe_hw *hw = &adapter->hw; local
4729 struct ixgbe_hw *hw = &adapter->hw; local
5228 struct ixgbe_hw *hw = &adapter->hw; local
5326 struct ixgbe_hw *hw = &adapter->hw; local
5480 struct ixgbe_hw *hw = &adapter->hw; local
5530 struct ixgbe_hw *hw = &adapter->hw; local
5554 struct ixgbe_hw *hw = &adapter->hw; local
5588 struct ixgbe_hw *hw = &adapter->hw; local
5615 struct ixgbe_hw *hw = &adapter->hw; local
6311 struct ixgbe_hw *hw = &adapter->hw; local
6330 struct ixgbe_hw *hw = &adapter->hw; local
6346 struct ixgbe_hw *hw = &adapter->hw; local
6466 struct ixgbe_hw *hw = &adapter->hw; local
6531 struct ixgbe_hw *hw; local
7143 ixgbe_get_hw_dev(struct ixgbe_hw *hw) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dmwl8k.c102 /* hw receives here */
117 /* hw transmits here */
130 struct ieee80211_hw *hw; member in struct:mwl8k_priv
576 static int mwl8k_load_firmware(struct ieee80211_hw *hw) argument
578 struct mwl8k_priv *priv = hw->priv;
897 static int mwl8k_rxq_init(struct ieee80211_hw *hw, int index) argument
899 struct mwl8k_priv *priv = hw->priv;
912 wiphy_err(hw->wiphy, "failed to alloc RX descriptors\n");
919 wiphy_err(hw->wiphy, "failed to alloc RX skbuff list\n");
945 static int rxq_refill(struct ieee80211_hw *hw, in argument
982 mwl8k_rxq_deinit(struct ieee80211_hw *hw, int index) argument
1022 mwl8k_save_beacon(struct ieee80211_hw *hw, struct sk_buff *skb) argument
1040 rxq_process(struct ieee80211_hw *hw, int index, int limit) argument
1132 mwl8k_txq_init(struct ieee80211_hw *hw, int index) argument
1184 mwl8k_dump_tx_rings(struct ieee80211_hw *hw) argument
1224 mwl8k_tx_wait_empty(struct ieee80211_hw *hw) argument
1291 mwl8k_txq_reclaim(struct ieee80211_hw *hw, int index, int limit, int force) argument
1355 mwl8k_txq_deinit(struct ieee80211_hw *hw, int index) argument
1372 mwl8k_txq_xmit(struct ieee80211_hw *hw, int index, struct sk_buff *skb) argument
1487 mwl8k_fw_lock(struct ieee80211_hw *hw) argument
1513 mwl8k_fw_unlock(struct ieee80211_hw *hw) argument
1532 mwl8k_post_cmd(struct ieee80211_hw *hw, struct mwl8k_cmd_pkt *cmd) argument
1599 mwl8k_post_pervif_cmd(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct mwl8k_cmd_pkt *cmd) argument
1611 mwl8k_setup_2ghz_band(struct ieee80211_hw *hw) argument
1630 mwl8k_setup_5ghz_band(struct ieee80211_hw *hw) argument
1688 mwl8k_set_ht_caps(struct ieee80211_hw *hw, struct ieee80211_supported_band *band, u32 cap) argument
1737 mwl8k_set_caps(struct ieee80211_hw *hw, u32 caps) argument
1754 mwl8k_cmd_get_hw_spec_sta(struct ieee80211_hw *hw) argument
1815 mwl8k_cmd_get_hw_spec_ap(struct ieee80211_hw *hw) argument
1892 mwl8k_cmd_set_hw_spec(struct ieee80211_hw *hw) argument
1939 __mwl8k_cmd_mac_multicast_adr(struct ieee80211_hw *hw, int allmulti, struct netdev_hw_addr_list *mc_list) argument
1995 mwl8k_cmd_get_stat(struct ieee80211_hw *hw, struct ieee80211_low_level_stats *stats) argument
2035 mwl8k_cmd_radio_control(struct ieee80211_hw *hw, bool enable, bool force) argument
2063 mwl8k_cmd_radio_disable(struct ieee80211_hw *hw) argument
2068 mwl8k_cmd_radio_enable(struct ieee80211_hw *hw) argument
2074 mwl8k_set_radio_preamble(struct ieee80211_hw *hw, bool short_preamble) argument
2097 mwl8k_cmd_rf_tx_power(struct ieee80211_hw *hw, int dBm) argument
2130 mwl8k_cmd_rf_antenna(struct ieee80211_hw *hw, int antenna, int mask) argument
2159 mwl8k_cmd_set_beacon(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u8 *beacon, int len) argument
2187 mwl8k_cmd_set_pre_scan(struct ieee80211_hw *hw) argument
2215 mwl8k_cmd_set_post_scan(struct ieee80211_hw *hw, const __u8 *mac) argument
2245 mwl8k_cmd_set_rf_channel(struct ieee80211_hw *hw, struct ieee80211_conf *conf) argument
2315 mwl8k_cmd_set_aid(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 legacy_rate_mask) argument
2370 mwl8k_cmd_set_rate(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 legacy_rate_mask, u8 *mcs_rates) argument
2402 mwl8k_cmd_finalize_join(struct ieee80211_hw *hw, void *frame, int framelen, int dtim) argument
2442 mwl8k_cmd_set_rts_threshold(struct ieee80211_hw *hw, int rts_thresh) argument
2471 mwl8k_cmd_set_slot(struct ieee80211_hw *hw, bool short_slot_time) argument
2542 mwl8k_cmd_set_edca_params(struct ieee80211_hw *hw, __u8 qnum, __u16 cw_min, __u16 cw_max, __u8 aifs, __u16 txop) argument
2584 mwl8k_cmd_set_wmm_mode(struct ieee80211_hw *hw, bool enable) argument
2617 mwl8k_cmd_mimo_config(struct ieee80211_hw *hw, __u8 rx, __u8 tx) argument
2660 mwl8k_cmd_use_fixed_rate_sta(struct ieee80211_hw *hw) argument
2700 mwl8k_cmd_use_fixed_rate_ap(struct ieee80211_hw *hw, int mcast, int mgmt) argument
2729 mwl8k_cmd_enable_sniffer(struct ieee80211_hw *hw, bool enable) argument
2767 mwl8k_cmd_set_mac_addr(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u8 *mac) argument
2817 mwl8k_cmd_set_rateadapt_mode(struct ieee80211_hw *hw, __u16 mode) argument
2845 mwl8k_cmd_bss_start(struct ieee80211_hw *hw, struct ieee80211_vif *vif, int enable) argument
2893 mwl8k_cmd_set_new_stn_add(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta) argument
2933 mwl8k_cmd_set_new_stn_add_self(struct ieee80211_hw *hw, struct ieee80211_vif *vif) argument
2953 mwl8k_cmd_set_new_stn_del(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u8 *addr) argument
3033 mwl8k_cmd_update_stadb_add(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta) argument
3073 mwl8k_cmd_update_stadb_del(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u8 *addr) argument
3100 struct ieee80211_hw *hw = dev_id; local
3137 struct ieee80211_hw *hw = (struct ieee80211_hw *)data; local
3166 struct ieee80211_hw *hw = (struct ieee80211_hw *)data; local
3186 mwl8k_tx(struct ieee80211_hw *hw, struct sk_buff *skb) argument
3204 mwl8k_start(struct ieee80211_hw *hw) argument
3258 mwl8k_stop(struct ieee80211_hw *hw) argument
3285 mwl8k_add_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif) argument
3339 mwl8k_remove_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif) argument
3354 mwl8k_config(struct ieee80211_hw *hw, u32 changed) argument
3398 mwl8k_bss_info_changed_sta(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_bss_conf *info, u32 changed) argument
3486 mwl8k_bss_info_changed_ap(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_bss_conf *info, u32 changed) argument
3540 mwl8k_bss_info_changed(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_bss_conf *info, u32 changed) argument
3551 mwl8k_prepare_multicast(struct ieee80211_hw *hw, struct netdev_hw_addr_list *mc_list) argument
3569 mwl8k_configure_filter_sniffer(struct ieee80211_hw *hw, unsigned int changed_flags, unsigned int *total_flags) argument
3608 mwl8k_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags, unsigned int *total_flags, u64 multicast) argument
3696 mwl8k_set_rts_threshold(struct ieee80211_hw *hw, u32 value) argument
3701 mwl8k_sta_remove(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta) argument
3713 mwl8k_sta_add(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta) argument
3733 mwl8k_conf_tx(struct ieee80211_hw *hw, u16 queue, const struct ieee80211_tx_queue_params *params) argument
3757 mwl8k_get_stats(struct ieee80211_hw *hw, struct ieee80211_low_level_stats *stats) argument
3763 mwl8k_get_survey(struct ieee80211_hw *hw, int idx, struct survey_info *survey) argument
3780 mwl8k_ampdu_action(struct ieee80211_hw *hw, struct ieee80211_vif *vif, enum ieee80211_ampdu_mlme_action action, struct ieee80211_sta *sta, u16 tid, u16 *ssn) argument
3882 struct ieee80211_hw *hw; local
4157 struct ieee80211_hw *hw = pci_get_drvdata(pdev); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_main.c221 struct net_device *e1000_get_hw_dev(struct e1000_hw *hw) argument
223 struct e1000_adapter *adapter = hw->back;
298 struct e1000_hw *hw = &adapter->hw; local
312 struct e1000_hw *hw = &adapter->hw; local
320 struct e1000_hw *hw = &adapter->hw; local
322 u16 vid = hw->mng_cookie.vlan_id;
326 if (hw
344 struct e1000_hw *hw = &adapter->hw; local
358 struct e1000_hw *hw = &adapter->hw; local
399 struct e1000_hw *hw = &adapter->hw; local
429 struct e1000_hw *hw = &adapter->hw; local
444 struct e1000_hw *hw = &adapter->hw; local
482 struct e1000_hw *hw = &adapter->hw; local
538 struct e1000_hw *hw = &adapter->hw; local
812 struct e1000_hw *hw; local
1105 struct e1000_hw *hw = &adapter->hw; local
1144 struct e1000_hw *hw = &adapter->hw; local
1254 struct e1000_hw *hw = &adapter->hw; local
1331 struct e1000_hw *hw = &adapter->hw; local
1362 struct e1000_hw *hw = &adapter->hw; local
1490 struct e1000_hw *hw = &adapter->hw; local
1685 struct e1000_hw *hw = &adapter->hw; local
1739 struct e1000_hw *hw = &adapter->hw; local
1867 struct e1000_hw *hw = &adapter->hw; local
1955 struct e1000_hw *hw = &adapter->hw; local
2024 struct e1000_hw *hw = &adapter->hw; local
2042 struct e1000_hw *hw = &adapter->hw; local
2074 struct e1000_hw *hw = &adapter->hw; local
2109 struct e1000_hw *hw = &adapter->hw; local
2215 struct e1000_hw *hw = &adapter->hw; local
2227 struct e1000_hw *hw = &adapter->hw; local
2255 struct e1000_hw *hw = &adapter->hw; local
2294 struct e1000_hw *hw = &adapter->hw; local
2448 struct e1000_hw *hw = &adapter->hw; local
2494 struct e1000_hw *hw = &adapter->hw; local
2693 struct e1000_hw *hw = &adapter->hw; local
2807 struct e1000_hw *hw = &adapter->hw; local
2924 struct e1000_hw *hw = &adapter->hw; local
3109 struct e1000_hw *hw = &adapter->hw; local
3182 struct e1000_hw *hw = &adapter->hw; local
3339 struct e1000_hw *hw = &adapter->hw; local
3407 struct e1000_hw *hw = &adapter->hw; local
3517 struct e1000_hw *hw = &adapter->hw; local
3589 struct e1000_hw *hw = &adapter->hw; local
3795 struct e1000_hw *hw = &adapter->hw; local
4040 struct e1000_hw *hw = &adapter->hw; local
4150 struct e1000_hw *hw = &adapter->hw; local
4228 struct e1000_hw *hw = &adapter->hw; local
4315 e1000_pci_set_mwi(struct e1000_hw *hw) argument
4324 e1000_pci_clear_mwi(struct e1000_hw *hw) argument
4331 e1000_pcix_get_mmrbc(struct e1000_hw *hw) argument
4337 e1000_pcix_set_mmrbc(struct e1000_hw *hw, int mmrbc) argument
4343 e1000_io_write(struct e1000_hw *hw, unsigned long port, u32 value) argument
4352 struct e1000_hw *hw = &adapter->hw; local
4396 struct e1000_hw *hw = &adapter->hw; local
4413 struct e1000_hw *hw = &adapter->hw; local
4445 struct e1000_hw *hw = &adapter->hw; local
4485 struct e1000_hw *hw = &adapter->hw; local
4586 struct e1000_hw *hw = &adapter->hw; local
4693 struct e1000_hw *hw = &adapter->hw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dvirtual.c41 void ath9k_set_bssid_mask(struct ieee80211_hw *hw) argument
43 struct ath_wiphy *aphy = hw->priv;
64 ieee80211_iterate_active_interfaces_atomic(sc->hw, ath9k_vif_iter,
70 sc->sec_wiphy[i]->hw, ath9k_vif_iter, &iter_data);
107 struct ieee80211_hw *hw; local
110 hw = ieee80211_alloc_hw(sizeof(struct ath_wiphy), &ath9k_ops);
111 if (hw == NULL)
129 ieee80211_free_hw(hw);
137 SET_IEEE80211_DEV(hw, sc->dev);
139 aphy = hw
339 ath9k_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb) argument
690 struct ieee80211_hw *hw = sc->pri_wiphy->hw; local
725 struct ieee80211_hw *hw = sc->pri_wiphy->hw; local
[all...]
H A Dpci.c103 struct ieee80211_hw *hw; local
173 hw = ieee80211_alloc_hw(sizeof(struct ath_wiphy) +
175 if (!hw) {
181 SET_IEEE80211_DEV(hw, &pdev->dev);
182 pci_set_drvdata(pdev, hw);
184 aphy = hw->priv;
187 aphy->hw = hw;
189 sc->hw = hw;
234 struct ieee80211_hw *hw = pci_get_drvdata(pdev); local
252 struct ieee80211_hw *hw = pci_get_drvdata(pdev); local
267 struct ieee80211_hw *hw = pci_get_drvdata(pdev); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dsynaptics.c360 static void synaptics_parse_hw_state(unsigned char buf[], struct synaptics_data *priv, struct synaptics_hw_state *hw) argument
362 memset(hw, 0, sizeof(struct synaptics_hw_state));
365 hw->x = (((buf[3] & 0x10) << 8) |
368 hw->y = (((buf[3] & 0x20) << 7) |
372 hw->z = buf[2];
373 hw->w = (((buf[0] & 0x30) >> 2) |
377 hw->left = (buf[0] & 0x01) ? 1 : 0;
378 hw->right = (buf[0] & 0x02) ? 1 : 0;
386 hw->left = ((buf[0] ^ buf[3]) & 0x01) ? 1 : 0;
389 hw
441 struct synaptics_hw_state hw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas_tf/
H A Dmain.c228 static int lbtf_op_tx(struct ieee80211_hw *hw, struct sk_buff *skb) argument
230 struct lbtf_private *priv = hw->priv;
238 ieee80211_stop_queues(priv->hw);
278 ieee80211_get_tx_rate(priv->hw, info)->hw_value);
299 static int lbtf_op_start(struct ieee80211_hw *hw) argument
301 struct lbtf_private *priv = hw->priv;
336 static void lbtf_op_stop(struct ieee80211_hw *hw) argument
338 struct lbtf_private *priv = hw->priv;
365 static int lbtf_op_add_interface(struct ieee80211_hw *hw, argument
368 struct lbtf_private *priv = hw
391 lbtf_op_remove_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif) argument
406 lbtf_op_config(struct ieee80211_hw *hw, u32 changed) argument
420 lbtf_op_prepare_multicast(struct ieee80211_hw *hw, struct netdev_hw_addr_list *mc_list) argument
440 lbtf_op_configure_filter(struct ieee80211_hw *hw, unsigned int changed_flags, unsigned int *new_flags, u64 multicast) argument
486 lbtf_op_bss_info_changed(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_bss_conf *bss_conf, u32 changes) argument
528 lbtf_op_get_survey(struct ieee80211_hw *hw, int idx, struct survey_info *survey) argument
619 struct ieee80211_hw *hw; local
674 struct ieee80211_hw *hw = priv->hw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgb/
H A Dixgb_ethtool.c153 struct ixgb_hw *hw = &adapter->hw; local
157 if (hw->fc.type == ixgb_fc_rx_pause)
159 else if (hw->fc.type == ixgb_fc_tx_pause)
161 else if (hw->fc.type == ixgb_fc_full) {
172 struct ixgb_hw *hw = &adapter->hw; local
178 hw->fc.type = ixgb_fc_full;
180 hw->fc.type = ixgb_fc_rx_pause;
182 hw
274 struct ixgb_hw *hw = &adapter->hw; local
421 struct ixgb_hw *hw = &adapter->hw; local
467 struct ixgb_hw *hw = &adapter->hw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Diface-linux.c82 AvahiHwInterface *hw; local
95 if (!(hw = avahi_interface_monitor_get_hw_interface(m, ifinfomsg->ifi_index)))
102 if (!(hw = avahi_hw_interface_new(m, (AvahiIfIndex) ifinfomsg->ifi_index)))
106 hw->flags_ok =
122 avahi_free(hw->name);
123 hw->name = avahi_strndup(RTA_DATA(a), RTA_PAYLOAD(a));
130 hw->mtu = *((unsigned int*) RTA_DATA(a));
136 hw->mac_address_size = RTA_PAYLOAD(a);
137 if (hw->mac_address_size > AVAHI_MAC_ADDRESS_MAX)
138 hw
169 AvahiHwInterface *hw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A Digb.h63 (hw->mac.type > e1000_82575 ? 8 : 4))
103 #define IGB_TX_WTHRESH ((hw->mac.type == e1000_82576 && \
292 struct e1000_hw hw; member in struct:igb_adapter
365 static inline s32 igb_reset_phy(struct e1000_hw *hw) argument
367 if (hw->phy.ops.reset)
368 return hw->phy.ops.reset(hw);
373 static inline s32 igb_read_phy_reg(struct e1000_hw *hw, u32 offset, u16 *data) argument
375 if (hw->phy.ops.read_reg)
376 return hw
381 igb_write_phy_reg(struct e1000_hw *hw, u32 offset, u16 data) argument
389 igb_get_phy_info(struct e1000_hw *hw) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_Ti3026.c302 struct matrox_hw_state *hw = &minfo->hw; local
308 hw->DACclk[0] = pixin | 0xC0;
309 hw->DACclk[1] = pixfeed;
310 hw->DACclk[2] = pixpost | 0xB0;
338 hw->DACclk[3] = ((65 - loopin) & 0x3F) | 0xC0;
339 hw->DACclk[4] = (65 - loopfeed) | 0x80;
342 hw->DACreg[POS3026_XLATCHCTRL] = TVP3026B_XLATCHCTRL_8_3;
344 hw->DACclk[4] &= ~0xC0;
345 hw
371 struct matrox_hw_state *hw = &minfo->hw; local
561 struct matrox_hw_state *hw = &minfo->hw; local
689 struct matrox_hw_state *hw = &minfo->hw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/cards/
H A DCMI8788.conf12 type hw
46 type hw
61 type hw
73 type hw
101 type hw
120 type hw
H A DAureon71.conf35 type hw
46 type hw
58 type hw
71 type hw
84 type hw
98 type hw
110 type hw
139 type hw
171 type hw
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dled.c62 "%srx", wiphy_name(local->hw.wiphy));
73 "%stx", wiphy_name(local->hw.wiphy));
84 "%sassoc", wiphy_name(local->hw.wiphy));
95 "%sradio", wiphy_name(local->hw.wiphy));
124 char *__ieee80211_get_radio_led_name(struct ieee80211_hw *hw) argument
126 struct ieee80211_local *local = hw_to_local(hw);
134 char *__ieee80211_get_assoc_led_name(struct ieee80211_hw *hw) argument
136 struct ieee80211_local *local = hw_to_local(hw);
144 char *__ieee80211_get_tx_led_name(struct ieee80211_hw *hw) argument
146 struct ieee80211_local *local = hw_to_local(hw);
154 __ieee80211_get_rx_led_name(struct ieee80211_hw *hw) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dcycx_drv.c69 static int load_cyc2x(struct cycx_hw *hw, struct cycx_firmware *cfm, u32 len);
70 static void cycx_bootcfg(struct cycx_hw *hw);
136 int cycx_setup(struct cycx_hw *hw, void *cfm, u32 len, unsigned long dpmbase) argument
141 if (!get_option_index(cycx_2x_irq_options, hw->irq)) {
142 printk(KERN_ERR "%s: IRQ %d is invalid!\n", modname, hw->irq);
157 hw->dpmbase = ioremap(dpmbase, CYCX_WINDOWSIZE);
158 hw->dpmsize = CYCX_WINDOWSIZE;
160 if (!detect_cyc2x(hw->dpmbase)) {
170 err = load_cyc2x(hw, cfm, len);
173 cycx_down(hw); /* shutdow
179 cycx_down(struct cycx_hw *hw) argument
186 cycx_inten(struct cycx_hw *hw) argument
193 cycx_intr(struct cycx_hw *hw) argument
220 cycx_peek(struct cycx_hw *hw, u32 addr, void *buf, u32 len) argument
233 cycx_poke(struct cycx_hw *hw, u32 addr, void *buf, u32 len) argument
382 load_cyc2x(struct cycx_hw *hw, struct cycx_firmware *cfm, u32 len) argument
505 cycx_bootcfg(struct cycx_hw *hw) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A Ddrvfbi.c60 #define OEMID(smc,i) smc->hw.oem_id->oi_id[i]
123 smc->hw.hw_is_64bit = TRUE ;
125 smc->hw.hw_is_64bit = FALSE ;
131 if (!smc->hw.hw_is_64bit) {
144 smc->hw.is_imask = ISR_MASK ;
145 smc->hw.hw_state = STOPPED ;
153 smc->hw.mac_ring_is_up = 0 ; /* ring down */
168 smc->hw.hw_state = STOPPED ;
247 smc->hw.t_stop = smc->hw
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-pnp.c40 struct ide_hw hw, *hws[] = { &hw }; local
63 memset(&hw, 0, sizeof(hw));
64 ide_std_init_ports(&hw, base, ctl);
65 hw.irq = pnp_irq(dev, 0);

Completed in 205 milliseconds

1234567891011>>