Searched refs:nic_type (Results 1 - 21 of 21) sorted by relevance

/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_pci.c65 priv->card_8192 = priv->ops->nic_type;
87 if (priv->ops->nic_type != priv->card_8192) {
89 priv->ops->nic_type, priv->card_8192);
H A Drtl_core.h499 enum nic_t nic_type; member in struct:rtl819x_ops
H A Drtl_core.c64 .nic_type = NIC_8192E,
2329 stats.nic_type = NIC_8192E;
/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c85 if (hw->nic_type == athr_l1c || hw->nic_type == athr_l2c) {
95 if (hw->nic_type == athr_l2c_b ||
96 hw->nic_type == athr_l2c_b2 ||
97 hw->nic_type == athr_l1d) {
135 if ((hw->nic_type == athr_l1c || hw->nic_type == athr_l2c)) {
141 if (hw->nic_type == athr_l2c_b ||
142 hw->nic_type == athr_l2c_b2 ||
143 hw->nic_type
[all...]
H A Datl1c_main.c111 if (hw->nic_type == athr_l2c_b && hw->revision_id == L2CB_V10) {
666 hw->nic_type = athr_l2c;
669 hw->nic_type = athr_l1c;
672 hw->nic_type = athr_l2c_b;
675 hw->nic_type = athr_l2c_b2;
678 hw->nic_type = athr_l1d;
681 hw->nic_type = athr_l1d_2;
707 if (hw->nic_type == athr_l1c ||
708 hw->nic_type == athr_l1d ||
709 hw->nic_type
[all...]
H A Datl1c.h387 enum atl1c_nic_type nic_type; member in struct:atl1c_hw
/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.c332 if (hw->nic_type == athr_l1e) {
369 if (hw->nic_type == athr_l1e || hw->nic_type == athr_l2e_revA) {
640 if (hw->nic_type == athr_l1e || hw->nic_type == athr_l2e_revA) {
H A Datl1e_ethtool.c41 if (hw->nic_type == athr_l1e)
81 if (hw->nic_type == athr_l1e) {
H A Datl1e_main.c585 hw->nic_type = athr_l2e_revB;
588 hw->nic_type = athr_l1e;
590 hw->nic_type = athr_l2e_revA;
942 if (hw->nic_type != athr_l2e_revB) {
966 if (hw->nic_type != athr_l2e_revB)
985 if (hw->nic_type != athr_l2e_revB) {
H A Datl1e.h319 enum atl1e_nic_type nic_type; member in struct:atl1e_hw
/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211.h360 u8 nic_type; member in struct:ieee80211_rx_stats
H A Dieee80211_rx.c1128 if (1 == stats->nic_type) {//nic 87
H A Dieee80211_softmac.c1813 //printk(KERN_WARNING "nic_type = %s", (rx_stats->nic_type == 1)?"rtl8187":"rtl8187B");
1814 if(1 == rx_stats->nic_type) //card type is 8187
/drivers/net/wireless/ipw2x00/
H A Dipw2200.c885 /* If configured to not use LEDs, or nic_type is 1,
887 if (priv->config & CFG_NO_LED || priv->nic_type == EEPROM_NIC_TYPE_1)
930 if (priv->config & CFG_NO_LED || priv->nic_type == EEPROM_NIC_TYPE_1)
1053 priv->nic_type != EEPROM_NIC_TYPE_1 || !priv->assoc_network)
1087 if (priv->config & CFG_NO_LED || priv->nic_type != EEPROM_NIC_TYPE_1)
1132 priv->nic_type = priv->eeprom[EEPROM_NIC_TYPE];
1145 switch (priv->nic_type) {
1168 priv->nic_type);
1169 priv->nic_type = EEPROM_NIC_TYPE_0;
1582 return sprintf(buf, "TYPE: %d\n", priv->nic_type);
[all...]
H A Dipw2200.h1324 u8 nic_type; member in struct:ipw_priv
/drivers/net/tokenring/
H A Dsmctr.h1019 __u16 nic_type; member in struct:net_local
1404 * nic_type (Bus interface chip type)
H A Dsmctr.c998 tp->nic_type = NIC_825_CHIP;
/drivers/net/wireless/rtlwifi/
H A Dwifi.h1303 u8 nic_type; member in struct:rtl_stats
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h875 u8 nic_type; member in struct:ieee80211_rx_stats
/drivers/staging/rtl8192e/
H A Drtllib.h976 u8 nic_type; member in struct:rtllib_rx_stats
/drivers/staging/rtl8187se/
H A Dr8180_core.c1443 stats.nic_type = NIC_8185B;

Completed in 375 milliseconds