Searched refs:mac_type (Results 1 – 6 of 6) sorted by relevance
168 if (hw->mac_type == e1000_undefined) in e1000_set_phy_type()179 if (hw->mac_type == e1000_82541 || in e1000_set_phy_type()180 hw->mac_type == e1000_82541_rev_2 || in e1000_set_phy_type()181 hw->mac_type == e1000_82547 || in e1000_set_phy_type()182 hw->mac_type == e1000_82547_rev_2) { in e1000_set_phy_type()195 if (hw->mac_type == e1000_80003es2lan) { in e1000_set_phy_type()238 switch (hw->mac_type) { in e1000_phy_init_script()275 if (hw->mac_type == e1000_82547) { in e1000_phy_init_script()319 hw->mac_type = e1000_82542_rev2_0; in e1000_set_mac_type()322 hw->mac_type = e1000_82542_rev2_1; in e1000_set_mac_type()[all …]
80 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg)))84 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg))88 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \93 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \101 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \106 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \111 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \116 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
68 switch (adapter->hw.mac_type) { in e1000_get_hw_control()156 switch ( hw->mac_type ) { in e1000_sw_init()263 if (hw->mac_type == e1000_82576) { in e1000_configure_tx()408 if (hw->mac_type == e1000_82576) in e1000_configure_rx()416 if (hw->mac_type == e1000_82576) { in e1000_configure_rx()456 if (hw->mac_type == e1000_82576) in e1000_configure_rx()477 switch (adapter->hw.mac_type) { in e1000_reset()531 if (adapter->hw.mac_type < e1000_82576) { in e1000_reset()541 if (adapter->hw.mac_type == e1000_80003es2lan || in e1000_reset()542 adapter->hw.mac_type == e1000_82576) in e1000_reset()[all …]
1391 e1000_mac_type mac_type; member
399 unsigned int *wildcard_mask, int *mac_type) in parse_hex() argument404 if (mac_type) in parse_hex()405 *mac_type = 0; in parse_hex()415 if (*r == '-' && i == 0 && mac_type) in parse_hex()418 *mac_type = strtol(in, NULL, 16); in parse_hex()419 mac_type = NULL; in parse_hex()
707 unsigned int *wildcard_mask, int *mac_type);