Home
last modified time | relevance | path

Searched refs:nic_type (Results 1 – 19 of 19) sorted by relevance

/drivers/net/ethernet/atheros/atl1c/
Datl1c_hw.c98 if (hw->nic_type == athr_l1c || hw->nic_type == athr_l2c) { in atl1c_get_permanent_address()
108 if (hw->nic_type == athr_l2c_b || hw->nic_type == athr_l2c_b2) { in atl1c_get_permanent_address()
132 if ((hw->nic_type == athr_l1c || hw->nic_type == athr_l2c)) { in atl1c_get_permanent_address()
326 if ((hw->nic_type == athr_l2c_b2 || hw->nic_type == athr_l1d_2) && in atl1c_read_phy_core()
374 if ((hw->nic_type == athr_l2c_b2 || hw->nic_type == athr_l1d_2) && in atl1c_write_phy_core()
535 if (hw->nic_type == athr_l2c_b) { in atl1c_phy_reset()
542 if (hw->nic_type == athr_l2c_b || hw->nic_type == athr_l2c_b2) { in atl1c_phy_reset()
550 if (hw->nic_type == athr_l2c_b || hw->nic_type == athr_l2c_b2) { in atl1c_phy_reset()
557 hw->nic_type == athr_l1d || hw->nic_type == athr_l1d_2 ? in atl1c_phy_reset()
574 if (hw->nic_type == athr_l1d || hw->nic_type == athr_l1d_2 || in atl1c_phy_reset()
[all …]
Datl1c_main.c85 if (hw->nic_type == athr_l1c || hw->nic_type == athr_l2c) { in atl1c_pcie_patch()
95 if (hw->nic_type == athr_l2c_b && hw->revision_id == L2CB_V10) { in atl1c_pcie_patch()
108 if (hw->nic_type == athr_l2c_b || hw->nic_type == athr_l1d) { in atl1c_pcie_patch()
534 if (((hw->nic_type == athr_l2c || in atl1c_change_mtu()
535 hw->nic_type == athr_l2c_b || in atl1c_change_mtu()
536 hw->nic_type == athr_l2c_b2) && new_mtu > ETH_DATA_LEN) || in atl1c_change_mtu()
654 hw->nic_type = athr_l2c; in atl1c_set_mac_type()
657 hw->nic_type = athr_l1c; in atl1c_set_mac_type()
660 hw->nic_type = athr_l2c_b; in atl1c_set_mac_type()
663 hw->nic_type = athr_l2c_b2; in atl1c_set_mac_type()
[all …]
Datl1c.h371 enum atl1c_nic_type nic_type; member
/drivers/staging/rtl8192e/rtl8192e/
Drtl_pci.c63 priv->card_8192 = priv->ops->nic_type; in rtl8192_pci_findadapter()
85 if (priv->ops->nic_type != priv->card_8192) { in rtl8192_pci_findadapter()
87 priv->ops->nic_type, priv->card_8192); in rtl8192_pci_findadapter()
Drtl_core.h498 enum nic_t nic_type; member
Drtl_core.c64 .nic_type = NIC_8192E,
2331 stats.nic_type = NIC_8192E; in rtl8192_rx_normal()
/drivers/net/ethernet/atheros/atl1e/
Datl1e_hw.c332 if (hw->nic_type == athr_l1e) { in atl1e_phy_setup_autoneg_adv()
369 if (hw->nic_type == athr_l1e || hw->nic_type == athr_l2e_revA) { in atl1e_phy_setup_autoneg_adv()
640 if (hw->nic_type == athr_l1e || hw->nic_type == athr_l2e_revA) { in atl1e_restart_autoneg()
Datl1e_ethtool.c41 if (hw->nic_type == athr_l1e) in atl1e_get_settings()
81 if (hw->nic_type == athr_l1e) { in atl1e_set_settings()
Datl1e_main.c573 hw->nic_type = athr_l2e_revB; in atl1e_sw_init()
576 hw->nic_type = athr_l1e; in atl1e_sw_init()
578 hw->nic_type = athr_l2e_revA; in atl1e_sw_init()
925 if (hw->nic_type != athr_l2e_revB) { in atl1e_configure_tx()
949 if (hw->nic_type != athr_l2e_revB) in atl1e_configure_tx()
968 if (hw->nic_type != athr_l2e_revB) { in atl1e_configure_rx()
Datl1e.h319 enum atl1e_nic_type nic_type; member
/drivers/staging/rtl8187se/ieee80211/
Dieee80211.h360 u8 nic_type; member
Dieee80211_rx.c1090 if (1 == stats->nic_type) //nic 87 in ieee80211_network_init()
Dieee80211_softmac.c1815 if(1 == rx_stats->nic_type) //card type is 8187 in ieee80211_rx_frame_softmac()
/drivers/net/wireless/ipw2x00/
Dipw2200.c887 if (priv->config & CFG_NO_LED || priv->nic_type == EEPROM_NIC_TYPE_1) in ipw_led_link_on()
930 if (priv->config & CFG_NO_LED || priv->nic_type == EEPROM_NIC_TYPE_1) in ipw_led_link_off()
1053 priv->nic_type != EEPROM_NIC_TYPE_1 || !priv->assoc_network) in ipw_led_band_on()
1087 if (priv->config & CFG_NO_LED || priv->nic_type != EEPROM_NIC_TYPE_1) in ipw_led_band_off()
1132 priv->nic_type = priv->eeprom[EEPROM_NIC_TYPE]; in ipw_led_init()
1145 switch (priv->nic_type) { in ipw_led_init()
1168 priv->nic_type); in ipw_led_init()
1169 priv->nic_type = EEPROM_NIC_TYPE_0; in ipw_led_init()
1582 return sprintf(buf, "TYPE: %d\n", priv->nic_type); in show_nic_type()
1585 static DEVICE_ATTR(nic_type, S_IRUGO, show_nic_type, NULL);
Dipw2200.h1324 u8 nic_type; member
/drivers/net/wireless/rtlwifi/
Dwifi.h1547 u8 nic_type; member
/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h878 u8 nic_type; member
/drivers/staging/rtl8192e/
Drtllib.h976 u8 nic_type; member
/drivers/staging/rtl8187se/
Dr8180_core.c1204 stats.nic_type = NIC_8185B; in rtl8180_rx()